Class URLEndpointsConfiguration
java.lang.Object
org.apache.axis2.transport.base.endpoint.URLEndpointsConfiguration
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddEndpoint(URLEndpoint endpoint) getEndpoint(String url) Return the endpoint matching the given URL.
-
Field Details
-
URL_PATTERN
- See Also:
-
MESSAGE_BUILDERS
- See Also:
-
MESSAGE_BUILDER
- See Also:
-
CONTENT_TYPE
- See Also:
-
CLASS
- See Also:
-
PARAMETER
- See Also:
-
NAME
- See Also:
-
ENDPOINT
- See Also:
-
-
Constructor Details
-
URLEndpointsConfiguration
public URLEndpointsConfiguration()
-
-
Method Details
-
getEndpoint
Return the endpoint matching the given URL.- Parameters:
url- url of the request- Returns:
- the endpoint matching the given url
-
getEndpoints
-
addEndpoint
-