public class URLEndpointsConfiguration extends Object
Modifier and Type | Field and 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 and Description |
---|
URLEndpointsConfiguration() |
Modifier and Type | Method and Description |
---|---|
void |
addEndpoint(URLEndpoint endpoint) |
URLEndpoint |
getEndpoint(String url)
Return the endpoint matching the given URL.
|
List<URLEndpoint> |
getEndpoints() |
public static final String URL_PATTERN
public static final String MESSAGE_BUILDERS
public static final String MESSAGE_BUILDER
public static final String CONTENT_TYPE
public static final String CLASS
public static final String PARAMETER
public static final String NAME
public static final String ENDPOINT
public URLEndpoint getEndpoint(String url)
url
- url of the requestpublic List<URLEndpoint> getEndpoints()
public void addEndpoint(URLEndpoint endpoint)
Copyright © 2004–2019 The Apache Software Foundation. All rights reserved.