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.message |
Message and related abstractions that represent a SOAP message. |
com.sun.xml.ws.api.message.saaj | |
com.sun.xml.ws.api.model.soap | |
com.sun.xml.ws.api.pipe |
Pipe and related abstractions. |
com.sun.xml.ws.binding | |
com.sun.xml.ws.client.dispatch | |
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.message |
Message implementations. |
com.sun.xml.ws.message.jaxb |
Message implementation for JAXB. |
com.sun.xml.ws.message.saaj | |
com.sun.xml.ws.message.source | |
com.sun.xml.ws.message.stream | |
com.sun.xml.ws.model.soap | |
com.sun.xml.ws.model.wsdl | |
com.sun.xml.ws.protocol.soap | |
com.sun.xml.ws.server.provider | |
com.sun.xml.ws.server.sei |
Modifier and Type | Field and Description |
---|---|
protected SOAPVersion |
WsaTubeHelper.soapVer |
protected SOAPVersion |
WsaTube.soapVersion |
Constructor and Description |
---|
WsaPropertyBag(AddressingVersion addressingVersion,
SOAPVersion soapVersion,
Packet packet) |
Modifier and Type | Method and Description |
---|---|
static SOAPVersion |
SOAPVersion.from(org.jvnet.ws.EnvelopeStyle.Style style) |
static SOAPVersion |
SOAPVersion.from(org.jvnet.ws.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. |
SOAPVersion |
WSBinding.getSOAPVersion()
Gets the SOAP version of this binding.
|
abstract SOAPVersion |
BindingID.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 | Method and Description |
---|---|
SOAPVersion |
MessageWrapper.getSOAPVersion() |
SOAPVersion |
Message.getSOAPVersion() |
SOAPVersion |
FilterMessageImpl.getSOAPVersion() |
Modifier and Type | Method and Description |
---|---|
static Message |
Messages.create(JAXBContext context,
Object jaxbObject,
SOAPVersion soapVersion)
Deprecated.
|
static Message |
Messages.create(Marshaller marshaller,
Object jaxbObject,
SOAPVersion soapVersion)
Deprecated.
Use
#create(JAXBRIContext, Object, SOAPVersion) |
static Header |
Headers.create(SOAPVersion soapVersion,
Element node)
Deprecated.
|
static Header |
Headers.create(SOAPVersion soapVersion,
Marshaller m,
Object o)
Deprecated.
Use
Headers.create(BindingContext, Object) instead. |
static Header |
Headers.create(SOAPVersion soapVersion,
Marshaller m,
QName tagName,
Object o)
Creates a
Header backed a by a JAXB bean, with the given tag name. |
static Message |
Messages.create(SOAPVersion soapVersion,
ProtocolException pex,
QName faultcode)
|
static Header |
Headers.create(SOAPVersion soapVersion,
javax.xml.stream.XMLStreamReader reader)
Creates a new
Header that reads from XMLStreamReader . |
static Message |
Messages.create(Source envelope,
SOAPVersion soapVersion)
Creates a
Message using Source as entire envelope. |
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. |
static Message |
Messages.create(Throwable t,
SOAPVersion soapVersion)
Creates a
Message that represents an exception as a fault. |
static Message |
Messages.createEmpty(SOAPVersion soapVersion)
Creates a
Message that doesn't have any payload. |
static Header |
Headers.createMustUnderstand(SOAPVersion soapVersion,
QName name,
String value)
Creates a new
Header that that has a single text value in it
(IOW, of the form <foo>text</foo>.) |
static Message |
Messages.createRaw(JAXBContext context,
Object jaxbObject,
SOAPVersion soapVersion)
Deprecated.
For use when creating a Dispatch object with an unknown JAXB implementation
for he JAXBContext parameter.
|
Packet |
Packet.createServerResponse(Message responseMessage,
AddressingVersion addressingVersion,
SOAPVersion soapVersion,
String action)
Creates a server-side response
Packet from a request
packet (this ). |
static Message |
Messages.createUsingPayload(Element payload,
SOAPVersion ver)
|
static Message |
Messages.createUsingPayload(Source payload,
SOAPVersion ver)
|
static Message |
Messages.createUsingPayload(javax.xml.stream.XMLStreamReader payload,
SOAPVersion ver)
Creates a
Message using XMLStreamReader as payload. |
org.jvnet.ws.message.MessageContext |
MessageContextFactory.doCreate(Source x,
SOAPVersion soapVersion)
Deprecated.
|
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 |
Header.getRole(SOAPVersion soapVersion)
Gets the value of the soap:role attribute (or soap:actor for SOAP 1.1).
|
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) |
boolean |
Header.isIgnorable(SOAPVersion soapVersion,
Set<String> roles)
Checks if this header is ignorable for us (IOW, make sure
that this header has a problematic "mustUnderstand" header value
that we have to reject.)
|
void |
Packet.setResponseMessage(Packet request,
Message responseMessage,
AddressingVersion addressingVersion,
SOAPVersion soapVersion,
String action)
|
void |
HeaderList.setSoapVersion(SOAPVersion soapVersion) |
Constructor and Description |
---|
HeaderList(SOAPVersion soapVersion)
Creates an empty
HeaderList with the given soap version |
Modifier and Type | Field and Description |
---|---|
(package private) SOAPVersion |
SAAJMessageHeaders.soapVersion |
Modifier and Type | Method and Description |
---|---|
static javax.xml.soap.SOAPMessage |
SAAJFactory.read(SOAPVersion soapVersion,
Message message)
Reads Message as SOAPMessage.
|
static javax.xml.soap.SOAPMessage |
SAAJFactory.read(SOAPVersion soapVersion,
Message message,
Packet packet)
Reads Message as SOAPMessage.
|
javax.xml.soap.SOAPMessage |
SAAJFactory.readAsSOAPMessage(SOAPVersion soapVersion,
Message message)
Reads Message as SOAPMessage.
|
javax.xml.soap.SOAPMessage |
SAAJFactory.readAsSOAPMessage(SOAPVersion soapVersion,
Message message,
Packet packet)
Reads Message as SOAPMessage.
|
Constructor and Description |
---|
SAAJMessageHeaders(javax.xml.soap.SOAPMessage sm,
SOAPVersion version) |
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 | 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 |
---|---|
(package private) SOAPVersion |
DispatchImpl.soapVersion |
Modifier and Type | Field and Description |
---|---|
protected SOAPVersion |
StubHandler.soapVersion |
SOAPVersion |
SEIStub.soapVersion |
Constructor and Description |
---|
Bare(ParameterImpl p,
SOAPVersion soapVersion,
ValueGetter getter)
Creates a
BodyBuilder from a bare parameter. |
DocLit(WrapperParameter wp,
SOAPVersion soapVersion,
ValueGetterFactory getter)
Creates a
BodyBuilder from a WrapperParameter . |
Header(SOAPVersion soapVersion,
ParameterImpl param,
ValueSetter setter) |
Header(SOAPVersion soapVersion,
QName name,
XMLBridge<?> bridge,
ValueSetter setter) |
RpcLit(WrapperParameter wp,
SOAPVersion soapVersion,
ValueGetterFactory getter)
Creates a
BodyBuilder from a WrapperParameter . |
Wrapped(WrapperParameter wp,
SOAPVersion soapVersion,
ValueGetterFactory getter) |
Modifier and Type | Field and Description |
---|---|
protected SOAPVersion |
MimeCodec.version |
Modifier and Type | Method and Description |
---|---|
static StreamSOAPCodec |
StreamSOAPCodec.create(SOAPVersion version) |
static String |
MtomCodec.getActionParameter(Packet packet,
SOAPVersion version) |
static String |
MtomCodec.getSOAPXopContentType(String encoding,
SOAPVersion version,
String actionParameter) |
static ContentType |
MtomCodec.getStaticContentTypeStatic(Packet packet,
SOAPVersion version) |
Constructor and Description |
---|
MimeCodec(SOAPVersion version,
WSFeatureList f) |
MtomCodec(SOAPVersion version,
StreamSOAPCodec codec,
WSFeatureList features) |
StreamSOAPCodec(SOAPVersion soapVersion) |
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. |
Constructor and Description |
---|
FastInfosetStreamSOAPCodec(StreamSOAPCodec soapCodec,
SOAPVersion soapVersion,
boolean retainState,
String mimeType) |
Modifier and Type | Method and Description |
---|---|
static 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 Message |
SOAPFaultBuilder.createSOAPFaultMessage(SOAPVersion soapVersion,
CheckedExceptionImpl ceModel,
Throwable ex,
QName faultCode)
Create the Message with the specified faultCode
|
static Message |
SOAPFaultBuilder.createSOAPFaultMessage(SOAPVersion soapVersion,
ProtocolException ex,
QName faultcode)
|
static Message |
SOAPFaultBuilder.createSOAPFaultMessage(SOAPVersion soapVersion,
javax.xml.soap.SOAPFault fault) |
static 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 | Field and Description |
---|---|
protected SOAPVersion |
StringHeader.soapVersion |
protected SOAPVersion |
AbstractMessageImpl.soapVersion
SOAP version of this message.
|
Modifier and Type | Method and Description |
---|---|
SOAPVersion |
AbstractMessageImpl.getSOAPVersion() |
Modifier and Type | Method and Description |
---|---|
String |
AbstractHeaderImpl.getRole(SOAPVersion soapVersion) |
boolean |
AbstractHeaderImpl.isIgnorable(SOAPVersion soapVersion,
Set<String> roles) |
Constructor and Description |
---|
AbstractMessageImpl(SOAPVersion soapVersion) |
DOMMessage(SOAPVersion ver,
Element payload) |
DOMMessage(SOAPVersion ver,
HeaderList headers,
Element payload) |
DOMMessage(SOAPVersion ver,
HeaderList headers,
Element payload,
AttachmentSet attachments) |
EmptyMessageImpl(HeaderList headers,
AttachmentSet attachmentSet,
SOAPVersion version) |
EmptyMessageImpl(SOAPVersion version) |
StringHeader(QName name,
String value,
SOAPVersion soapVersion,
boolean mustUnderstand) |
Modifier and Type | Method and Description |
---|---|
static Message |
JAXBMessage.create(BindingContext context,
Object jaxbObject,
SOAPVersion soapVersion)
Creates a
Message backed by a JAXB bean. |
static Message |
JAXBMessage.create(BindingContext context,
Object jaxbObject,
SOAPVersion soapVersion,
HeaderList headers,
AttachmentSet attachments) |
static Message |
JAXBMessage.create(JAXBContext context,
Object jaxbObject,
SOAPVersion soapVersion)
Deprecated.
|
static Message |
JAXBMessage.create(XMLBridge bridge,
Object jaxbObject,
SOAPVersion soapVer)
Creates a
Message backed by a JAXB bean. |
static Message |
JAXBMessage.createRaw(JAXBContext context,
Object jaxbObject,
SOAPVersion soapVersion)
Deprecated.
For use when creating a Dispatch object with an unknown JAXB implementation
for he JAXBContext parameter.
|
Constructor and Description |
---|
JAXBDispatchMessage(BindingContext context,
Object jaxbObject,
SOAPVersion soapVersion) |
JAXBDispatchMessage(JAXBContext rawContext,
Object jaxbObject,
SOAPVersion soapVersion) |
Modifier and Type | Method and Description |
---|---|
SOAPVersion |
SAAJMessage.getSOAPVersion() |
Modifier and Type | Method and Description |
---|---|
String |
SAAJHeader.getRole(SOAPVersion soapVersion) |
Modifier and Type | Method and Description |
---|---|
SOAPVersion |
ProtocolSourceMessage.getSOAPVersion() |
Constructor and Description |
---|
PayloadSourceMessage(HeaderList headers,
Source payload,
AttachmentSet attSet,
SOAPVersion soapVersion) |
PayloadSourceMessage(Source s,
SOAPVersion soapVer) |
ProtocolSourceMessage(Source source,
SOAPVersion soapVersion) |
Modifier and Type | Method and Description |
---|---|
String |
StreamHeader.getRole(SOAPVersion soapVersion) |
boolean |
StreamHeader.isIgnorable(SOAPVersion soapVersion,
Set<String> roles) |
Modifier and Type | Method and Description |
---|---|
void |
SOAPBindingImpl.setSOAPVersion(SOAPVersion version) |
Modifier and Type | Method and Description |
---|---|
SOAPVersion |
WSDLPortImpl.getSOAPVersion() |
SOAPVersion |
WSDLBoundPortTypeImpl.getSOAPVersion() |
Modifier and Type | Field and Description |
---|---|
protected SOAPVersion |
MUTube.soapVersion |
Constructor and Description |
---|
MessageCreationException(SOAPVersion soapVersion,
Object... args) |
VersionMismatchException(SOAPVersion soapVersion,
Object... args) |
Modifier and Type | Field and Description |
---|---|
protected SOAPVersion |
SOAPProviderArgumentBuilder.soapVersion |
Modifier and Type | Method and Description |
---|---|
(package private) static ProviderArgumentsBuilder |
SOAPProviderArgumentBuilder.create(ProviderEndpointModel model,
SOAPVersion soapVersion) |
Constructor and Description |
---|
MessageProviderArgumentBuilder(SOAPVersion soapVersion) |
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 . |
Wrapped(WrapperParameter wp,
SOAPVersion soapVersion) |
Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.