Uses of Enum
com.sun.xml.ws.api.SOAPVersion
Packages that use SOAPVersion
Package
Description
JAX-WS RI extension of JAX-WS API.
Message and related abstractions that represent a SOAP message.Pipe and related abstractions.APIs for hosting JAX-WS services.
SEIStub and its supporting code.Message implementations.Message implementation for JAXB.This document describes the architecture of server side
JAX-WS 2.0.1 runtime.
-
Uses of SOAPVersion in com.oracle.webservices.api.message
Methods in com.oracle.webservices.api.message with parameters of type SOAPVersionModifier and TypeMethodDescriptionstatic MessageContextMessageContextFactory.create(Source m, SOAPVersion v, ClassLoader... classLoader) Deprecated.abstract MessageContextMessageContextFactory.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 SOAPVersionModifier and TypeMethodDescriptionStreamDecoderImpl.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 SOAPVersionModifier and TypeMethodDescriptionStreamDecoder.decode(InputStream in, String charset, AttachmentSet att, SOAPVersion soapVersion) -
Uses of SOAPVersion in com.sun.tools.ws.processor.generator
Methods in com.sun.tools.ws.processor.generator with parameters of type SOAPVersionModifier and TypeMethodDescriptionGeneratorExtension.getBindingValue(String transport, SOAPVersion soapVersion) Derive Binding ID based on transport and SOAP version -
Uses of SOAPVersion in com.sun.xml.ws.addressing
Fields in com.sun.xml.ws.addressing declared as SOAPVersionModifier and TypeFieldDescriptionprotected final SOAPVersionWsaTubeHelper.soapVerprotected final SOAPVersionWsaTube.soapVersionprotected final SOAPVersionWsaTube.soapVersionprotected final SOAPVersionWsaTube.soapVersionprotected final SOAPVersionWsaTube.soapVersionprotected final SOAPVersionWsaTube.soapVersionprotected final SOAPVersionWsaTube.soapVersionConstructors in com.sun.xml.ws.addressing with parameters of type SOAPVersionModifierConstructorDescriptionWsaPropertyBag(AddressingVersion addressingVersion, SOAPVersion soapVersion, Packet packet) -
Uses of SOAPVersion in com.sun.xml.ws.api
Methods in com.sun.xml.ws.api that return SOAPVersionModifier and TypeMethodDescriptionstatic SOAPVersionSOAPVersion.from(EnvelopeStyle.Style style) static SOAPVersionSOAPVersion.from(EnvelopeStyleFeature f) static SOAPVersionSOAPVersion.fromHttpBinding(String binding) ReturnsSOAPVersionwhosehttpBindingIdequals to the given string.static SOAPVersionReturnsSOAPVersionwhosensUriequals to the given string.abstract SOAPVersionBindingID.getSOAPVersion()Gets the SOAP version of this binding.WSBinding.getSOAPVersion()Gets the SOAP version of this binding.static SOAPVersionReturns 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 SOAPVersionModifier and TypeMethodDescriptionBindingIDFactory.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 SOAPVersionMethods in com.sun.xml.ws.api.message with parameters of type SOAPVersionModifier and TypeMethodDescriptionstatic HeaderHeaders.create(SOAPVersion soapVersion, jakarta.xml.bind.Marshaller m, Object o) Deprecated.static HeaderHeaders.create(SOAPVersion soapVersion, jakarta.xml.bind.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, jakarta.xml.ws.ProtocolException pex, QName faultcode) static MessageMessages.create(jakarta.xml.bind.JAXBContext context, Object jaxbObject, SOAPVersion soapVersion) Deprecated.static MessageMessages.create(jakarta.xml.bind.Marshaller marshaller, Object jaxbObject, SOAPVersion soapVersion) 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(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(jakarta.xml.bind.JAXBContext context, Object jaxbObject, SOAPVersion soapVersion) Deprecated.For use when creating a Dispatch object with an unknown JAXB implementation for he JAXBContext parameter.Packet.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) MessageContextFactory.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) HeaderList.getAction(AddressingVersion av, SOAPVersion sv) Returns the value of WS-AddressingActionheader.static WSEndpointReferenceAddressingUtils.getFaultTo(MessageHeaders headers, AddressingVersion av, SOAPVersion sv) HeaderList.getFaultTo(AddressingVersion av, SOAPVersion sv) Returns the value of WS-AddressingFaultToheader.static HeaderAddressingUtils.getFirstHeader(MessageHeaders headers, QName name, boolean markUnderstood, SOAPVersion sv) FilterMessageImpl.getID(AddressingVersion av, SOAPVersion sv) Message.getID(AddressingVersion av, SOAPVersion sv) Deprecated.static StringAddressingUtils.getMessageID(MessageHeaders headers, AddressingVersion av, SOAPVersion sv) HeaderList.getMessageID(AddressingVersion av, SOAPVersion sv) Returns the value of WS-AddressingMessageIDheader.static StringAddressingUtils.getRelatesTo(MessageHeaders headers, AddressingVersion av, SOAPVersion sv) HeaderList.getRelatesTo(AddressingVersion av, SOAPVersion sv) Returns the value of WS-AddressingRelatesToheader.static WSEndpointReferenceAddressingUtils.getReplyTo(MessageHeaders headers, AddressingVersion av, SOAPVersion sv) HeaderList.getReplyTo(AddressingVersion av, SOAPVersion sv) Returns the value of WS-AddressingReplyToheader.Header.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) HeaderList.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 SOAPVersionModifierConstructorDescriptionHeaderList(SOAPVersion soapVersion) Creates an emptyHeaderListwith 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 SOAPVersionModifier and TypeMethodDescriptionstatic jakarta.xml.soap.SOAPMessageSAAJFactory.read(SOAPVersion soapVersion, Message message) Reads Message as SOAPMessage.static jakarta.xml.soap.SOAPMessageSAAJFactory.read(SOAPVersion soapVersion, Message message, Packet packet) Reads Message as SOAPMessage.jakarta.xml.soap.SOAPMessageSAAJFactory.readAsSOAPMessage(SOAPVersion soapVersion, Message message) Reads Message as SOAPMessage.jakarta.xml.soap.SOAPMessageSAAJFactory.readAsSOAPMessage(SOAPVersion soapVersion, Message message, Packet packet) Reads Message as SOAPMessage.jakarta.xml.soap.SOAPMessageSAAJFactory.readAsSOAPMessageSax2Dom(SOAPVersion soapVersion, Message message) Constructors in com.sun.xml.ws.api.message.saaj with parameters of type SOAPVersionModifierConstructorDescriptionSAAJMessageHeaders(jakarta.xml.soap.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 SOAPVersionMethods in com.sun.xml.ws.api.model.soap that return SOAPVersion -
Uses of SOAPVersion in com.sun.xml.ws.api.pipe
Methods in com.sun.xml.ws.api.pipe with parameters of type SOAPVersionModifier and TypeMethodDescriptionstatic 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 SOAPVersionModifier and TypeMethodDescriptionabstract 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 SOAPVersionMethods in com.sun.xml.ws.binding that return SOAPVersionModifier and TypeMethodDescriptionstatic SOAPVersionWebServiceFeatureList.getSoapVersion(WSFeatureList features) final SOAPVersionBindingImpl.getSOAPVersion() -
Uses of SOAPVersion in com.sun.xml.ws.client.sei
Fields in com.sun.xml.ws.client.sei declared as SOAPVersionModifier and TypeFieldDescriptionfinal SOAPVersionSEIStub.soapVersionprotected SOAPVersionStubHandler.soapVersionConstructors in com.sun.xml.ws.client.sei with parameters of type SOAPVersionModifierConstructorDescriptionHeader(SOAPVersion soapVersion, ParameterImpl param, ValueSetter setter) Header(SOAPVersion soapVersion, QName name, XMLBridge<?> bridge, ValueSetter setter) -
Uses of SOAPVersion in com.sun.xml.ws.encoding
Fields in com.sun.xml.ws.encoding declared as SOAPVersionModifier and TypeFieldDescriptionprotected final SOAPVersionMimeCodec.versionprotected final SOAPVersionMimeCodec.versionprotected final SOAPVersionMimeCodec.versionprotected final SOAPVersionMimeCodec.versionMethods in com.sun.xml.ws.encoding with parameters of type SOAPVersionModifier and TypeMethodDescriptionstatic StreamSOAPCodecStreamSOAPCodec.create(SOAPVersion version) static final 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 -
Uses of SOAPVersion in com.sun.xml.ws.encoding.fastinfoset
Methods in com.sun.xml.ws.encoding.fastinfoset with parameters of type SOAPVersionModifier and TypeMethodDescriptionstatic FastInfosetStreamSOAPCodecFastInfosetStreamSOAPCodec.create(StreamSOAPCodec soapCodec, SOAPVersion version) Creates a newFastInfosetStreamSOAPCodecinstance.static FastInfosetStreamSOAPCodecFastInfosetStreamSOAPCodec.create(StreamSOAPCodec soapCodec, SOAPVersion version, boolean retainState) Creates a newFastInfosetStreamSOAPCodecinstance. -
Uses of SOAPVersion in com.sun.xml.ws.fault
Methods in com.sun.xml.ws.fault with parameters of type SOAPVersionModifier and TypeMethodDescriptionstatic MessageSOAPFaultBuilder.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 MessageSOAPFaultBuilder.createSOAPFaultMessage(SOAPVersion soapVersion, CheckedExceptionImpl ceModel, Throwable ex, QName faultCode) Create the Message with the specified faultCodestatic MessageSOAPFaultBuilder.createSOAPFaultMessage(SOAPVersion soapVersion, jakarta.xml.soap.SOAPFault fault) static MessageSOAPFaultBuilder.createSOAPFaultMessage(SOAPVersion soapVersion, jakarta.xml.ws.ProtocolException ex, QName faultcode) static MessageSOAPFaultBuilder.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 SOAPVersionModifier and TypeFieldDescriptionprotected final SOAPVersionAbstractMessageImpl.soapVersionSOAP version of this message.protected SOAPVersionStringHeader.soapVersionMethods in com.sun.xml.ws.message that return SOAPVersionMethods in com.sun.xml.ws.message with parameters of type SOAPVersionModifier and TypeMethodDescriptionAbstractHeaderImpl.getRole(SOAPVersion soapVersion) booleanAbstractHeaderImpl.isIgnorable(SOAPVersion soapVersion, Set<String> roles) Constructors in com.sun.xml.ws.message with parameters of type SOAPVersionModifierConstructorDescriptionprotectedAbstractMessageImpl(SOAPVersion soapVersion) DOMMessage(SOAPVersion ver, MessageHeaders headers, Element payload) DOMMessage(SOAPVersion ver, MessageHeaders headers, Element payload, AttachmentSet attachments) DOMMessage(SOAPVersion ver, Element payload) 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 SOAPVersionModifier and TypeMethodDescriptionstatic MessageJAXBMessage.create(BindingContext context, Object jaxbObject, SOAPVersion soapVersion) Creates aMessagebacked by a JAXB bean.static MessageJAXBMessage.create(BindingContext context, Object jaxbObject, SOAPVersion soapVersion, MessageHeaders headers, AttachmentSet attachments) static MessageJAXBMessage.create(XMLBridge bridge, Object jaxbObject, SOAPVersion soapVer) Creates aMessagebacked by a JAXB bean.static MessageJAXBMessage.create(jakarta.xml.bind.JAXBContext context, Object jaxbObject, SOAPVersion soapVersion) Deprecated.static MessageJAXBMessage.createRaw(jakarta.xml.bind.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 SOAPVersionModifierConstructorDescriptionJAXBDispatchMessage(BindingContext context, Object jaxbObject, SOAPVersion soapVersion) JAXBDispatchMessage(jakarta.xml.bind.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 SOAPVersionMethods in com.sun.xml.ws.message.saaj with parameters of type SOAPVersion -
Uses of SOAPVersion in com.sun.xml.ws.message.source
Methods in com.sun.xml.ws.message.source that return SOAPVersionConstructors in com.sun.xml.ws.message.source with parameters of type SOAPVersionModifierConstructorDescriptionPayloadSourceMessage(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 SOAPVersionModifier and TypeMethodDescriptionStreamHeader.getRole(SOAPVersion soapVersion) final booleanStreamHeader.isIgnorable(SOAPVersion soapVersion, Set<String> roles) Constructors in com.sun.xml.ws.message.stream with parameters of type SOAPVersionModifierConstructorDescriptionPayloadStreamReaderMessage(MessageHeaders headers, XMLStreamReader reader, AttachmentSet attSet, SOAPVersion soapVersion) PayloadStreamReaderMessage(XMLStreamReader reader, SOAPVersion soapVer) StreamMessage(MessageHeaders headers, AttachmentSet attachmentSet, XMLStreamReader reader, SOAPVersion soapVersion) Creates aStreamMessagefrom aXMLStreamReaderthat points at the start element of the payload, and headers.StreamMessage(SOAPVersion v, XMLStreamReader envelope, AttachmentSet attachments) StreamMessage(TagInfoset envelopeTag, TagInfoset headerTag, AttachmentSet attachmentSet, MessageHeaders headers, TagInfoset bodyTag, XMLStreamReader reader, SOAPVersion soapVersion) Creates aStreamMessagefrom aXMLStreamReaderand the complete infoset of the SOAP envelope.StreamMessage(TagInfoset envelopeTag, TagInfoset headerTag, AttachmentSet attachmentSet, MessageHeaders headers, String bodyPrologue, TagInfoset bodyTag, String bodyEpilogue, XMLStreamReader reader, SOAPVersion soapVersion) -
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 SOAPVersionModifier and TypeMethodDescriptionManagedEndpoint.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 -
Uses of SOAPVersion in com.sun.xml.ws.protocol.soap
Fields in com.sun.xml.ws.protocol.soap declared as SOAPVersionModifier and TypeFieldDescriptionprotected final SOAPVersionMUTube.soapVersionprotected final SOAPVersionMUTube.soapVersionConstructors in com.sun.xml.ws.protocol.soap with parameters of type SOAPVersionModifierConstructorDescriptionMessageCreationException(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 SOAPVersionModifier and TypeMethodDescriptionRxConfiguration.getSoapVersion()Provides information about the SOAP protocol version used on the endpoint.RxConfigurationBase.getSoapVersion()Constructors in com.sun.xml.ws.rx with parameters of type SOAPVersionModifierConstructorDescriptionprotectedRxConfigurationBase(boolean isRmEnabled, boolean isMcEnabled, SOAPVersion soapVersion, AddressingVersion addressingVersion, boolean requestResponseDetected, org.glassfish.gmbal.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 SOAPVersionModifier and TypeFieldDescriptionfinal SOAPVersionRuntimeContext.soapVersionprotected final SOAPVersionWsrmProtocolHandler.soapVersion -
Uses of SOAPVersion in com.sun.xml.ws.rx.util
Methods in com.sun.xml.ws.rx.util that return SOAPVersionMethods in com.sun.xml.ws.rx.util with parameters of type SOAPVersion -
Uses of SOAPVersion in com.sun.xml.ws.security.opt.impl
Methods in com.sun.xml.ws.security.opt.impl that return SOAPVersionMethods in com.sun.xml.ws.security.opt.impl with parameters of type SOAPVersionModifier and TypeMethodDescriptionvoidJAXBFilterProcessingContext.setJAXWSMessage(Message jaxWsMessage, SOAPVersion soapVersion) voidJAXBFilterProcessingContext.setSOAPVersion(SOAPVersion sv) Constructors in com.sun.xml.ws.security.opt.impl with parameters of type SOAPVersionModifierConstructorDescriptionJAXBFilterProcessingContext(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 SOAPVersionModifierConstructorDescriptionJAXBSignatureHeaderElement(Signature signature, SOAPVersion soapVersion) Creates a new instance of JAXBSignatureHeaderElementJAXBSignatureHeaderElement(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 SOAPVersionModifierConstructorDescriptionEncryptedHeader(EncryptedHeaderType eht, Data data, Key key, SOAPVersion soapVersion) Creates a new instance of EncryptedHeaderJAXBEncryptedData(EncryptedDataType edt, Data data, SOAPVersion soapVersion) JAXBEncryptedData(EncryptedDataType edt, Data data, Key key, SOAPVersion soapVersion) Creates a new instance of JAXBEncryptedDataJAXBEncryptedKey(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 SOAPVersionModifier and TypeMethodDescriptionGenericSecuredHeader.getRole(SOAPVersion soapVersion) final booleanGenericSecuredHeader.isIgnorable(SOAPVersion soapVersion, Set<String> roles) Constructors in com.sun.xml.ws.security.opt.impl.incoming with parameters of type SOAPVersionModifierConstructorDescriptionGenericSecuredHeader(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 aStreamMessagefrom aXMLStreamReaderthat 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 aStreamMessagefrom aXMLStreamReaderand 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 SOAPVersionModifierConstructorDescriptionCreates a new instance of BinarySecurityTokenDerivedKey(DerivedKeyTokenType dkt, SOAPVersion soapVersion, String spVersion) Creates a new instance of DerivedKeyDerivedKey(DerivedKeyTokenType dkt, SOAPVersion soapVersion, String refId, String spVersion) DerivedKey(DerivedKeyTokenType dkt, SOAPVersion soapVersion, String spVersion) DerivedKey(DerivedKeyTokenType dkt, SOAPVersion soapVersion, String refId, String spVersion) SAMLToken(Assertion assertion, jakarta.xml.bind.JAXBContext jxbContext, SOAPVersion soapVersion) Creates a new instance of SAMLTokenSecurityContextToken(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 SOAPVersionMethods in com.sun.xml.ws.security.opt.impl.message with parameters of type SOAPVersionModifier and TypeMethodDescriptionHeader.getRole(SOAPVersion soapVersion) Gets the value of the soap:role attribute (or soap:actor for SOAP 1.1).HeaderWrapper.getRole(SOAPVersion soapVersion) Gets the value of the soap:role attribute (or soap:actor for SOAP 1.1).SecurityHeaderWrapper.getRole(SOAPVersion soapVersion) Gets the value of the soap:role attribute (or soap:actor for SOAP 1.1).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.)booleanHeaderWrapper.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.)booleanSecurityHeaderWrapper.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 SOAPVersionModifierConstructorDescriptionETHandler(SOAPVersion soapVersion) Creates a new instance of MessageETHandlerGSHeaderElement(jakarta.xml.bind.JAXBElement el, SOAPVersion sv) GSHeaderElement(Object obj, SOAPVersion sv) GSHeaderElement(Element obj, SOAPVersion sv) SecuredMessage(Message msg, SecurityHeader sh, SOAPVersion soapVersion) Creates a new instance of SecuredMessageSOAPBody(byte[] payLoad, SOAPVersion soapVersion) SOAPBody(Message message, SOAPVersion soapVersion) Creates a new instance of SOAPBodySOAPBody(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 SOAPVersionModifierConstructorDescriptionCreates a new instance of DirectReferenceCreates a new instance of KeyIdentifierX509Data(SOAPVersion sv) Creates a new instance of X509DataCreates 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 SOAPVersionModifierConstructorDescriptionSignatureConfirmation(String id, SOAPVersion sv) Creates a new instance of SignatureConfirmationTimestamp(SOAPVersion sv) Creates a new instance of TimestampCreates 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 SOAPVersionModifier and TypeMethodDescriptionstatic jakarta.xml.bind.MarshallerJAXBUtil.createMarshaller(SOAPVersion soapVersion) protected static jakarta.xml.soap.SOAPFaultSOAPUtil.getSOAPFault(WssSoapFaultException sfe, jakarta.xml.soap.SOAPFactory soapFactory, SOAPVersion version) protected static jakarta.xml.soap.SOAPFaultSOAPUtil.getSOAPFault(QName faultCode, String faultString, jakarta.xml.soap.SOAPFactory soapFactory, SOAPVersion version) static jakarta.xml.ws.soap.SOAPFaultExceptionSOAPUtil.getSOAPFaultException(WssSoapFaultException ex, jakarta.xml.soap.SOAPFactory factory, SOAPVersion version) static jakarta.xml.ws.soap.SOAPFaultExceptionSOAPUtil.getSOAPFaultException(Exception ex, jakarta.xml.soap.SOAPFactory factory, SOAPVersion version) static jakarta.xml.ws.soap.SOAPFaultExceptionSOAPUtil.getSOAPFaultException(QName faultCode, WSSecureConversationRuntimeException wsre, jakarta.xml.soap.SOAPFactory soapFactory, SOAPVersion sOAPVersion) static jakarta.xml.ws.soap.SOAPFaultExceptionSOAPUtil.getSOAPFaultException(QName faultCode, Exception ex, jakarta.xml.soap.SOAPFactory factory, SOAPVersion version) Constructors in com.sun.xml.ws.security.opt.impl.util with parameters of type SOAPVersionModifierConstructorDescriptionWSSElementFactory(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 SOAPVersionModifierConstructorDescriptionSBIssuedSamlTokenContractImpl(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 SOAPVersionModifier and TypeMethodDescriptionWSEndpointImpl.createServiceResponseForException(ThrowableContainerPropertySet tc, Packet responsePacket, SOAPVersion soapVersion, WSDLPort wsdlPort, SEIModel seiModel, WSBinding binding) 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 SOAPVersionModifierConstructorDescriptionBare(ParameterImpl p, SOAPVersion soapVersion) Creates aEndpointResponseMessageBuilderfrom a bare parameter.DocLit(WrapperParameter wp, SOAPVersion soapVersion) Creates aEndpointResponseMessageBuilderfrom aWrapperParameter.Header(SOAPVersion soapVersion, ParameterImpl param, EndpointValueSetter setter) Header(SOAPVersion soapVersion, QName name, XMLBridge<?> bridge, EndpointValueSetter setter) RpcLit(WrapperParameter wp, SOAPVersion soapVersion) Creates aEndpointResponseMessageBuilderfrom aWrapperParameter. -
Uses of SOAPVersion in com.sun.xml.ws.transport.tcp.encoding
Methods in com.sun.xml.ws.transport.tcp.encoding with parameters of type SOAPVersionModifier and TypeMethodDescriptionstatic WSTCPFastInfosetStreamCodecWSTCPFastInfosetStreamCodec.create(StreamSOAPCodec soapCodec, SOAPVersion version, WSTCPFastInfosetStreamReaderRecyclable.RecycleAwareListener readerRecycleListener, boolean retainState) Creates a newFastInfosetStreamSOAPCodecinstance. -
Uses of SOAPVersion in com.sun.xml.ws.transport.tcp.util
Methods in com.sun.xml.ws.transport.tcp.util with parameters of type SOAPVersionModifier and TypeMethodDescriptionstatic voidChannelContext.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 SOAPVersionMethods in com.sun.xml.ws.tx.at.common that return SOAPVersion -
Uses of SOAPVersion in com.sun.xml.ws.tx.at.tube
Methods in com.sun.xml.ws.tx.at.tube that return SOAPVersionMethods in com.sun.xml.ws.tx.at.tube with parameters of type SOAPVersionModifier and TypeMethodDescriptionvoidTransactionalAttribute.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 SOAPVersionModifier and TypeFieldDescriptionprotected SOAPVersionCoordinationContextBuilder.soapVersionprotected SOAPVersionWSATCoordinationContextBuilder.soapVersionMethods in com.sun.xml.ws.tx.coord.common with parameters of type SOAPVersionModifier and TypeMethodDescriptionCoordinationContextBuilder.soapVersion(SOAPVersion soapVersion) WSATCoordinationContextBuilder.soapVersion(SOAPVersion soapVersion) -
Uses of SOAPVersion in com.sun.xml.ws.util
Methods in com.sun.xml.ws.util with parameters of type SOAPVersionModifier and TypeMethodDescriptionstatic CodecFastInfosetUtil.getFICodec(StreamSOAPCodec soapCodec, SOAPVersion version) -
Uses of SOAPVersion in com.sun.xml.wss.impl.misc
Methods in com.sun.xml.wss.impl.misc with parameters of type SOAPVersionModifier and TypeMethodDescriptionstatic SecurityContextTokenSecurityUtil.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 -
Uses of SOAPVersion in com.sun.xml.wss.provider.wsit
Fields in com.sun.xml.wss.provider.wsit declared as SOAPVersion -
Uses of SOAPVersion in com.sun.xml.xwss
Fields in com.sun.xml.xwss declared as SOAPVersionModifier and TypeFieldDescriptionprotected SOAPVersionXWSSClientTube.soapVersionprotected SOAPVersionXWSSServerTube.soapVersion
Headers.create(BindingContext, Object)instead.