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 TypeMethodDescriptionjakarta.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(jakarta.xml.ws.WebServiceFeature af) static AddressingVersionReturnsAddressingVersionwhosensUriequals to the given string.static AddressingVersionGets theAddressingVersionfrom aWSDLPortstatic AddressingVersionAddressingVersion.fromSpecClass(Class<? extends jakarta.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(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(jakarta.xml.ws.EndpointReference epr, AddressingVersion version) Creates from the spec version ofEndpointReference.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. -
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.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.server
Methods in com.sun.xml.ws.server that return AddressingVersion