Uses of Enum
com.sun.xml.ws.api.addressing.AddressingVersion
Packages that use AddressingVersion
Package
Description
JAX-WS RI extension of JAX-WS API.
Message and related abstractions that represent a SOAP message.This document describes the architecture of client side
JAX-WS 2.0.1 runtime.
Message implementations.This document describes the architecture of server side
JAX-WS 2.0.1 runtime.
-
Uses of AddressingVersion in com.sun.xml.ws.addressing
Fields in com.sun.xml.ws.addressing declared as AddressingVersionModifier and TypeFieldDescriptionprotected final AddressingVersionWsaTube.addressingVersionprotected final AddressingVersionWsaTube.addressingVersionprotected final AddressingVersionWsaTube.addressingVersionprotected final AddressingVersionWsaTube.addressingVersionprotected final AddressingVersionWsaTube.addressingVersionprotected final AddressingVersionWsaTube.addressingVersionprotected final AddressingVersionWsaTubeHelper.addVerMethods in com.sun.xml.ws.addressing with parameters of type AddressingVersionModifier and TypeMethodDescriptionjavax.xml.soap.SOAPFaultWsaTubeHelper.createInvalidAddressingHeaderFault(InvalidAddressingHeaderException e, AddressingVersion av) Constructors in com.sun.xml.ws.addressing with parameters of type AddressingVersionModifierConstructorDescriptionWsaPropertyBag(AddressingVersion addressingVersion, SOAPVersion soapVersion, Packet packet) -
Uses of AddressingVersion in com.sun.xml.ws.api
Methods in com.sun.xml.ws.api that return AddressingVersionModifier and TypeMethodDescriptionWSBinding.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 AddressingVersionModifier and TypeMethodDescriptionstatic AddressingVersionAddressingVersion.fromBinding(WSBinding binding) Gets theAddressingVersionfrom aWSBindingstatic AddressingVersionAddressingVersion.fromFeature(javax.xml.ws.WebServiceFeature af) static AddressingVersionReturnsAddressingVersionwhosensUriequals to the given string.static AddressingVersionGets theAddressingVersionfrom aWSDLPortstatic AddressingVersionAddressingVersion.fromSpecClass(Class<? extends javax.xml.ws.EndpointReference> eprClass) Gets the correspondingAddressingVersioninstance from the EPR class.WSEndpointReference.getVersion()Gets the addressing version of this EPR.static AddressingVersionReturns 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 AddressingVersionModifierConstructorDescriptionWSEndpointReference(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 AddressingVersionModifier and TypeMethodDescriptionstatic 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.Packet.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) 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.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.static StringAddressingUtils.getTo(MessageHeaders headers, AddressingVersion av, SOAPVersion sv) HeaderList.getTo(AddressingVersion av, SOAPVersion sv) Returns the value of WS-AddressingToheader.Header.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 AddressingVersionModifier and TypeMethodDescriptionabstract AddressingVersionSCTokenConfiguration.getAddressingVersion() -
Uses of AddressingVersion in com.sun.xml.ws.binding
Methods in com.sun.xml.ws.binding that return AddressingVersion -
Uses of AddressingVersion in com.sun.xml.ws.client
Fields in com.sun.xml.ws.client declared as AddressingVersionModifier and TypeFieldDescriptionprotected 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 AddressingVersionMethods in com.sun.xml.ws.message with parameters of type AddressingVersionModifier and TypeMethodDescriptionAbstractHeaderImpl.readAsEPR(AddressingVersion expected) Default implementation that copies the infoset.Constructors in com.sun.xml.ws.message with parameters of type AddressingVersionModifierConstructorDescriptionFaultDetailHeader(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 AddressingVersionModifier and TypeMethodDescriptionStreamHeader.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 AddressingVersionModifier and TypeMethodDescriptionRxConfiguration.getAddressingVersion()Provides information about the WS-Addressing protocol version used on the endpoint.RxConfigurationBase.getAddressingVersion()Constructors in com.sun.xml.ws.rx with parameters of type AddressingVersionModifierConstructorDescriptionprotectedRxConfigurationBase(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 AddressingVersionModifier and TypeMethodDescriptionMcRuntimeVersion.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 AddressingVersionModifier and TypeMethodDescriptionprotected 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 AddressingVersionModifier and TypeFieldDescriptionfinal AddressingVersionRuntimeContext.addressingVersionprotected final AddressingVersionWsrmProtocolHandler.addressingVersionMethods in com.sun.xml.ws.rx.rm.runtime with parameters of type AddressingVersionModifier and TypeMethodDescriptionjavax.xml.bind.UnmarshallerRmRuntimeVersion.createUnmarshaller(AddressingVersion av) Creates JAXBUnmarshallerthat is able to unmarshall protocol elements for given WS-RM version.RmRuntimeVersion.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 AddressingVersionMethods in com.sun.xml.ws.rx.util with parameters of type AddressingVersionModifier and TypeMethodDescriptionCommunicator.Builder.addressingVersion(AddressingVersion value) JaxbContextRepository.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 AddressingVersionMethods in com.sun.xml.ws.security.opt.impl with parameters of type AddressingVersionModifier and TypeMethodDescriptionvoidJAXBFilterProcessingContext.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 AddressingVersionModifier and TypeMethodDescriptionHeader.readAsEPR(AddressingVersion expected) HeaderWrapper.readAsEPR(AddressingVersion expected) SecurityHeaderWrapper.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 AddressingVersionConstructors in com.sun.xml.ws.security.secconv.impl.client with parameters of type AddressingVersionModifierConstructorDescriptionDefaultSCTokenConfiguration(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 -
Uses of AddressingVersion in com.sun.xml.ws.tx.at.common
Fields in com.sun.xml.ws.tx.at.common declared as AddressingVersionMethods in com.sun.xml.ws.tx.at.common that return AddressingVersion -
Uses of AddressingVersion in com.sun.xml.ws.tx.coord.common.client
Methods in com.sun.xml.ws.tx.coord.common.client that return AddressingVersionModifier and TypeMethodDescriptionabstract 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 AddressingVersionModifier and TypeMethodDescriptionRegistrationProxyBuilderImpl.RegistrationProxyImpl.getAddressingVersion() -
Uses of AddressingVersion in com.sun.xml.wss.jaxws.impl
Constructors in com.sun.xml.wss.jaxws.impl with parameters of type AddressingVersionModifierConstructorDescriptionPolicyResolverImpl(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 AddressingVersionModifier and TypeMethodDescriptionstatic 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)