Class URLEndpointsConfiguration
- java.lang.Object
-
- org.apache.axis2.transport.base.endpoint.URLEndpointsConfiguration
-
public class URLEndpointsConfiguration extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
CLASS
static String
CONTENT_TYPE
static String
ENDPOINT
static String
MESSAGE_BUILDER
static String
MESSAGE_BUILDERS
static String
NAME
static String
PARAMETER
static String
URL_PATTERN
-
Constructor Summary
Constructors Constructor Description URLEndpointsConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addEndpoint(URLEndpoint endpoint)
URLEndpoint
getEndpoint(String url)
Return the endpoint matching the given URL.List<URLEndpoint>
getEndpoints()
-
-
-
Field Detail
-
URL_PATTERN
public static final String URL_PATTERN
- See Also:
- Constant Field Values
-
MESSAGE_BUILDERS
public static final String MESSAGE_BUILDERS
- See Also:
- Constant Field Values
-
MESSAGE_BUILDER
public static final String MESSAGE_BUILDER
- See Also:
- Constant Field Values
-
CONTENT_TYPE
public static final String CONTENT_TYPE
- See Also:
- Constant Field Values
-
CLASS
public static final String CLASS
- See Also:
- Constant Field Values
-
PARAMETER
public static final String PARAMETER
- See Also:
- Constant Field Values
-
NAME
public static final String NAME
- See Also:
- Constant Field Values
-
ENDPOINT
public static final String ENDPOINT
- See Also:
- Constant Field Values
-
-
Method Detail
-
getEndpoint
public URLEndpoint getEndpoint(String url)
Return the endpoint matching the given URL.- Parameters:
url
- url of the request- Returns:
- the endpoint matching the given url
-
getEndpoints
public List<URLEndpoint> getEndpoints()
-
addEndpoint
public void addEndpoint(URLEndpoint endpoint)
-
-