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.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.server JAX-WS 2.0.1 Server Runtime -
-
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 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(WebServiceFeature af)static AddressingVersionAddressingVersion. fromNsUri(String nsUri)ReturnsAddressingVersionwhosensUriequals to the given string.static AddressingVersionAddressingVersion. fromPort(WSDLPort port)Gets theAddressingVersionfrom aWSDLPortstatic AddressingVersionAddressingVersion. fromSpecClass(Class<? extends 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(com.sun.xml.stream.buffer.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(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.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.server
Methods in com.sun.xml.ws.server that return AddressingVersion Modifier and Type Method Description AddressingVersionMonitorRootService. addressingVersion()
-