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.binding | |
com.sun.xml.ws.client |
JAX-WS 2.0.1 Client Runtime
|
com.sun.xml.ws.server |
JAX-WS 2.0.1 Server Runtime
|
com.sun.xml.ws.transport.async_client_transport |
Modifier and Type | Field and Description |
---|---|
protected AddressingVersion |
WsaTubeHelper.addVer |
Modifier and Type | Method and Description |
---|---|
SOAPFault |
WsaTubeHelper.createInvalidAddressingHeaderFault(InvalidAddressingHeaderException e,
AddressingVersion av) |
Constructor and Description |
---|
WsaPropertyBag(AddressingVersion addressingVersion,
SOAPVersion soapVersion,
com.sun.xml.ws.api.message.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 |
---|
OneWayFeature(AddressingPropertySet a,
AddressingVersion v) |
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(XMLStreamReader in,
AddressingVersion version)
Creates a
WSEndpointReference from the given infoset. |
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 | Method and Description |
---|---|
AddressingVersion |
MonitorRootService.addressingVersion() |
Modifier and Type | Method and Description |
---|---|
AddressingVersion |
FeatureSupressingWSBinding.getAddressingVersion() |
Copyright © 2015 Oracle Corporation. All rights reserved.