Uses of Class
com.sun.xml.ws.api.addressing.AddressingVersion

Packages that use AddressingVersion
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 Message and 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 Runtime 
com.sun.xml.ws.message Message implementations. 
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 Runtime 
com.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
protected  AddressingVersion WsaTubeHelper.addVer
           
 

Methods in com.sun.xml.ws.addressing with parameters of type AddressingVersion
 SOAPFault WsaTubeHelper.createInvalidAddressingHeaderFault(InvalidAddressingHeaderException e, AddressingVersion av)
           
 

Constructors in com.sun.xml.ws.addressing with parameters of type AddressingVersion
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
 AddressingVersion WSBinding.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
static AddressingVersion AddressingVersion.fromBinding(WSBinding binding)
          Gets the AddressingVersion from a WSBinding
static AddressingVersion AddressingVersion.fromFeature(WebServiceFeature af)
           
static AddressingVersion AddressingVersion.fromNsUri(String nsUri)
          Returns AddressingVersion whose nsUri equals to the given string.
static AddressingVersion AddressingVersion.fromPort(WSDLPort port)
          Gets the AddressingVersion from a WSDLPort
static AddressingVersion AddressingVersion.fromSpecClass(Class<? extends EndpointReference> eprClass)
          Gets the corresponding AddressingVersion instance from the EPR class.
 AddressingVersion WSEndpointReference.getVersion()
          Gets the addressing version of this EPR.
static AddressingVersion AddressingVersion.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
OneWayFeature(AddressingPropertySet a, AddressingVersion v)
           
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(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(EndpointReference epr, AddressingVersion version)
          Creates from the spec version of EndpointReference.
WSEndpointReference(InputStream infoset, AddressingVersion version)
          Creates a WSEndpointReference by parsing an infoset.
WSEndpointReference(String address, AddressingVersion version)
          Creates a WSEndpointReference that only has an address.
WSEndpointReference(URI address, AddressingVersion version)
           
WSEndpointReference(URL address, AddressingVersion version)
           
WSEndpointReference(XMLStreamBuffer infoset, AddressingVersion version)
          Creates a WSEndpointReference that wraps a given infoset.
WSEndpointReference(XMLStreamReader in, AddressingVersion version)
          Creates a WSEndpointReference from the given infoset.
 

Uses of AddressingVersion in com.sun.xml.ws.api.message
 

Methods in com.sun.xml.ws.api.message with parameters of type AddressingVersion
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.
 Packet Packet.createServerResponse(Message responseMessage, AddressingVersion addressingVersion, SOAPVersion soapVersion, String action)
          Creates a server-side response Packet from a request packet (this).
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)
           
 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 HeaderList.getTo(AddressingVersion av, SOAPVersion sv)
          Returns the value of WS-Addressing To header.
static String AddressingUtils.getTo(MessageHeaders headers, AddressingVersion av, SOAPVersion sv)
           
 WSEndpointReference Header.readAsEPR(AddressingVersion expected)
          Reads this header as an WSEndpointReference.
 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.
 

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
abstract  AddressingVersion SCTokenConfiguration.getAddressingVersion()
           
 

Uses of AddressingVersion in com.sun.xml.ws.binding
 

Methods in com.sun.xml.ws.binding that return AddressingVersion
 AddressingVersion BindingImpl.getAddressingVersion()
           
 

Uses of AddressingVersion in com.sun.xml.ws.client
 

Fields in com.sun.xml.ws.client declared as AddressingVersion
protected  AddressingVersion Stub.addrVersion
          represents 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
protected  AddressingVersion ProblemActionHeader.av
           
 

Methods in com.sun.xml.ws.message with parameters of type AddressingVersion
 WSEndpointReference AbstractHeaderImpl.readAsEPR(AddressingVersion expected)
          Default implementation that copies the infoset.
 

Constructors in com.sun.xml.ws.message with parameters of type AddressingVersion
FaultDetailHeader(AddressingVersion av, String wrapper, QName problemHeader)
           
FaultDetailHeader(AddressingVersion av, String wrapper, String problemValue)
           
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
 WSEndpointReference StreamHeader.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
 AddressingVersion RxConfiguration.getAddressingVersion()
          Provides information about the WS-Addressing protocol version used on the endpoint.
 AddressingVersion RxConfigurationBase.getAddressingVersion()
           
 

Constructors in com.sun.xml.ws.rx with parameters of type AddressingVersion
RxConfigurationBase(boolean isRmEnabled, boolean isMcEnabled, SOAPVersion soapVersion, AddressingVersion addressingVersion, boolean requestResponseDetected, 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
 JAXBRIContext McRuntimeVersion.getJaxbContext(AddressingVersion av)
          Returns JAXB context that is intitialized based on a given addressing version.
 Unmarshaller McRuntimeVersion.getUnmarshaller(AddressingVersion av)
          Creates JAXB Unmarshaller that 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
protected static String AbstractSoapFaultException.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
 AddressingVersion RuntimeContext.addressingVersion
           
protected  AddressingVersion WsrmProtocolHandler.addressingVersion
           
 

Methods in com.sun.xml.ws.rx.rm.runtime with parameters of type AddressingVersion
 Unmarshaller RmRuntimeVersion.createUnmarshaller(AddressingVersion av)
          Creates JAXB Unmarshaller that is able to unmarshall protocol elements for given WS-RM version.
 JAXBRIContext 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 AddressingVersion
 AddressingVersion Communicator.getAddressingVersion()
           
 

Methods in com.sun.xml.ws.rx.util with parameters of type AddressingVersion
 Communicator.Builder Communicator.Builder.addressingVersion(AddressingVersion value)
           
 JAXBRIContext JaxbContextRepository.getJaxbContext(AddressingVersion av)
          Returns JAXB context that is intitialized based on a given addressing version.
 Unmarshaller JaxbContextRepository.getUnmarshaller(AddressingVersion av)
          Creates JAXB Unmarshaller that 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
 AddressingVersion JAXBFilterProcessingContext.getAddressingVersion()
           
 

Methods in com.sun.xml.ws.security.opt.impl with parameters of type AddressingVersion
 void JAXBFilterProcessingContext.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
 WSEndpointReference Header.readAsEPR(AddressingVersion expected)
           
 WSEndpointReference HeaderWrapper.readAsEPR(AddressingVersion expected)
           
 WSEndpointReference 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 AddressingVersion
 AddressingVersion DefaultSCTokenConfiguration.getAddressingVersion()
           
 

Constructors in com.sun.xml.ws.security.secconv.impl.client with parameters of type AddressingVersion
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
 AddressingVersion MonitorRootService.addressingVersion()
           
 

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

Fields in com.sun.xml.ws.tx.at.common declared as AddressingVersion
protected  AddressingVersion WSATVersion.addressingVersion
           
 

Methods in com.sun.xml.ws.tx.at.common that return AddressingVersion
 AddressingVersion WSATVersion.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
abstract  AddressingVersion RegistrationProxyBuilder.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
 AddressingVersion RegistrationProxyBuilderImpl.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
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
static PolicyResolver PolicyResolverFactory.createPolicyResolver(HashMap<WSDLBoundOperation,SecurityPolicyHolder> inMessagePolicyMap, HashMap<String,SecurityPolicyHolder> ip, WSDLBoundOperation cachedOperation, TubeConfiguration tubeConfig, AddressingVersion addVer, boolean isClient, RmProtocolVersion rmVer, McProtocolVersion mcVer)
           
static PolicyResolver PolicyResolverFactory.createPolicyResolver(List<PolicyAlternativeHolder> alternatives, WSDLBoundOperation cachedOperation, TubeConfiguration tubeConfig, AddressingVersion addVer, boolean isClient, RmProtocolVersion rmVer, McProtocolVersion mcVer)
           
 



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