|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SOAPVersion | |
---|---|
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.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.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 |
Uses of SOAPVersion in com.sun.xml.ws.addressing |
---|
Fields in com.sun.xml.ws.addressing declared as SOAPVersion | |
---|---|
protected SOAPVersion |
WsaTubeHelper.soapVer
|
protected SOAPVersion |
WsaTube.soapVersion
|
Constructors in com.sun.xml.ws.addressing with parameters of type SOAPVersion | |
---|---|
WsaPropertyBag(AddressingVersion addressingVersion,
SOAPVersion soapVersion,
Packet packet)
|
Uses of SOAPVersion in com.sun.xml.ws.api |
---|
Methods in com.sun.xml.ws.api that return SOAPVersion | |
---|---|
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. |
Uses of SOAPVersion in com.sun.xml.ws.api.message |
---|
Methods in com.sun.xml.ws.api.message with parameters of type SOAPVersion | |
---|---|
static Message |
Messages.create(JAXBRIContext context,
Object jaxbObject,
SOAPVersion soapVersion)
Creates a Message backed by a JAXB bean. |
static Message |
Messages.create(Marshaller marshaller,
Object jaxbObject,
SOAPVersion soapVersion)
Deprecated. Use Messages.create(JAXBRIContext, Object, SOAPVersion) |
static Header |
Headers.create(SOAPVersion soapVersion,
Element node)
Deprecated. Use Headers.create(Element) |
static Header |
Headers.create(SOAPVersion soapVersion,
Marshaller m,
Object o)
Deprecated. Use Headers.create(JAXBRIContext, 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,
javax.xml.ws.ProtocolException pex,
QName faultcode)
To be called to convert a ProtocolException and faultcode for a given SOAPVersion in to a Message . |
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. |
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)
Creates a Message from an Element that represents
a payload. |
static Message |
Messages.createUsingPayload(Source payload,
SOAPVersion ver)
Creates a Message using Source as payload. |
static Message |
Messages.createUsingPayload(javax.xml.stream.XMLStreamReader payload,
SOAPVersion ver)
Creates a Message using XMLStreamReader as payload. |
void |
HeaderList.fillRequestAddressingHeaders(Packet packet,
AddressingVersion av,
SOAPVersion sv,
boolean oneway,
String action)
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. |
WSEndpointReference |
HeaderList.getFaultTo(AddressingVersion av,
SOAPVersion sv)
Returns the value of WS-Addressing FaultTo header. |
String |
Message.getID(AddressingVersion av,
SOAPVersion sv)
Retuns a unique id for the message. |
String |
HeaderList.getMessageID(AddressingVersion av,
SOAPVersion sv)
Returns the value of WS-Addressing MessageID header. |
WSEndpointReference |
HeaderList.getReplyTo(AddressingVersion av,
SOAPVersion sv)
Returns the value of WS-Addressing ReplyTo header. |
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. |
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.) |
Uses of SOAPVersion in com.sun.xml.ws.api.model.soap |
---|
Fields in com.sun.xml.ws.api.model.soap declared as SOAPVersion | |
---|---|
protected SOAPVersion |
SOAPBinding.soapVersion
|
Methods in com.sun.xml.ws.api.model.soap that return SOAPVersion | |
---|---|
SOAPVersion |
SOAPBinding.getSOAPVersion()
Get the SOAPVersion |
Uses of SOAPVersion in com.sun.xml.ws.api.pipe |
---|
Methods in com.sun.xml.ws.api.pipe with parameters of type SOAPVersion | |
---|---|
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). |
Uses of SOAPVersion in com.sun.xml.ws.binding |
---|
Fields in com.sun.xml.ws.binding declared as SOAPVersion | |
---|---|
protected SOAPVersion |
SOAPBindingImpl.soapVersion
|
Methods in com.sun.xml.ws.binding that return SOAPVersion | |
---|---|
SOAPVersion |
BindingImpl.getSOAPVersion()
|
Uses of SOAPVersion in com.sun.xml.ws.client.dispatch |
---|
Fields in com.sun.xml.ws.client.dispatch declared as SOAPVersion | |
---|---|
(package private) SOAPVersion |
DispatchImpl.soapVersion
|
Uses of SOAPVersion in com.sun.xml.ws.client.sei |
---|
Fields in com.sun.xml.ws.client.sei declared as SOAPVersion | |
---|---|
SOAPVersion |
SEIStub.soapVersion
|
Constructors in com.sun.xml.ws.client.sei with parameters of type SOAPVersion | |
---|---|
BodyBuilder.Bare(ParameterImpl p,
SOAPVersion soapVersion,
ValueGetter getter)
Creates a BodyBuilder from a bare parameter. |
|
BodyBuilder.DocLit(WrapperParameter wp,
SOAPVersion soapVersion,
ValueGetterFactory getter)
Creates a BodyBuilder from a WrapperParameter . |
|
BodyBuilder.RpcLit(WrapperParameter wp,
SOAPVersion soapVersion,
ValueGetterFactory getter)
Creates a BodyBuilder from a WrapperParameter . |
|
BodyBuilder.Wrapped(WrapperParameter wp,
SOAPVersion soapVersion,
ValueGetterFactory getter)
|
|
ResponseBuilder.Header(SOAPVersion soapVersion,
ParameterImpl param,
ValueSetter setter)
|
|
ResponseBuilder.Header(SOAPVersion soapVersion,
QName name,
Bridge<?> bridge,
ValueSetter setter)
|
Uses of SOAPVersion in com.sun.xml.ws.encoding |
---|
Fields in com.sun.xml.ws.encoding declared as SOAPVersion | |
---|---|
protected SOAPVersion |
MimeCodec.version
|
Methods in com.sun.xml.ws.encoding with parameters of type SOAPVersion | |
---|---|
static StreamSOAPCodec |
StreamSOAPCodec.create(SOAPVersion version)
Creates a new StreamSOAPCodec instance. |
Constructors in com.sun.xml.ws.encoding with parameters of type SOAPVersion | |
---|---|
MimeCodec(SOAPVersion version,
WSBinding binding)
|
|
MtomCodec(SOAPVersion version,
StreamSOAPCodec codec,
WSBinding binding,
javax.xml.ws.WebServiceFeature mtomFeature)
|
|
StreamSOAPCodec(SOAPVersion soapVersion)
|
|
SwACodec(SOAPVersion version,
WSBinding binding,
Codec rootCodec)
|
Uses of SOAPVersion in com.sun.xml.ws.fault |
---|
Methods in com.sun.xml.ws.fault with parameters of type SOAPVersion | |
---|---|
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,
javax.xml.ws.ProtocolException ex,
QName faultcode)
To be called to convert a ProtocolException and faultcode for a given SOAPVersion in to a Message . |
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. |
Uses of SOAPVersion in com.sun.xml.ws.message |
---|
Fields in com.sun.xml.ws.message declared as SOAPVersion | |
---|---|
protected SOAPVersion |
AbstractMessageImpl.soapVersion
SOAP version of this message. |
Methods in com.sun.xml.ws.message with parameters of type SOAPVersion | |
---|---|
String |
AbstractHeaderImpl.getRole(SOAPVersion soapVersion)
|
boolean |
AbstractHeaderImpl.isIgnorable(SOAPVersion soapVersion,
Set<String> roles)
|
Constructors in com.sun.xml.ws.message with parameters of type SOAPVersion | |
---|---|
AbstractMessageImpl(SOAPVersion soapVersion)
|
|
DOMMessage(SOAPVersion ver,
Element payload)
|
|
DOMMessage(SOAPVersion ver,
HeaderList headers,
Element payload)
|
|
EmptyMessageImpl(HeaderList headers,
AttachmentSet attachmentSet,
SOAPVersion version)
|
|
EmptyMessageImpl(SOAPVersion version)
|
Uses of SOAPVersion in com.sun.xml.ws.message.jaxb |
---|
Methods in com.sun.xml.ws.message.jaxb with parameters of type SOAPVersion | |
---|---|
static Message |
JAXBMessage.create(Bridge bridge,
Object jaxbObject,
SOAPVersion soapVer)
Creates a Message backed by a JAXB bean. |
static Message |
JAXBMessage.create(JAXBRIContext context,
Object jaxbObject,
SOAPVersion soapVersion)
Creates a Message backed by a JAXB bean. |
Uses of SOAPVersion in com.sun.xml.ws.message.saaj |
---|
Methods in com.sun.xml.ws.message.saaj with parameters of type SOAPVersion | |
---|---|
String |
SAAJHeader.getRole(SOAPVersion soapVersion)
|
Uses of SOAPVersion in com.sun.xml.ws.message.source |
---|
Constructors in com.sun.xml.ws.message.source with parameters of type SOAPVersion | |
---|---|
PayloadSourceMessage(HeaderList headers,
Source payload,
AttachmentSet attSet,
SOAPVersion soapVersion)
|
|
PayloadSourceMessage(Source s,
SOAPVersion soapVer)
|
|
ProtocolSourceMessage(Source source,
SOAPVersion soapVersion)
|
Uses of SOAPVersion in com.sun.xml.ws.message.stream |
---|
Methods in com.sun.xml.ws.message.stream with parameters of type SOAPVersion | |
---|---|
String |
StreamHeader.getRole(SOAPVersion soapVersion)
|
boolean |
StreamHeader.isIgnorable(SOAPVersion soapVersion,
Set<String> roles)
|
Constructors in com.sun.xml.ws.message.stream with parameters of type SOAPVersion | |
---|---|
PayloadStreamReaderMessage(HeaderList headers,
javax.xml.stream.XMLStreamReader reader,
AttachmentSet attSet,
SOAPVersion soapVersion)
|
|
PayloadStreamReaderMessage(javax.xml.stream.XMLStreamReader reader,
SOAPVersion soapVer)
|
|
StreamMessage(HeaderList headers,
AttachmentSet attachmentSet,
javax.xml.stream.XMLStreamReader reader,
SOAPVersion soapVersion)
Creates a StreamMessage from a XMLStreamReader
that points at the start element of the payload, and headers. |
|
StreamMessage(TagInfoset envelopeTag,
TagInfoset headerTag,
AttachmentSet attachmentSet,
HeaderList headers,
TagInfoset bodyTag,
javax.xml.stream.XMLStreamReader reader,
SOAPVersion soapVersion)
Creates a StreamMessage from a XMLStreamReader
and the complete infoset of the SOAP envelope. |
Uses of SOAPVersion in com.sun.xml.ws.model.soap |
---|
Methods in com.sun.xml.ws.model.soap with parameters of type SOAPVersion | |
---|---|
void |
SOAPBindingImpl.setSOAPVersion(SOAPVersion version)
|
Uses of SOAPVersion in com.sun.xml.ws.model.wsdl |
---|
Methods in com.sun.xml.ws.model.wsdl that return SOAPVersion | |
---|---|
SOAPVersion |
WSDLPortImpl.getSOAPVersion()
|
SOAPVersion |
WSDLBoundPortTypeImpl.getSOAPVersion()
|
Uses of SOAPVersion in com.sun.xml.ws.protocol.soap |
---|
Fields in com.sun.xml.ws.protocol.soap declared as SOAPVersion | |
---|---|
protected SOAPVersion |
MUTube.soapVersion
|
Constructors in com.sun.xml.ws.protocol.soap with parameters of type SOAPVersion | |
---|---|
MessageCreationException(SOAPVersion soapVersion,
Object... args)
|
|
VersionMismatchException(SOAPVersion soapVersion,
Object... args)
|
Uses of SOAPVersion in com.sun.xml.ws.server.provider |
---|
Fields in com.sun.xml.ws.server.provider declared as SOAPVersion | |
---|---|
protected SOAPVersion |
SOAPProviderArgumentBuilder.soapVersion
|
Methods in com.sun.xml.ws.server.provider with parameters of type SOAPVersion | |
---|---|
(package private) static ProviderArgumentsBuilder |
SOAPProviderArgumentBuilder.create(ProviderEndpointModel model,
SOAPVersion soapVersion)
|
Constructors in com.sun.xml.ws.server.provider with parameters of type SOAPVersion | |
---|---|
MessageProviderArgumentBuilder(SOAPVersion soapVersion)
|
Uses of SOAPVersion in com.sun.xml.ws.server.sei |
---|
Constructors in com.sun.xml.ws.server.sei with parameters of type SOAPVersion | |
---|---|
EndpointArgumentsBuilder.Header(SOAPVersion soapVersion,
ParameterImpl param,
EndpointValueSetter setter)
|
|
EndpointArgumentsBuilder.Header(SOAPVersion soapVersion,
QName name,
Bridge<?> bridge,
EndpointValueSetter setter)
|
|
EndpointResponseMessageBuilder.Bare(ParameterImpl p,
SOAPVersion soapVersion)
Creates a EndpointResponseMessageBuilder from a bare parameter. |
|
EndpointResponseMessageBuilder.DocLit(WrapperParameter wp,
SOAPVersion soapVersion)
Creates a EndpointResponseMessageBuilder from a WrapperParameter . |
|
EndpointResponseMessageBuilder.RpcLit(WrapperParameter wp,
SOAPVersion soapVersion)
Creates a EndpointResponseMessageBuilder from a WrapperParameter . |
|
EndpointResponseMessageBuilder.Wrapped(WrapperParameter wp,
SOAPVersion soapVersion)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |