Package | Description |
---|---|
com.oracle.webservices.impl.encoding | |
com.oracle.webservices.impl.internalspi.encoding | |
com.sun.tools.ws.processor.generator | |
com.sun.xml.ws.addressing | |
com.sun.xml.ws.api |
JAX-WS RI extension of JAX-WS API.
|
com.sun.xml.ws.api.model.soap | |
com.sun.xml.ws.api.pipe |
Pipe and related abstractions. |
com.sun.xml.ws.api.server |
APIs for hosting JAX-WS services.
|
com.sun.xml.ws.binding | |
com.sun.xml.ws.client.sei | |
com.sun.xml.ws.encoding | |
com.sun.xml.ws.encoding.fastinfoset | |
com.sun.xml.ws.fault | |
com.sun.xml.ws.model.soap | |
com.sun.xml.ws.protocol.soap | |
com.sun.xml.ws.server |
JAX-WS 2.0.1 Server Runtime
|
com.sun.xml.ws.server.sei | |
com.sun.xml.ws.transport.async_client_transport |
Modifier and Type | Method and Description |
---|---|
com.sun.xml.ws.api.message.Message |
StreamDecoderImpl.decode(InputStream in,
String charset,
com.sun.xml.ws.api.message.AttachmentSet att,
SOAPVersion soapVersion) |
Modifier and Type | Method and Description |
---|---|
com.sun.xml.ws.api.message.Message |
StreamDecoder.decode(InputStream in,
String charset,
com.sun.xml.ws.api.message.AttachmentSet att,
SOAPVersion soapVersion) |
Modifier and Type | Method and Description |
---|---|
String |
GeneratorExtension.getBindingValue(String transport,
SOAPVersion soapVersion)
Derive Binding ID based on transport and SOAP version
|
Modifier and Type | Field and Description |
---|---|
protected SOAPVersion |
WsaTubeHelper.soapVer |
Constructor and Description |
---|
WsaPropertyBag(AddressingVersion addressingVersion,
SOAPVersion soapVersion,
com.sun.xml.ws.api.message.Packet packet) |
Modifier and Type | Method and Description |
---|---|
static SOAPVersion |
SOAPVersion.from(EnvelopeStyle.Style style) |
static SOAPVersion |
SOAPVersion.from(EnvelopeStyleFeature f) |
static SOAPVersion |
SOAPVersion.fromHttpBinding(String binding)
Returns
SOAPVersion whose httpBindingId equals to
the given string. |
static SOAPVersion |
SOAPVersion.fromNsUri(String nsUri)
Returns
SOAPVersion whose nsUri equals to
the given string. |
abstract SOAPVersion |
BindingID.getSOAPVersion()
Gets the SOAP version of this binding.
|
SOAPVersion |
WSBinding.getSOAPVersion()
Gets the SOAP version of this binding.
|
static SOAPVersion |
SOAPVersion.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SOAPVersion[] |
SOAPVersion.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
BindingID |
BindingIDFactory.create(String transport,
SOAPVersion soapVersion)
Creates a
BindingID for given transport and SOAPVersion. |
Modifier and Type | Field and Description |
---|---|
protected SOAPVersion |
SOAPBinding.soapVersion |
Modifier and Type | Method and Description |
---|---|
SOAPVersion |
SOAPBinding.getSOAPVersion()
Get the
SOAPVersion |
Modifier and Type | Method and Description |
---|---|
static StreamSOAPCodec |
Codecs.createSOAPEnvelopeXmlCodec(SOAPVersion version)
Creates a default
Codec that can be used to used to
decode XML infoset in SOAP envelope(primary part in MIME message). |
Modifier and Type | Method and Description |
---|---|
abstract com.sun.xml.ws.api.message.Packet |
WSEndpoint.createServiceResponseForException(ThrowableContainerPropertySet tc,
com.sun.xml.ws.api.message.Packet responsePacket,
SOAPVersion soapVersion,
WSDLPort wsdlPort,
SEIModel seiModel,
WSBinding binding)
This is used by WsaServerTube and WSEndpointImpl to create a Packet with SOAPFault message from a Java exception.
|
Modifier and Type | Field and Description |
---|---|
protected SOAPVersion |
SOAPBindingImpl.soapVersion |
Modifier and Type | Method and Description |
---|---|
SOAPVersion |
BindingImpl.getSOAPVersion() |
static SOAPVersion |
WebServiceFeatureList.getSoapVersion(WSFeatureList features) |
Modifier and Type | Field and Description |
---|---|
protected SOAPVersion |
StubHandler.soapVersion |
SOAPVersion |
SEIStub.soapVersion |
Constructor and Description |
---|
Header(SOAPVersion soapVersion,
ParameterImpl param,
ValueSetter setter) |
Header(SOAPVersion soapVersion,
QName name,
XMLBridge<?> bridge,
ValueSetter setter) |
Modifier and Type | Method and Description |
---|---|
static StreamSOAPCodec |
StreamSOAPCodec.create(SOAPVersion version) |
static com.sun.xml.ws.api.message.Message |
StreamSOAPCodec.decode(SOAPVersion soapVersion,
XMLStreamReader reader,
com.sun.xml.ws.api.message.AttachmentSet attachmentSet) |
static String |
MtomCodec.getActionParameter(com.sun.xml.ws.api.message.Packet packet,
SOAPVersion version) |
static String |
MtomCodec.getSOAPXopContentType(String encoding,
SOAPVersion version,
String actionParameter) |
static ContentType |
MtomCodec.getStaticContentTypeStatic(com.sun.xml.ws.api.message.Packet packet,
SOAPVersion version) |
Constructor and Description |
---|
SwACodec(SOAPVersion version,
WSFeatureList f,
Codec rootCodec) |
Modifier and Type | Method and Description |
---|---|
static FastInfosetStreamSOAPCodec |
FastInfosetStreamSOAPCodec.create(StreamSOAPCodec soapCodec,
SOAPVersion version)
Creates a new
FastInfosetStreamSOAPCodec instance. |
static FastInfosetStreamSOAPCodec |
FastInfosetStreamSOAPCodec.create(StreamSOAPCodec soapCodec,
SOAPVersion version,
boolean retainState)
Creates a new
FastInfosetStreamSOAPCodec instance. |
Modifier and Type | Method and Description |
---|---|
static com.sun.xml.ws.api.message.Message |
SOAPFaultBuilder.createSOAPFaultMessage(SOAPVersion soapVersion,
CheckedExceptionImpl ceModel,
Throwable ex)
To be called by the server runtime in the situations when there is an Exception that needs to be transformed in
to a soapenv:Fault payload.
|
static com.sun.xml.ws.api.message.Message |
SOAPFaultBuilder.createSOAPFaultMessage(SOAPVersion soapVersion,
CheckedExceptionImpl ceModel,
Throwable ex,
QName faultCode)
Create the Message with the specified faultCode
|
static com.sun.xml.ws.api.message.Message |
SOAPFaultBuilder.createSOAPFaultMessage(SOAPVersion soapVersion,
ProtocolException ex,
QName faultcode)
|
static com.sun.xml.ws.api.message.Message |
SOAPFaultBuilder.createSOAPFaultMessage(SOAPVersion soapVersion,
SOAPFault fault) |
static com.sun.xml.ws.api.message.Message |
SOAPFaultBuilder.createSOAPFaultMessage(SOAPVersion soapVersion,
String faultString,
QName faultCode)
Server runtime will call this when there is some internal error not resulting from an exception.
|
Modifier and Type | Method and Description |
---|---|
void |
SOAPBindingImpl.setSOAPVersion(SOAPVersion version) |
Constructor and Description |
---|
MessageCreationException(SOAPVersion soapVersion,
Object... args) |
VersionMismatchException(SOAPVersion soapVersion,
Object... args) |
Modifier and Type | Method and Description |
---|---|
com.sun.xml.ws.api.message.Packet |
WSEndpointImpl.createServiceResponseForException(ThrowableContainerPropertySet tc,
com.sun.xml.ws.api.message.Packet responsePacket,
SOAPVersion soapVersion,
WSDLPort wsdlPort,
SEIModel seiModel,
WSBinding binding) |
com.sun.xml.ws.api.message.Packet |
WSEndpointMOMProxy.createServiceResponseForException(ThrowableContainerPropertySet tc,
com.sun.xml.ws.api.message.Packet responsePacket,
SOAPVersion soapVersion,
WSDLPort wsdlPort,
SEIModel seiModel,
WSBinding binding) |
Constructor and Description |
---|
Bare(ParameterImpl p,
SOAPVersion soapVersion)
Creates a
EndpointResponseMessageBuilder from a bare parameter. |
DocLit(WrapperParameter wp,
SOAPVersion soapVersion)
Creates a
EndpointResponseMessageBuilder from a WrapperParameter . |
Header(SOAPVersion soapVersion,
ParameterImpl param,
EndpointValueSetter setter) |
Header(SOAPVersion soapVersion,
QName name,
XMLBridge<?> bridge,
EndpointValueSetter setter) |
RpcLit(WrapperParameter wp,
SOAPVersion soapVersion)
Creates a
EndpointResponseMessageBuilder from a WrapperParameter . |
Modifier and Type | Method and Description |
---|---|
SOAPVersion |
FeatureSupressingWSBinding.getSOAPVersion() |
Copyright © 2015 Oracle Corporation. All rights reserved.