Uses of Class
com.sun.xml.ws.api.SOAPVersion

Packages that use SOAPVersion
com.oracle.webservices.api.message   
com.oracle.webservices.impl.encoding   
com.oracle.webservices.impl.internalspi.encoding   
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.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.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.metro.api.config.management   
com.sun.xml.ws.model.soap   
com.sun.xml.ws.protocol.soap   
com.sun.xml.ws.rx   
com.sun.xml.ws.rx.rm.runtime   
com.sun.xml.ws.rx.util   
com.sun.xml.ws.security.opt.impl   
com.sun.xml.ws.security.opt.impl.dsig   
com.sun.xml.ws.security.opt.impl.enc   
com.sun.xml.ws.security.opt.impl.incoming   
com.sun.xml.ws.security.opt.impl.keyinfo   
com.sun.xml.ws.security.opt.impl.message   
com.sun.xml.ws.security.opt.impl.reference   
com.sun.xml.ws.security.opt.impl.tokens   
com.sun.xml.ws.security.opt.impl.util   
com.sun.xml.ws.security.trust.impl   
com.sun.xml.ws.server JAX-WS 2.0.1 Server Runtime 
com.sun.xml.ws.server.sei   
com.sun.xml.ws.transport.tcp.encoding   
com.sun.xml.ws.transport.tcp.util   
com.sun.xml.ws.tx.at.common   
com.sun.xml.ws.tx.at.tube   
com.sun.xml.ws.tx.coord.common   
com.sun.xml.wss.impl.misc   
com.sun.xml.wss.jaxws.impl   
com.sun.xml.wss.provider.wsit   
com.sun.xml.xwss   
 

Uses of SOAPVersion in com.oracle.webservices.api.message
 

Methods in com.oracle.webservices.api.message with parameters of type SOAPVersion
static MessageContext MessageContextFactory.create(Source m, SOAPVersion v, ClassLoader... classLoader)
          Deprecated. 
abstract  MessageContext MessageContextFactory.doCreate(Source x, SOAPVersion soapVersion)
          Deprecated. 
 

Uses of SOAPVersion in com.oracle.webservices.impl.encoding
 

Methods in com.oracle.webservices.impl.encoding with parameters of type SOAPVersion
 Message StreamDecoderImpl.decode(InputStream in, String charset, AttachmentSet att, SOAPVersion soapVersion)
           
 

Uses of SOAPVersion in com.oracle.webservices.impl.internalspi.encoding
 

Methods in com.oracle.webservices.impl.internalspi.encoding with parameters of type SOAPVersion
 Message StreamDecoder.decode(InputStream in, String charset, AttachmentSet att, SOAPVersion soapVersion)
           
 

Uses of SOAPVersion in com.sun.xml.ws.addressing
 

Fields in com.sun.xml.ws.addressing declared as SOAPVersion
protected  SOAPVersion WsaTubeHelper.soapVer
           
 

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.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.
 

Methods in com.sun.xml.ws.api with parameters of type SOAPVersion
 BindingID BindingIDFactory.create(String transport, SOAPVersion soapVersion)
          Creates a BindingID for 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
 SOAPVersion FilterMessageImpl.getSOAPVersion()
           
 SOAPVersion Message.getSOAPVersion()
           
 

Methods in com.sun.xml.ws.api.message with parameters of type SOAPVersion
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. Use Headers.create(Element)
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)
          To be called to convert a ProtocolException and faultcode for a given SOAPVersion in to a Message.
static Header Headers.create(SOAPVersion soapVersion, 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)
          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(XMLStreamReader payload, SOAPVersion ver)
          Creates a Message using XMLStreamReader as payload.
 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)
           
static Header AddressingUtils.getFirstHeader(MessageHeaders headers, QName name, boolean markUnderstood, SOAPVersion sv)
           
 String FilterMessageImpl.getID(AddressingVersion av, SOAPVersion sv)
           
 String Message.getID(AddressingVersion av, SOAPVersion sv)
          Deprecated.  
 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)
          Overwrites the Message of the response packet (this) by the given Message.
 void HeaderList.setSoapVersion(SOAPVersion soapVersion)
           
 

Constructors in com.sun.xml.ws.api.message with parameters of type SOAPVersion
HeaderList(SOAPVersion soapVersion)
          Creates an empty HeaderList with the given soap version
 

Uses of SOAPVersion in com.sun.xml.ws.api.message.saaj
 

Methods in com.sun.xml.ws.api.message.saaj with parameters of type SOAPVersion
static SOAPMessage SAAJFactory.read(SOAPVersion soapVersion, Message message)
          Reads Message as SOAPMessage.
static SOAPMessage SAAJFactory.read(SOAPVersion soapVersion, Message message, Packet packet)
          Reads Message as SOAPMessage.
 SOAPMessage SAAJFactory.readAsSOAPMessage(SOAPVersion soapVersion, Message message)
          Reads Message as SOAPMessage.
 SOAPMessage SAAJFactory.readAsSOAPMessage(SOAPVersion soapVersion, Message message, Packet packet)
          Reads Message as SOAPMessage.
 SOAPMessage SAAJFactory.readAsSOAPMessageSax2Dom(SOAPVersion soapVersion, Message message)
           
 

Constructors in com.sun.xml.ws.api.message.saaj with parameters of type SOAPVersion
SAAJMessageHeaders(SOAPMessage sm, SOAPVersion version)
           
 

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.api.server
 

Methods in com.sun.xml.ws.api.server with parameters of type SOAPVersion
abstract  Packet WSEndpoint.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
protected  SOAPVersion SOAPBindingImpl.soapVersion
           
 

Methods in com.sun.xml.ws.binding that return SOAPVersion
 SOAPVersion BindingImpl.getSOAPVersion()
           
static SOAPVersion WebServiceFeatureList.getSoapVersion(WSFeatureList features)
           
 

Uses of SOAPVersion in com.sun.xml.ws.client.sei
 

Fields in com.sun.xml.ws.client.sei declared as SOAPVersion
 SOAPVersion SEIStub.soapVersion
           
protected  SOAPVersion StubHandler.soapVersion
           
 

Constructors in com.sun.xml.ws.client.sei with parameters of type SOAPVersion
ResponseBuilder.Header(SOAPVersion soapVersion, ParameterImpl param, ValueSetter setter)
           
ResponseBuilder.Header(SOAPVersion soapVersion, QName name, XMLBridge<?> bridge, ValueSetter setter)
           
 

Uses of SOAPVersion in com.sun.xml.ws.encoding
 

Methods in com.sun.xml.ws.encoding with parameters of type SOAPVersion
static StreamSOAPCodec StreamSOAPCodec.create(SOAPVersion version)
           
static Message StreamSOAPCodec.decode(SOAPVersion soapVersion, XMLStreamReader reader, AttachmentSet attachmentSet)
           
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)
           
 

Constructors in com.sun.xml.ws.encoding with parameters of type SOAPVersion
SwACodec(SOAPVersion version, WSFeatureList f, Codec rootCodec)
           
 

Uses of SOAPVersion in com.sun.xml.ws.encoding.fastinfoset
 

Methods in com.sun.xml.ws.encoding.fastinfoset with parameters of type SOAPVersion
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.
 

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, CheckedExceptionImpl ceModel, Throwable ex, QName faultCode)
          Create the Message with the specified faultCode
static Message SOAPFaultBuilder.createSOAPFaultMessage(SOAPVersion soapVersion, 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, 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.
protected  SOAPVersion StringHeader.soapVersion
           
 

Methods in com.sun.xml.ws.message that return SOAPVersion
 SOAPVersion AbstractMessageImpl.getSOAPVersion()
           
 

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, MessageHeaders headers, Element payload)
           
DOMMessage(SOAPVersion ver, MessageHeaders headers, Element payload, AttachmentSet attachments)
           
EmptyMessageImpl(MessageHeaders headers, AttachmentSet attachmentSet, SOAPVersion version)
           
EmptyMessageImpl(SOAPVersion version)
           
StringHeader(QName name, String value, SOAPVersion soapVersion, boolean mustUnderstand)
           
 

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(BindingContext context, Object jaxbObject, SOAPVersion soapVersion)
          Creates a Message backed by a JAXB bean.
static Message JAXBMessage.create(BindingContext context, Object jaxbObject, SOAPVersion soapVersion, MessageHeaders 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.
 

Constructors in com.sun.xml.ws.message.jaxb with parameters of type SOAPVersion
JAXBDispatchMessage(BindingContext context, Object jaxbObject, SOAPVersion soapVersion)
           
JAXBDispatchMessage(JAXBContext rawContext, Object jaxbObject, SOAPVersion soapVersion)
           
 

Uses of SOAPVersion in com.sun.xml.ws.message.saaj
 

Methods in com.sun.xml.ws.message.saaj that return SOAPVersion
 SOAPVersion SAAJMessage.getSOAPVersion()
           
 

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
 

Methods in com.sun.xml.ws.message.source that return SOAPVersion
 SOAPVersion ProtocolSourceMessage.getSOAPVersion()
           
 

Constructors in com.sun.xml.ws.message.source with parameters of type SOAPVersion
PayloadSourceMessage(MessageHeaders 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(MessageHeaders headers, XMLStreamReader reader, AttachmentSet attSet, SOAPVersion soapVersion)
           
PayloadStreamReaderMessage(XMLStreamReader reader, SOAPVersion soapVer)
           
StreamMessage(MessageHeaders headers, AttachmentSet attachmentSet, XMLStreamReader reader, SOAPVersion soapVersion)
          Creates a StreamMessage from a XMLStreamReader that points at the start element of the payload, and headers.
StreamMessage(SOAPVersion v)
           
StreamMessage(SOAPVersion v, XMLStreamReader envelope, AttachmentSet attachments)
           
StreamMessage(TagInfoset envelopeTag, TagInfoset headerTag, AttachmentSet attachmentSet, MessageHeaders headers, String bodyPrologue, TagInfoset bodyTag, String bodyEpilogue, XMLStreamReader reader, SOAPVersion soapVersion)
           
StreamMessage(TagInfoset envelopeTag, TagInfoset headerTag, AttachmentSet attachmentSet, MessageHeaders headers, TagInfoset bodyTag, 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.metro.api.config.management
 

Methods in com.sun.xml.ws.metro.api.config.management with parameters of type SOAPVersion
 Packet ManagedEndpoint.createServiceResponseForException(ThrowableContainerPropertySet tcps, Packet packet, SOAPVersion soapv, WSDLPort wsdlp, SEIModel seim, WSBinding wsb)
           
 

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.protocol.soap
 

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.rx
 

Methods in com.sun.xml.ws.rx that return SOAPVersion
 SOAPVersion RxConfiguration.getSoapVersion()
          Provides information about the SOAP protocol version used on the endpoint.
 SOAPVersion RxConfigurationBase.getSoapVersion()
           
 

Constructors in com.sun.xml.ws.rx with parameters of type SOAPVersion
RxConfigurationBase(boolean isRmEnabled, boolean isMcEnabled, SOAPVersion soapVersion, AddressingVersion addressingVersion, boolean requestResponseDetected, ManagedObjectManager managedObjectManager, HighAvailabilityProvider haProvider)
           
 

Uses of SOAPVersion in com.sun.xml.ws.rx.rm.runtime
 

Fields in com.sun.xml.ws.rx.rm.runtime declared as SOAPVersion
 SOAPVersion RuntimeContext.soapVersion
           
protected  SOAPVersion WsrmProtocolHandler.soapVersion
           
 

Uses of SOAPVersion in com.sun.xml.ws.rx.util
 

Methods in com.sun.xml.ws.rx.util that return SOAPVersion
 SOAPVersion Communicator.getSoapVersion()
           
 

Methods in com.sun.xml.ws.rx.util with parameters of type SOAPVersion
 Communicator.Builder Communicator.Builder.soapVersion(SOAPVersion value)
           
 

Uses of SOAPVersion in com.sun.xml.ws.security.opt.impl
 

Methods in com.sun.xml.ws.security.opt.impl that return SOAPVersion
 SOAPVersion JAXBFilterProcessingContext.getSOAPVersion()
           
 

Methods in com.sun.xml.ws.security.opt.impl with parameters of type SOAPVersion
 void JAXBFilterProcessingContext.setJAXWSMessage(Message jaxWsMessage, SOAPVersion soapVersion)
           
 void JAXBFilterProcessingContext.setSOAPVersion(SOAPVersion sv)
           
 

Constructors in com.sun.xml.ws.security.opt.impl with parameters of type SOAPVersion
JAXBFilterProcessingContext(String messageIdentifier, SecurityPolicy securityPolicy, Message message, SOAPVersion soapVersion)
           
 

Uses of SOAPVersion in com.sun.xml.ws.security.opt.impl.dsig
 

Constructors in com.sun.xml.ws.security.opt.impl.dsig with parameters of type SOAPVersion
JAXBSignatureHeaderElement(Signature signature, SOAPVersion soapVersion)
          Creates a new instance of JAXBSignatureHeaderElement
JAXBSignatureHeaderElement(Signature signature, SOAPVersion soapVersion, XMLSignContext signctx)
           
 

Uses of SOAPVersion in com.sun.xml.ws.security.opt.impl.enc
 

Constructors in com.sun.xml.ws.security.opt.impl.enc with parameters of type SOAPVersion
EncryptedHeader(EncryptedHeaderType eht, Data data, Key key, SOAPVersion soapVersion)
          Creates a new instance of EncryptedHeader
JAXBEncryptedData(EncryptedDataType edt, Data data, Key key, SOAPVersion soapVersion)
          Creates a new instance of JAXBEncryptedData
JAXBEncryptedData(EncryptedDataType edt, Data data, SOAPVersion soapVersion)
           
JAXBEncryptedKey(EncryptedKeyType ekt, Key kk, Key dk, SOAPVersion soapVersion)
          Creates a new instance of JAXBEncryptedKey
 

Uses of SOAPVersion in com.sun.xml.ws.security.opt.impl.incoming
 

Methods in com.sun.xml.ws.security.opt.impl.incoming with parameters of type SOAPVersion
 String GenericSecuredHeader.getRole(SOAPVersion soapVersion)
           
 boolean GenericSecuredHeader.isIgnorable(SOAPVersion soapVersion, Set<String> roles)
           
 

Constructors in com.sun.xml.ws.security.opt.impl.incoming with parameters of type SOAPVersion
GenericSecuredHeader(XMLStreamReader reader, SOAPVersion soapVersion, StreamReaderBufferCreator creator, HashMap nsDecl, XMLInputFactory staxIF, boolean encHeaderContent)
           
SecurityRecipient(XMLStreamReader reader, SOAPVersion soapVersion)
           
SecurityRecipient(XMLStreamReader reader, SOAPVersion soapVersion, AttachmentSet attachSet)
           
VerifiedStreamMessage(MessageHeaders headers, AttachmentSet attachmentSet, XMLStreamReader reader, SOAPVersion soapVersion, Map<String,String> bodyEnvNs)
          Creates a StreamMessage from a XMLStreamReader that points at the start element of the payload, and headers.
VerifiedStreamMessage(TagInfoset envelopeTag, TagInfoset headerTag, AttachmentSet attachmentSet, MessageHeaders headers, TagInfoset bodyTag, XMLStreamReader reader, SOAPVersion soapVersion, Map<String,String> bodyEnvNs)
          Creates a StreamMessage from a XMLStreamReader and the complete infoset of the SOAP envelope.
 

Uses of SOAPVersion in com.sun.xml.ws.security.opt.impl.keyinfo
 

Constructors in com.sun.xml.ws.security.opt.impl.keyinfo with parameters of type SOAPVersion
BinarySecurityToken(BinarySecurityTokenType token, SOAPVersion sv)
          Creates a new instance of BinarySecurityToken
DerivedKey(DerivedKeyTokenType dkt, SOAPVersion soapVersion, String spVersion)
          Creates a new instance of DerivedKey
DerivedKey(DerivedKeyTokenType dkt, SOAPVersion soapVersion, String spVersion)
           
DerivedKey(DerivedKeyTokenType dkt, SOAPVersion soapVersion, String refId, String spVersion)
           
DerivedKey(DerivedKeyTokenType dkt, SOAPVersion soapVersion, String refId, String spVersion)
           
SAMLToken(Assertion assertion, JAXBContext jxbContext, SOAPVersion soapVersion)
          Creates a new instance of SAMLToken
SecurityContextToken(SecurityContextTokenType sTokenType, SOAPVersion sv)
           
SecurityContextToken(URI identifier, String instance, String wsuId, SOAPVersion sv)
           
SecurityContextToken13(SecurityContextTokenType sTokenType, SOAPVersion sv)
           
SecurityContextToken13(URI identifier, String instance, String wsuId, SOAPVersion sv)
           
SecurityTokenReference(SOAPVersion soapVersion)
          Creates a new instance of SecurityTokenReference
 

Uses of SOAPVersion in com.sun.xml.ws.security.opt.impl.message
 

Methods in com.sun.xml.ws.security.opt.impl.message that return SOAPVersion
 SOAPVersion SecuredMessage.getSOAPVersion()
           
 SOAPVersion SOAPBody.getSOAPVersion()
           
 

Methods in com.sun.xml.ws.security.opt.impl.message with parameters of type SOAPVersion
 String Header.getRole(SOAPVersion soapVersion)
          Gets the value of the soap:role attribute (or soap:actor for SOAP 1.1).
 String HeaderWrapper.getRole(SOAPVersion soapVersion)
          Gets the value of the soap:role attribute (or soap:actor for SOAP 1.1).
 String SecurityHeaderWrapper.getRole(SOAPVersion soapVersion)
          Gets the value of the soap:role attribute (or soap:actor for SOAP 1.1).
 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.)
 boolean HeaderWrapper.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.)
 boolean SecurityHeaderWrapper.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.)
 

Constructors in com.sun.xml.ws.security.opt.impl.message with parameters of type SOAPVersion
ETHandler(SOAPVersion soapVersion)
          Creates a new instance of MessageETHandler
GSHeaderElement(Element obj, SOAPVersion sv)
           
GSHeaderElement(JAXBElement el, SOAPVersion sv)
           
GSHeaderElement(Object obj, SOAPVersion sv)
           
SecuredMessage(Message msg, SecurityHeader sh, SOAPVersion soapVersion)
          Creates a new instance of SecuredMessage
SOAPBody(byte[] payLoad, SOAPVersion soapVersion)
           
SOAPBody(Message message, SOAPVersion soapVersion)
          Creates a new instance of SOAPBody
SOAPBody(SecurityElement se, SOAPVersion soapVersion)
           
 

Uses of SOAPVersion in com.sun.xml.ws.security.opt.impl.reference
 

Constructors in com.sun.xml.ws.security.opt.impl.reference with parameters of type SOAPVersion
DirectReference(SOAPVersion sv)
          Creates a new instance of DirectReference
KeyIdentifier(SOAPVersion sv)
          Creates a new instance of KeyIdentifier
X509Data(SOAPVersion sv)
          Creates a new instance of X509Data
X509IssuerSerial(SOAPVersion sv)
          Creates a new instance of X509IssuerSerial
 

Uses of SOAPVersion in com.sun.xml.ws.security.opt.impl.tokens
 

Constructors in com.sun.xml.ws.security.opt.impl.tokens with parameters of type SOAPVersion
SignatureConfirmation(String id, SOAPVersion sv)
          Creates a new instance of SignatureConfirmation
Timestamp(SOAPVersion sv)
          Creates a new instance of Timestamp
UsernameToken(SOAPVersion sv)
          Creates a new instance of UsernameToken
 

Uses of SOAPVersion in com.sun.xml.ws.security.opt.impl.util
 

Methods in com.sun.xml.ws.security.opt.impl.util with parameters of type SOAPVersion
static Marshaller JAXBUtil.createMarshaller(SOAPVersion soapVersion)
           
protected static SOAPFault SOAPUtil.getSOAPFault(QName faultCode, String faultString, SOAPFactory soapFactory, SOAPVersion version)
           
protected static SOAPFault SOAPUtil.getSOAPFault(WssSoapFaultException sfe, SOAPFactory soapFactory, SOAPVersion version)
           
static SOAPFaultException SOAPUtil.getSOAPFaultException(Exception ex, SOAPFactory factory, SOAPVersion version)
           
static SOAPFaultException SOAPUtil.getSOAPFaultException(QName faultCode, Exception ex, SOAPFactory factory, SOAPVersion version)
           
static SOAPFaultException SOAPUtil.getSOAPFaultException(QName faultCode, WSSecureConversationRuntimeException wsre, SOAPFactory soapFactory, SOAPVersion sOAPVersion)
           
static SOAPFaultException SOAPUtil.getSOAPFaultException(WssSoapFaultException ex, SOAPFactory factory, SOAPVersion version)
           
 

Constructors in com.sun.xml.ws.security.opt.impl.util with parameters of type SOAPVersion
WSSElementFactory(SOAPVersion soapVersion)
          Creates a new instance of WSSKeyInfoFactory
 

Uses of SOAPVersion in com.sun.xml.ws.security.trust.impl
 

Constructors in com.sun.xml.ws.security.trust.impl with parameters of type SOAPVersion
SBIssuedSamlTokenContractImpl(SOAPVersion soapVersion)
          Creates a new instance of SBIssuedSamlTokenContractImpl
 

Uses of SOAPVersion in com.sun.xml.ws.server
 

Methods in com.sun.xml.ws.server with parameters of type SOAPVersion
 Packet WSEndpointImpl.createServiceResponseForException(ThrowableContainerPropertySet tc, Packet responsePacket, SOAPVersion soapVersion, WSDLPort wsdlPort, SEIModel seiModel, WSBinding binding)
           
 Packet WSEndpointMOMProxy.createServiceResponseForException(ThrowableContainerPropertySet tc, Packet responsePacket, SOAPVersion soapVersion, WSDLPort wsdlPort, SEIModel seiModel, WSBinding binding)
           
 

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, XMLBridge<?> 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.
 

Uses of SOAPVersion in com.sun.xml.ws.transport.tcp.encoding
 

Methods in com.sun.xml.ws.transport.tcp.encoding with parameters of type SOAPVersion
static WSTCPFastInfosetStreamCodec WSTCPFastInfosetStreamCodec.create(StreamSOAPCodec soapCodec, SOAPVersion version, WSTCPFastInfosetStreamReaderRecyclable.RecycleAwareListener readerRecycleListener, boolean retainState)
          Creates a new FastInfosetStreamSOAPCodec instance.
 

Uses of SOAPVersion in com.sun.xml.ws.transport.tcp.util
 

Methods in com.sun.xml.ws.transport.tcp.util with parameters of type SOAPVersion
static void ChannelContext.configureCodec(ChannelContext channelContext, SOAPVersion soapVersion, Codec defaultCodec)
          Configure Codec according to channel settings
 

Uses of SOAPVersion in com.sun.xml.ws.tx.at.common
 

Fields in com.sun.xml.ws.tx.at.common declared as SOAPVersion
protected  SOAPVersion WSATVersion.soapVersion
           
 

Methods in com.sun.xml.ws.tx.at.common that return SOAPVersion
 SOAPVersion WSATVersion.getSOPAVersion()
           
 

Uses of SOAPVersion in com.sun.xml.ws.tx.at.tube
 

Methods in com.sun.xml.ws.tx.at.tube that return SOAPVersion
 SOAPVersion TransactionalAttribute.getSoapVersion()
           
 

Methods in com.sun.xml.ws.tx.at.tube with parameters of type SOAPVersion
 void TransactionalAttribute.setSoapVersion(SOAPVersion soapVersion)
           
 

Uses of SOAPVersion in com.sun.xml.ws.tx.coord.common
 

Fields in com.sun.xml.ws.tx.coord.common declared as SOAPVersion
protected  SOAPVersion CoordinationContextBuilder.soapVersion
           
protected  SOAPVersion WSATCoordinationContextBuilder.soapVersion
           
 

Methods in com.sun.xml.ws.tx.coord.common with parameters of type SOAPVersion
 CoordinationContextBuilder CoordinationContextBuilder.soapVersion(SOAPVersion soapVersion)
           
 WSATCoordinationContextBuilder WSATCoordinationContextBuilder.soapVersion(SOAPVersion soapVersion)
           
 

Uses of SOAPVersion in com.sun.xml.wss.impl.misc
 

Methods in com.sun.xml.wss.impl.misc with parameters of type SOAPVersion
static SecurityContextToken SecurityUtil.getSCT(SecurityContextToken sct, SOAPVersion version)
           
 

Uses of SOAPVersion in com.sun.xml.wss.jaxws.impl
 

Fields in com.sun.xml.wss.jaxws.impl declared as SOAPVersion
protected  SOAPVersion SecurityTubeBase.soapVersion
           
 

Uses of SOAPVersion in com.sun.xml.wss.provider.wsit
 

Fields in com.sun.xml.wss.provider.wsit declared as SOAPVersion
protected  SOAPVersion WSITAuthContextBase.soapVersion
           
 

Uses of SOAPVersion in com.sun.xml.xwss
 

Fields in com.sun.xml.xwss declared as SOAPVersion
protected  SOAPVersion XWSSClientTube.soapVersion
           
protected  SOAPVersion XWSSServerTube.soapVersion
           
 



Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.