Uses of Class
com.sun.enterprise.deployment.Addressing
-
Packages that use Addressing Package Description com.sun.enterprise.deployment org.glassfish.webservices.node -
-
Uses of Addressing in com.sun.enterprise.deployment
Methods in com.sun.enterprise.deployment that return Addressing Modifier and Type Method Description AddressingServiceReferenceDescriptor. getAddressing()AddressingWebServiceEndpoint. getAddressing()Methods in com.sun.enterprise.deployment with parameters of type Addressing Modifier and Type Method Description voidServiceReferenceDescriptor. setAddressing(Addressing addressing)voidWebServiceEndpoint. setAddressing(Addressing addressing)Constructors in com.sun.enterprise.deployment with parameters of type Addressing Constructor Description Addressing(Addressing other)copy constructor. -
Uses of Addressing in org.glassfish.webservices.node
Methods in org.glassfish.webservices.node that return Addressing Modifier and Type Method Description protected AddressingAddressingNode. createDescriptor()Methods in org.glassfish.webservices.node with parameters of type Addressing Modifier and Type Method Description NodeAddressingNode. writeDescriptor(Node parent, String nodeName, Addressing addressing)write the method descriptor class to a query-method DOM tree and return it
-