Package | Description |
---|---|
com.sun.xml.ws.addressing | |
com.sun.xml.ws.api |
JAX-WS RI extension of JAX-WS API.
|
com.sun.xml.ws.api.addressing | |
com.sun.xml.ws.api.message |
Message and related abstractions that represent a SOAP message. |
com.sun.xml.ws.binding | |
com.sun.xml.ws.client |
JAX-WS 2.0.1 Client Runtime
|
com.sun.xml.ws.message |
Message implementations. |
com.sun.xml.ws.message.stream | |
com.sun.xml.ws.server |
JAX-WS 2.0.1 Server Runtime
|
Modifier and Type | Field and Description |
---|---|
protected AddressingVersion |
WsaTube.addressingVersion |
protected AddressingVersion |
WsaTubeHelper.addVer |
Modifier and Type | Method and Description |
---|---|
javax.xml.soap.SOAPFault |
WsaTubeHelper.createInvalidAddressingHeaderFault(InvalidAddressingHeaderException e,
AddressingVersion av) |
Constructor and Description |
---|
WsaPropertyBag(AddressingVersion addressingVersion,
SOAPVersion soapVersion,
Packet packet) |
Modifier and Type | Method and Description |
---|---|
AddressingVersion |
WSBinding.getAddressingVersion()
Gets the WS-Addressing version of this binding.
|
Modifier and Type | Method and Description |
---|---|
static AddressingVersion |
AddressingVersion.fromBinding(WSBinding binding)
Gets the
AddressingVersion from a WSBinding |
static AddressingVersion |
AddressingVersion.fromFeature(WebServiceFeature af) |
static AddressingVersion |
AddressingVersion.fromNsUri(String nsUri)
Returns
AddressingVersion whose nsUri equals to
the given string. |
static AddressingVersion |
AddressingVersion.fromPort(WSDLPort port)
Gets the
AddressingVersion from a WSDLPort |
static AddressingVersion |
AddressingVersion.fromSpecClass(Class<? extends EndpointReference> eprClass)
Gets the corresponding
AddressingVersion instance from the
EPR class. |
AddressingVersion |
WSEndpointReference.getVersion()
Gets the addressing version of this EPR.
|
static AddressingVersion |
AddressingVersion.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AddressingVersion[] |
AddressingVersion.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
WSEndpointReference(AddressingVersion version,
String address,
QName service,
QName port,
QName portType,
List<Element> metadata,
String wsdlAddress,
List<Element> referenceParameters)
Creates an EPR from individual components.
|
WSEndpointReference(AddressingVersion version,
String address,
QName service,
QName port,
QName portType,
List<Element> metadata,
String wsdlAddress,
List<Element> referenceParameters,
Collection<WSEndpointReference.EPRExtension> extns,
Map<QName,String> attributes)
Creates an EPR from individual components.
|
WSEndpointReference(AddressingVersion version,
String address,
QName service,
QName port,
QName portType,
List<Element> metadata,
String wsdlAddress,
String wsdlTargetNamepsace,
List<Element> referenceParameters,
List<Element> elements,
Map<QName,String> attributes)
Creates an EPR from individual components.
|
WSEndpointReference(EndpointReference epr,
AddressingVersion version)
Creates from the spec version of
EndpointReference . |
WSEndpointReference(InputStream infoset,
AddressingVersion version)
Creates a
WSEndpointReference by parsing an infoset. |
WSEndpointReference(String address,
AddressingVersion version)
Creates a
WSEndpointReference that only has an address. |
WSEndpointReference(URI address,
AddressingVersion version) |
WSEndpointReference(URL address,
AddressingVersion version) |
WSEndpointReference(com.sun.xml.stream.buffer.XMLStreamBuffer infoset,
AddressingVersion version)
Creates a
WSEndpointReference that wraps a given infoset. |
WSEndpointReference(javax.xml.stream.XMLStreamReader in,
AddressingVersion version)
Creates a
WSEndpointReference from the given infoset. |
Modifier and Type | Method and Description |
---|---|
static Message |
Messages.create(String unsupportedAction,
AddressingVersion av,
SOAPVersion sv)
Creates a fault
Message that captures the code/subcode/subsubcode
defined by WS-Addressing if wsa:Action is not supported. |
Packet |
Packet.createServerResponse(Message responseMessage,
AddressingVersion addressingVersion,
SOAPVersion soapVersion,
String action)
Creates a server-side response
Packet from a request
packet (this ). |
static void |
AddressingUtils.fillRequestAddressingHeaders(MessageHeaders headers,
Packet packet,
AddressingVersion av,
SOAPVersion sv,
boolean oneway,
String action) |
static void |
AddressingUtils.fillRequestAddressingHeaders(MessageHeaders headers,
Packet packet,
AddressingVersion av,
SOAPVersion sv,
boolean oneway,
String action,
boolean mustUnderstand) |
void |
HeaderList.fillRequestAddressingHeaders(Packet packet,
AddressingVersion av,
SOAPVersion sv,
boolean oneway,
String action) |
void |
HeaderList.fillRequestAddressingHeaders(Packet packet,
AddressingVersion av,
SOAPVersion sv,
boolean oneway,
String action,
boolean mustUnderstand)
Creates a set of outbound WS-Addressing headers on the client with the
specified Action Message Addressing Property value.
|
String |
HeaderList.getAction(AddressingVersion av,
SOAPVersion sv)
Returns the value of WS-Addressing
Action header. |
static String |
AddressingUtils.getAction(MessageHeaders headers,
AddressingVersion av,
SOAPVersion sv) |
WSEndpointReference |
HeaderList.getFaultTo(AddressingVersion av,
SOAPVersion sv)
Returns the value of WS-Addressing
FaultTo header. |
static WSEndpointReference |
AddressingUtils.getFaultTo(MessageHeaders headers,
AddressingVersion av,
SOAPVersion sv) |
String |
MessageWrapper.getID(AddressingVersion av,
SOAPVersion sv) |
String |
Message.getID(AddressingVersion av,
SOAPVersion sv)
Deprecated.
|
String |
FilterMessageImpl.getID(AddressingVersion av,
SOAPVersion sv) |
String |
HeaderList.getMessageID(AddressingVersion av,
SOAPVersion sv)
Returns the value of WS-Addressing
MessageID header. |
static String |
AddressingUtils.getMessageID(MessageHeaders headers,
AddressingVersion av,
SOAPVersion sv) |
String |
HeaderList.getRelatesTo(AddressingVersion av,
SOAPVersion sv)
Returns the value of WS-Addressing
RelatesTo header. |
static String |
AddressingUtils.getRelatesTo(MessageHeaders headers,
AddressingVersion av,
SOAPVersion sv) |
WSEndpointReference |
HeaderList.getReplyTo(AddressingVersion av,
SOAPVersion sv)
Returns the value of WS-Addressing
ReplyTo header. |
static WSEndpointReference |
AddressingUtils.getReplyTo(MessageHeaders headers,
AddressingVersion av,
SOAPVersion sv) |
String |
HeaderList.getTo(AddressingVersion av,
SOAPVersion sv)
Returns the value of WS-Addressing
To header. |
static String |
AddressingUtils.getTo(MessageHeaders headers,
AddressingVersion av,
SOAPVersion sv) |
WSEndpointReference |
Header.readAsEPR(AddressingVersion expected)
Reads this header as an
WSEndpointReference . |
void |
Packet.setResponseMessage(Packet request,
Message responseMessage,
AddressingVersion addressingVersion,
SOAPVersion soapVersion,
String action)
|
Modifier and Type | Method and Description |
---|---|
AddressingVersion |
BindingImpl.getAddressingVersion() |
Modifier and Type | Field and Description |
---|---|
protected AddressingVersion |
Stub.addrVersion
represents AddressingVersion on binding if enabled, otherwise null;
|
Modifier and Type | Field and Description |
---|---|
protected AddressingVersion |
ProblemActionHeader.av |
Modifier and Type | Method and Description |
---|---|
WSEndpointReference |
AbstractHeaderImpl.readAsEPR(AddressingVersion expected)
Default implementation that copies the infoset.
|
Constructor and Description |
---|
FaultDetailHeader(AddressingVersion av,
String wrapper,
QName problemHeader) |
FaultDetailHeader(AddressingVersion av,
String wrapper,
String problemValue) |
ProblemActionHeader(String action,
AddressingVersion av) |
ProblemActionHeader(String action,
String soapAction,
AddressingVersion av) |
Modifier and Type | Method and Description |
---|---|
WSEndpointReference |
StreamHeader.readAsEPR(AddressingVersion expected)
Creates an EPR without copying infoset.
|
Modifier and Type | Method and Description |
---|---|
AddressingVersion |
MonitorRootService.addressingVersion() |
Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.