Uses of Class
org.apache.axis2.addressing.metadata.ServiceName
-
Packages that use ServiceName Package Description org.apache.axis2.addressing -
-
Uses of ServiceName in org.apache.axis2.addressing
Methods in org.apache.axis2.addressing that return ServiceName Modifier and Type Method Description static ServiceNameEndpointReferenceHelper. getServiceNameMetadata(EndpointReference epr, String addressingNamespace)Retrieves the WS-Addressing EPR ServiceName element from an EPR.Methods in org.apache.axis2.addressing with parameters of type ServiceName Modifier and Type Method Description static voidEndpointReferenceHelper. setServiceNameMetadata(org.apache.axiom.om.OMFactory factory, EndpointReference epr, String addressingNamespace, ServiceName serviceName)Adds an instance ofServiceNameas metadata to the specified EPR.
-