public interface HttpAdapterFactory
| Modifier and Type | Interface and Description |
|---|---|
static class |
HttpAdapterFactory.Request |
static class |
HttpAdapterFactory.Response |
| Modifier and Type | Method and Description |
|---|---|
static HttpAdapterFactory.Request |
request(Map<String,List<String>> headers,
URI uri,
String method) |
static HttpAdapterFactory.Response |
response(Integer status) |
static HttpAdapterFactory.Request request(Map<String,List<String>> headers, URI uri, String method)
static HttpAdapterFactory.Response response(Integer status)
Apache CXF