Uses of Class
com.sun.xml.ws.api.SOAPVersion
-
Packages that use SOAPVersion Package Description com.oracle.webservices.api.message com.sun.xml.ws.addressing com.sun.xml.ws.api JAX-WS RI extension of JAX-WS API.com.sun.xml.ws.api.message Messageand related abstractions that represent a SOAP message.com.sun.xml.ws.api.pipe Pipeand related abstractions.com.sun.xml.ws.api.server APIs for hosting JAX-WS services.com.sun.xml.ws.binding com.sun.xml.ws.encoding com.sun.xml.ws.message.stream com.sun.xml.ws.server JAX-WS 2.0.1 Server Runtime -
-
Uses of SOAPVersion in com.oracle.webservices.api.message
Methods in com.oracle.webservices.api.message with parameters of type SOAPVersion Modifier and Type Method Description static MessageContextMessageContextFactory. create(Source m, SOAPVersion v, ClassLoader... classLoader)Deprecated.abstract MessageContextMessageContextFactory. doCreate(Source x, SOAPVersion soapVersion)Deprecated. -
Uses of SOAPVersion in com.sun.xml.ws.addressing
Fields in com.sun.xml.ws.addressing declared as SOAPVersion Modifier and Type Field Description protected SOAPVersionWsaTubeHelper. soapVerprotected SOAPVersionWsaTube. soapVersionprotected SOAPVersionWsaTube. soapVersionprotected SOAPVersionWsaTube. soapVersionprotected SOAPVersionWsaTube. soapVersionprotected SOAPVersionWsaTube. soapVersionprotected SOAPVersionWsaTube. soapVersionConstructors in com.sun.xml.ws.addressing with parameters of type SOAPVersion Constructor Description 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 Modifier and Type Method Description static SOAPVersionSOAPVersion. from(EnvelopeStyle.Style style)static SOAPVersionSOAPVersion. from(EnvelopeStyleFeature f)static SOAPVersionSOAPVersion. fromHttpBinding(String binding)ReturnsSOAPVersionwhosehttpBindingIdequals to the given string.static SOAPVersionSOAPVersion. fromNsUri(String nsUri)ReturnsSOAPVersionwhosensUriequals to the given string.abstract SOAPVersionBindingID. getSOAPVersion()Gets the SOAP version of this binding.SOAPVersionWSBinding. getSOAPVersion()Gets the SOAP version of this binding.static SOAPVersionSOAPVersion. 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.Methods in com.sun.xml.ws.api with parameters of type SOAPVersion Modifier and Type Method Description BindingIDBindingIDFactory. create(String transport, SOAPVersion soapVersion)Creates aBindingIDfor given transport and SOAPVersion. -
Uses of SOAPVersion in com.sun.xml.ws.api.message
Methods in com.sun.xml.ws.api.message that return SOAPVersion Modifier and Type Method Description SOAPVersionFilterMessageImpl. getSOAPVersion()SOAPVersionMessage. getSOAPVersion()Methods in com.sun.xml.ws.api.message with parameters of type SOAPVersion Modifier and Type Method Description static HeaderHeaders. create(SOAPVersion soapVersion, Marshaller m, Object o)Deprecated.UseHeaders.create(BindingContext, Object)instead.static HeaderHeaders. create(SOAPVersion soapVersion, Marshaller m, QName tagName, Object o)Creates aHeaderbacked a by a JAXB bean, with the given tag name.static HeaderHeaders. create(SOAPVersion soapVersion, XMLStreamReader reader)Creates a newHeaderthat reads fromXMLStreamReader.static HeaderHeaders. create(SOAPVersion soapVersion, Element node)Deprecated.static MessageMessages. create(SOAPVersion soapVersion, ProtocolException pex, QName faultcode)static MessageMessages. create(String unsupportedAction, AddressingVersion av, SOAPVersion sv)Creates a faultMessagethat captures the code/subcode/subsubcode defined by WS-Addressing if wsa:Action is not supported.static MessageMessages. create(Throwable t, SOAPVersion soapVersion)Creates aMessagethat represents an exception as a fault.static MessageMessages. create(JAXBContext context, Object jaxbObject, SOAPVersion soapVersion)Deprecated.static MessageMessages. create(Marshaller marshaller, Object jaxbObject, SOAPVersion soapVersion)Deprecated.Use#create(JAXBRIContext, Object, SOAPVersion)static MessageMessages. create(Source envelope, SOAPVersion soapVersion)Creates aMessageusing Source as entire envelope.static MessageMessages. createEmpty(SOAPVersion soapVersion)Creates aMessagethat doesn't have any payload.static HeaderHeaders. createMustUnderstand(SOAPVersion soapVersion, QName name, String value)Creates a newHeaderthat that has a single text value in it (IOW, of the form <foo>text</foo>.)static MessageMessages. createRaw(JAXBContext context, Object jaxbObject, SOAPVersion soapVersion)Deprecated.For use when creating a Dispatch object with an unknown JAXB implementation for he JAXBContext parameter.PacketPacket. createServerResponse(Message responseMessage, AddressingVersion addressingVersion, SOAPVersion soapVersion, String action)Creates a server-side responsePacketfrom a request packet (this).static MessageMessages. createUsingPayload(XMLStreamReader payload, SOAPVersion ver)Creates aMessageusingXMLStreamReaderas payload.static MessageMessages. createUsingPayload(Source payload, SOAPVersion ver)static MessageMessages. createUsingPayload(Element payload, SOAPVersion ver)MessageContextMessageContextFactory. doCreate(Source x, SOAPVersion soapVersion)Deprecated.static voidAddressingUtils. fillRequestAddressingHeaders(MessageHeaders headers, Packet packet, AddressingVersion av, SOAPVersion sv, boolean oneway, String action)static voidAddressingUtils. fillRequestAddressingHeaders(MessageHeaders headers, Packet packet, AddressingVersion av, SOAPVersion sv, boolean oneway, String action, boolean mustUnderstand)voidHeaderList. fillRequestAddressingHeaders(Packet packet, AddressingVersion av, SOAPVersion sv, boolean oneway, String action)voidHeaderList. 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.static StringAddressingUtils. getAction(MessageHeaders headers, AddressingVersion av, SOAPVersion sv)StringHeaderList. getAction(AddressingVersion av, SOAPVersion sv)Returns the value of WS-AddressingActionheader.static WSEndpointReferenceAddressingUtils. getFaultTo(MessageHeaders headers, AddressingVersion av, SOAPVersion sv)WSEndpointReferenceHeaderList. getFaultTo(AddressingVersion av, SOAPVersion sv)Returns the value of WS-AddressingFaultToheader.static HeaderAddressingUtils. getFirstHeader(MessageHeaders headers, QName name, boolean markUnderstood, SOAPVersion sv)StringFilterMessageImpl. getID(AddressingVersion av, SOAPVersion sv)StringMessage. getID(AddressingVersion av, SOAPVersion sv)Deprecated.static StringAddressingUtils. getMessageID(MessageHeaders headers, AddressingVersion av, SOAPVersion sv)StringHeaderList. getMessageID(AddressingVersion av, SOAPVersion sv)Returns the value of WS-AddressingMessageIDheader.static StringAddressingUtils. getRelatesTo(MessageHeaders headers, AddressingVersion av, SOAPVersion sv)StringHeaderList. getRelatesTo(AddressingVersion av, SOAPVersion sv)Returns the value of WS-AddressingRelatesToheader.static WSEndpointReferenceAddressingUtils. getReplyTo(MessageHeaders headers, AddressingVersion av, SOAPVersion sv)WSEndpointReferenceHeaderList. getReplyTo(AddressingVersion av, SOAPVersion sv)Returns the value of WS-AddressingReplyToheader.StringHeader. getRole(SOAPVersion soapVersion)Gets the value of the soap:role attribute (or soap:actor for SOAP 1.1).static StringAddressingUtils. getTo(MessageHeaders headers, AddressingVersion av, SOAPVersion sv)StringHeaderList. getTo(AddressingVersion av, SOAPVersion sv)Returns the value of WS-AddressingToheader.booleanHeader. 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.)voidPacket. setResponseMessage(Packet request, Message responseMessage, AddressingVersion addressingVersion, SOAPVersion soapVersion, String action)voidHeaderList. setSoapVersion(SOAPVersion soapVersion)Constructors in com.sun.xml.ws.api.message with parameters of type SOAPVersion Constructor Description HeaderList(SOAPVersion soapVersion)Creates an emptyHeaderListwith the given soap version -
Uses of SOAPVersion in com.sun.xml.ws.api.pipe
Methods in com.sun.xml.ws.api.pipe with parameters of type SOAPVersion Modifier and Type Method Description static StreamSOAPCodecCodecs. createSOAPEnvelopeXmlCodec(SOAPVersion version)Creates a defaultCodecthat 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.api.server
Methods in com.sun.xml.ws.api.server with parameters of type SOAPVersion Modifier and Type Method Description abstract PacketWSEndpoint. createServiceResponseForException(ThrowableContainerPropertySet tc, 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. -
Uses of SOAPVersion in com.sun.xml.ws.binding
Fields in com.sun.xml.ws.binding declared as SOAPVersion Modifier and Type Field Description protected SOAPVersionSOAPBindingImpl. soapVersionMethods in com.sun.xml.ws.binding that return SOAPVersion Modifier and Type Method Description static SOAPVersionWebServiceFeatureList. getSoapVersion(WSFeatureList features)SOAPVersionBindingImpl. getSOAPVersion() -
Uses of SOAPVersion in com.sun.xml.ws.encoding
Fields in com.sun.xml.ws.encoding declared as SOAPVersion Modifier and Type Field Description protected SOAPVersionMimeCodec. versionprotected SOAPVersionMimeCodec. versionprotected SOAPVersionMimeCodec. versionprotected SOAPVersionMimeCodec. versionMethods in com.sun.xml.ws.encoding with parameters of type SOAPVersion Modifier and Type Method Description static StreamSOAPCodecStreamSOAPCodec. create(SOAPVersion version)static MessageStreamSOAPCodec. decode(SOAPVersion soapVersion, XMLStreamReader reader, AttachmentSet attachmentSet)static StringMtomCodec. getActionParameter(Packet packet, SOAPVersion version)static StringMtomCodec. getSOAPXopContentType(String encoding, SOAPVersion version, String actionParameter)static ContentTypeMtomCodec. getStaticContentTypeStatic(Packet packet, SOAPVersion version)Constructors in com.sun.xml.ws.encoding with parameters of type SOAPVersion Constructor Description SwACodec(SOAPVersion version, WSFeatureList f, Codec rootCodec) -
Uses of SOAPVersion in com.sun.xml.ws.message.stream
Methods in com.sun.xml.ws.message.stream with parameters of type SOAPVersion Modifier and Type Method Description StringStreamHeader. getRole(SOAPVersion soapVersion)booleanStreamHeader. isIgnorable(SOAPVersion soapVersion, Set<String> roles) -
Uses of SOAPVersion in com.sun.xml.ws.server
Methods in com.sun.xml.ws.server with parameters of type SOAPVersion Modifier and Type Method Description PacketWSEndpointImpl. createServiceResponseForException(ThrowableContainerPropertySet tc, Packet responsePacket, SOAPVersion soapVersion, WSDLPort wsdlPort, SEIModel seiModel, WSBinding binding)PacketWSEndpointMOMProxy. createServiceResponseForException(ThrowableContainerPropertySet tc, Packet responsePacket, SOAPVersion soapVersion, WSDLPort wsdlPort, SEIModel seiModel, WSBinding binding)
-