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 ServiceName
EndpointReferenceHelper. 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 void
EndpointReferenceHelper. setServiceNameMetadata(OMFactory factory, EndpointReference epr, String addressingNamespace, ServiceName serviceName)
Adds an instance ofServiceName
as metadata to the specified EPR.
-