Uses of Class
org.apache.axis2.transport.base.endpoint.URLEndpoint
-
Packages that use URLEndpoint Package Description org.apache.axis2.transport.base.endpoint org.apache.axis2.transport.base.endpoint.config -
-
Uses of URLEndpoint in org.apache.axis2.transport.base.endpoint
Methods in org.apache.axis2.transport.base.endpoint that return URLEndpoint Modifier and Type Method Description URLEndpoint
URLEndpointsConfiguration. getEndpoint(String url)
Return the endpoint matching the given URL.Methods in org.apache.axis2.transport.base.endpoint that return types with arguments of type URLEndpoint Modifier and Type Method Description List<URLEndpoint>
URLEndpointsConfiguration. getEndpoints()
Methods in org.apache.axis2.transport.base.endpoint with parameters of type URLEndpoint Modifier and Type Method Description void
URLEndpointsConfiguration. addEndpoint(URLEndpoint endpoint)
-
Uses of URLEndpoint in org.apache.axis2.transport.base.endpoint.config
Methods in org.apache.axis2.transport.base.endpoint.config that return URLEndpoint Modifier and Type Method Description URLEndpoint
URLEndpointFactory. create(OMElement xml)
-