Uses of Class
com.sun.xml.ws.api.addressing.AddressingVersion
-
Packages that use AddressingVersion Package Description com.sun.xml.ws.addressing com.sun.xml.ws.api JAX-WS RI extension of JAX-WS API.com.sun.xml.ws.api.addressing com.sun.xml.ws.api.message Messageand related abstractions that represent a SOAP message.com.sun.xml.ws.api.security.secconv.client com.sun.xml.ws.binding com.sun.xml.ws.client JAX-WS 2.0.1 Client Runtimecom.sun.xml.ws.message Messageimplementations.com.sun.xml.ws.message.stream com.sun.xml.ws.rx com.sun.xml.ws.rx.mc.runtime com.sun.xml.ws.rx.rm.faults 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.message com.sun.xml.ws.security.secconv.impl.client com.sun.xml.ws.server JAX-WS 2.0.1 Server Runtimecom.sun.xml.ws.tx.at.common com.sun.xml.ws.tx.coord.common.client com.sun.xml.ws.tx.coord.v11.client com.sun.xml.wss.jaxws.impl com.sun.xml.wss.provider.wsit -
-
Uses of AddressingVersion in com.sun.xml.ws.addressing
Fields in com.sun.xml.ws.addressing declared as AddressingVersion Modifier and Type Field Description protected AddressingVersionWsaTube. addressingVersionprotected AddressingVersionWsaTube. addressingVersionprotected AddressingVersionWsaTube. addressingVersionprotected AddressingVersionWsaTube. addressingVersionprotected AddressingVersionWsaTube. addressingVersionprotected AddressingVersionWsaTube. addressingVersionprotected AddressingVersionWsaTubeHelper. addVerMethods in com.sun.xml.ws.addressing with parameters of type AddressingVersion Modifier and Type Method Description javax.xml.soap.SOAPFaultWsaTubeHelper. createInvalidAddressingHeaderFault(InvalidAddressingHeaderException e, AddressingVersion av)Constructors in com.sun.xml.ws.addressing with parameters of type AddressingVersion Constructor Description WsaPropertyBag(AddressingVersion addressingVersion, SOAPVersion soapVersion, Packet packet) -
Uses of AddressingVersion in com.sun.xml.ws.api
Methods in com.sun.xml.ws.api that return AddressingVersion Modifier and Type Method Description AddressingVersionWSBinding. getAddressingVersion()Gets the WS-Addressing version of this binding. -
Uses of AddressingVersion in com.sun.xml.ws.api.addressing
Methods in com.sun.xml.ws.api.addressing that return AddressingVersion Modifier and Type Method Description static AddressingVersionAddressingVersion. fromBinding(WSBinding binding)Gets theAddressingVersionfrom aWSBindingstatic AddressingVersionAddressingVersion. fromFeature(javax.xml.ws.WebServiceFeature af)static AddressingVersionAddressingVersion. fromNsUri(String nsUri)ReturnsAddressingVersionwhosensUriequals to the given string.static AddressingVersionAddressingVersion. fromPort(WSDLPort port)Gets theAddressingVersionfrom aWSDLPortstatic AddressingVersionAddressingVersion. fromSpecClass(Class<? extends javax.xml.ws.EndpointReference> eprClass)Gets the correspondingAddressingVersioninstance from the EPR class.AddressingVersionWSEndpointReference. getVersion()Gets the addressing version of this EPR.static AddressingVersionAddressingVersion. valueOf(String name)Returns the enum constant of this type with the specified name.static AddressingVersion[]AddressingVersion. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.sun.xml.ws.api.addressing with parameters of type AddressingVersion Constructor Description OneWayFeature(AddressingPropertySet a, AddressingVersion v)WSEndpointReference(XMLStreamBuffer infoset, AddressingVersion version)Creates aWSEndpointReferencethat wraps a given infoset.WSEndpointReference(AddressingVersion version, String address, QName service, QName port, QName portType, List<Element> metadata, String wsdlAddress, String wsdlTargetNamepsace, List<Element> referenceParameters, List<Element> elements, Map<QName,String> attributes)Creates an EPR from individual components.WSEndpointReference(AddressingVersion version, String address, QName service, QName port, QName portType, List<Element> metadata, String wsdlAddress, List<Element> referenceParameters)Creates an EPR from individual components.WSEndpointReference(AddressingVersion version, String address, QName service, QName port, QName portType, List<Element> metadata, String wsdlAddress, List<Element> referenceParameters, Collection<WSEndpointReference.EPRExtension> extns, Map<QName,String> attributes)Creates an EPR from individual components.WSEndpointReference(InputStream infoset, AddressingVersion version)Creates aWSEndpointReferenceby parsing an infoset.WSEndpointReference(String address, AddressingVersion version)Creates aWSEndpointReferencethat only has an address.WSEndpointReference(URI address, AddressingVersion version)WSEndpointReference(URL address, AddressingVersion version)WSEndpointReference(XMLStreamReader in, AddressingVersion version)Creates aWSEndpointReferencefrom the given infoset.WSEndpointReference(javax.xml.ws.EndpointReference epr, AddressingVersion version)Creates from the spec version ofEndpointReference. -
Uses of AddressingVersion in com.sun.xml.ws.api.message
Methods in com.sun.xml.ws.api.message with parameters of type AddressingVersion Modifier and Type Method Description 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.PacketPacket. createServerResponse(Message responseMessage, AddressingVersion addressingVersion, SOAPVersion soapVersion, String action)Creates a server-side responsePacketfrom a request packet (this).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.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.static StringAddressingUtils. getTo(MessageHeaders headers, AddressingVersion av, SOAPVersion sv)StringHeaderList. getTo(AddressingVersion av, SOAPVersion sv)Returns the value of WS-AddressingToheader.WSEndpointReferenceHeader. readAsEPR(AddressingVersion expected)Reads this header as anWSEndpointReference.voidPacket. setResponseMessage(Packet request, Message responseMessage, AddressingVersion addressingVersion, SOAPVersion soapVersion, String action) -
Uses of AddressingVersion in com.sun.xml.ws.api.security.secconv.client
Methods in com.sun.xml.ws.api.security.secconv.client that return AddressingVersion Modifier and Type Method Description abstract AddressingVersionSCTokenConfiguration. getAddressingVersion() -
Uses of AddressingVersion in com.sun.xml.ws.binding
Methods in com.sun.xml.ws.binding that return AddressingVersion Modifier and Type Method Description AddressingVersionBindingImpl. getAddressingVersion() -
Uses of AddressingVersion in com.sun.xml.ws.client
Fields in com.sun.xml.ws.client declared as AddressingVersion Modifier and Type Field Description protected AddressingVersionStub. addrVersionrepresents AddressingVersion on binding if enabled, otherwise null; -
Uses of AddressingVersion in com.sun.xml.ws.message
Fields in com.sun.xml.ws.message declared as AddressingVersion Modifier and Type Field Description protected AddressingVersionProblemActionHeader. avMethods in com.sun.xml.ws.message with parameters of type AddressingVersion Modifier and Type Method Description WSEndpointReferenceAbstractHeaderImpl. readAsEPR(AddressingVersion expected)Default implementation that copies the infoset.Constructors in com.sun.xml.ws.message with parameters of type AddressingVersion Constructor Description FaultDetailHeader(AddressingVersion av, String wrapper, String problemValue)FaultDetailHeader(AddressingVersion av, String wrapper, QName problemHeader)ProblemActionHeader(String action, AddressingVersion av)ProblemActionHeader(String action, String soapAction, AddressingVersion av) -
Uses of AddressingVersion in com.sun.xml.ws.message.stream
Methods in com.sun.xml.ws.message.stream with parameters of type AddressingVersion Modifier and Type Method Description WSEndpointReferenceStreamHeader. readAsEPR(AddressingVersion expected)Creates an EPR without copying infoset. -
Uses of AddressingVersion in com.sun.xml.ws.rx
Methods in com.sun.xml.ws.rx that return AddressingVersion Modifier and Type Method Description AddressingVersionRxConfiguration. getAddressingVersion()Provides information about the WS-Addressing protocol version used on the endpoint.AddressingVersionRxConfigurationBase. getAddressingVersion()Constructors in com.sun.xml.ws.rx with parameters of type AddressingVersion Constructor Description RxConfigurationBase(boolean isRmEnabled, boolean isMcEnabled, SOAPVersion soapVersion, AddressingVersion addressingVersion, boolean requestResponseDetected, org.glassfish.gmbal.ManagedObjectManager managedObjectManager, HighAvailabilityProvider haProvider) -
Uses of AddressingVersion in com.sun.xml.ws.rx.mc.runtime
Methods in com.sun.xml.ws.rx.mc.runtime with parameters of type AddressingVersion Modifier and Type Method Description JAXBRIContextMcRuntimeVersion. getJaxbContext(AddressingVersion av)Returns JAXB context that is intitialized based on a given addressing version.javax.xml.bind.UnmarshallerMcRuntimeVersion. getUnmarshaller(AddressingVersion av)Creates JAXBUnmarshallerthat is able to unmarshall protocol elements for given WS-MC version. -
Uses of AddressingVersion in com.sun.xml.ws.rx.rm.faults
Methods in com.sun.xml.ws.rx.rm.faults with parameters of type AddressingVersion Modifier and Type Method Description protected static StringAbstractSoapFaultException. getProperFaultActionForAddressingVersion(RmRuntimeVersion rmVersion, AddressingVersion addressingVersion)TODO javadoc -
Uses of AddressingVersion in com.sun.xml.ws.rx.rm.runtime
Fields in com.sun.xml.ws.rx.rm.runtime declared as AddressingVersion Modifier and Type Field Description AddressingVersionRuntimeContext. addressingVersionprotected AddressingVersionWsrmProtocolHandler. addressingVersionMethods in com.sun.xml.ws.rx.rm.runtime with parameters of type AddressingVersion Modifier and Type Method Description javax.xml.bind.UnmarshallerRmRuntimeVersion. createUnmarshaller(AddressingVersion av)Creates JAXBUnmarshallerthat is able to unmarshall protocol elements for given WS-RM version.JAXBRIContextRmRuntimeVersion. getJaxbContext(AddressingVersion av)Returns JAXB context that is intitialized based on a given addressing version. -
Uses of AddressingVersion in com.sun.xml.ws.rx.util
Methods in com.sun.xml.ws.rx.util that return AddressingVersion Modifier and Type Method Description AddressingVersionCommunicator. getAddressingVersion()Methods in com.sun.xml.ws.rx.util with parameters of type AddressingVersion Modifier and Type Method Description Communicator.BuilderCommunicator.Builder. addressingVersion(AddressingVersion value)JAXBRIContextJaxbContextRepository. getJaxbContext(AddressingVersion av)Returns JAXB context that is intitialized based on a given addressing version.javax.xml.bind.UnmarshallerJaxbContextRepository. getUnmarshaller(AddressingVersion av)Creates JAXBUnmarshallerthat is able to unmarshall elements for specified classes. -
Uses of AddressingVersion in com.sun.xml.ws.security.opt.impl
Methods in com.sun.xml.ws.security.opt.impl that return AddressingVersion Modifier and Type Method Description AddressingVersionJAXBFilterProcessingContext. getAddressingVersion()Methods in com.sun.xml.ws.security.opt.impl with parameters of type AddressingVersion Modifier and Type Method Description voidJAXBFilterProcessingContext. setAddressingVersion(AddressingVersion addrVer) -
Uses of AddressingVersion in com.sun.xml.ws.security.opt.impl.message
Methods in com.sun.xml.ws.security.opt.impl.message with parameters of type AddressingVersion Modifier and Type Method Description WSEndpointReferenceHeader. readAsEPR(AddressingVersion expected)WSEndpointReferenceHeaderWrapper. readAsEPR(AddressingVersion expected)WSEndpointReferenceSecurityHeaderWrapper. readAsEPR(AddressingVersion expected) -
Uses of AddressingVersion in com.sun.xml.ws.security.secconv.impl.client
Methods in com.sun.xml.ws.security.secconv.impl.client that return AddressingVersion Modifier and Type Method Description AddressingVersionDefaultSCTokenConfiguration. getAddressingVersion()Constructors in com.sun.xml.ws.security.secconv.impl.client with parameters of type AddressingVersion Constructor Description DefaultSCTokenConfiguration(String protocol, SecureConversationToken scToken, WSDLPort wsdlPort, WSBinding binding, Packet packet, AddressingVersion addVer, PolicyAssertion localToken)DefaultSCTokenConfiguration(String protocol, SecureConversationToken scToken, WSDLPort wsdlPort, WSBinding binding, Pipe securityPipe, Packet packet, AddressingVersion addVer, PolicyAssertion localToken)DefaultSCTokenConfiguration(String protocol, SecureConversationToken scToken, WSDLPort wsdlPort, WSBinding binding, Tube securityTube, Packet packet, AddressingVersion addVer, PolicyAssertion localToken, Tube nextTube) -
Uses of AddressingVersion in com.sun.xml.ws.server
Methods in com.sun.xml.ws.server that return AddressingVersion Modifier and Type Method Description AddressingVersionMonitorRootService. addressingVersion() -
Uses of AddressingVersion in com.sun.xml.ws.tx.at.common
Fields in com.sun.xml.ws.tx.at.common declared as AddressingVersion Modifier and Type Field Description protected AddressingVersionWSATVersion. addressingVersionMethods in com.sun.xml.ws.tx.at.common that return AddressingVersion Modifier and Type Method Description AddressingVersionWSATVersion. getAddressingVersion() -
Uses of AddressingVersion in com.sun.xml.ws.tx.coord.common.client
Methods in com.sun.xml.ws.tx.coord.common.client that return AddressingVersion Modifier and Type Method Description abstract AddressingVersionRegistrationProxyBuilder.RegistrationProxyF. getAddressingVersion() -
Uses of AddressingVersion in com.sun.xml.ws.tx.coord.v11.client
Methods in com.sun.xml.ws.tx.coord.v11.client that return AddressingVersion Modifier and Type Method Description AddressingVersionRegistrationProxyBuilderImpl.RegistrationProxyImpl. getAddressingVersion() -
Uses of AddressingVersion in com.sun.xml.wss.jaxws.impl
Constructors in com.sun.xml.wss.jaxws.impl with parameters of type AddressingVersion Constructor Description PolicyResolverImpl(HashMap<WSDLBoundOperation,SecurityPolicyHolder> inMessagePolicyMap, HashMap<String,SecurityPolicyHolder> ip, WSDLBoundOperation cachedOperation, TubeConfiguration tubeConfig, AddressingVersion addVer, boolean isClient, RmProtocolVersion rmVer, McProtocolVersion mcVer)Creates a new instance of OperationResolverImpl -
Uses of AddressingVersion in com.sun.xml.wss.provider.wsit
Methods in com.sun.xml.wss.provider.wsit with parameters of type AddressingVersion Modifier and Type Method Description static PolicyResolverPolicyResolverFactory. createPolicyResolver(HashMap<WSDLBoundOperation,SecurityPolicyHolder> inMessagePolicyMap, HashMap<String,SecurityPolicyHolder> ip, WSDLBoundOperation cachedOperation, TubeConfiguration tubeConfig, AddressingVersion addVer, boolean isClient, RmProtocolVersion rmVer, McProtocolVersion mcVer)static PolicyResolverPolicyResolverFactory. createPolicyResolver(List<PolicyAlternativeHolder> alternatives, WSDLBoundOperation cachedOperation, TubeConfiguration tubeConfig, AddressingVersion addVer, boolean isClient, RmProtocolVersion rmVer, McProtocolVersion mcVer)
-