Uses of Class
org.apache.axis2.addressing.metadata.InterfaceName
-
Packages that use InterfaceName Package Description org.apache.axis2.addressing -
-
Uses of InterfaceName in org.apache.axis2.addressing
Methods in org.apache.axis2.addressing that return InterfaceName Modifier and Type Method Description static InterfaceNameEndpointReferenceHelper. getInterfaceNameMetadata(EndpointReference epr, String addressingNamespace)Retrieves the WS-Addressing EPR PortType, or InterfaceName, element from an EPR, as appropriate.Methods in org.apache.axis2.addressing with parameters of type InterfaceName Modifier and Type Method Description static voidEndpointReferenceHelper. setInterfaceNameMetadata(org.apache.axiom.om.OMFactory factory, EndpointReference epr, String addressingNamespace, InterfaceName interfaceName)Adds an instance ofInterfaceNameas metadata to the specified EPR.
-