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 InterfaceName
EndpointReferenceHelper. 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 void
EndpointReferenceHelper. setInterfaceNameMetadata(OMFactory factory, EndpointReference epr, String addressingNamespace, InterfaceName interfaceName)
Adds an instance ofInterfaceName
as metadata to the specified EPR.
-