| Package | Description |
|---|---|
| org.jboss.wise.core.client.builder | |
| org.jboss.wise.core.client.factories | |
| org.jboss.wise.core.client.jaxrs | |
| org.jboss.wise.core.client.jaxrs.impl |
| Modifier and Type | Method and Description |
|---|---|
RSDynamicClient.HttpMethod |
RSDynamicClientBuilder.getHttpMethod() |
| Modifier and Type | Method and Description |
|---|---|
RSDynamicClientBuilder |
RSDynamicClientBuilder.httpMethod(RSDynamicClient.HttpMethod httpMethod) |
| Modifier and Type | Method and Description |
|---|---|
static RSDynamicClient |
WSDynamicClientFactory.getJAXRSClient(String endpointURL,
RSDynamicClient.HttpMethod httpMethod,
String produceMediaTypes,
String consumeMediaTypes)
Return an instance of RSDynamicClient taken from cache if possible,
generate and initialise if not.
|
static RSDynamicClient |
WSDynamicClientFactory.getJAXRSClient(String endpointURL,
RSDynamicClient.HttpMethod httpMethod,
String produceMediaTypes,
String consumeMediaTypes,
String userName,
String password)
Return an instance of RSDynamicClient taken from cache if possible,
generate and initialise if not.
|
| Modifier and Type | Method and Description |
|---|---|
RSDynamicClient.HttpMethod |
RSDynamicClient.getHttpMethod() |
static RSDynamicClient.HttpMethod |
RSDynamicClient.HttpMethod.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RSDynamicClient.HttpMethod[] |
RSDynamicClient.HttpMethod.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
RSDynamicClient.HttpMethod |
CXFRSDynamicClientBuilder.getHttpMethod() |
RSDynamicClient.HttpMethod |
RSDynamicClientImpl.getHttpMethod() |
| Modifier and Type | Method and Description |
|---|---|
RSDynamicClientBuilder |
CXFRSDynamicClientBuilder.httpMethod(RSDynamicClient.HttpMethod httpMethod) |
| Constructor and Description |
|---|
RSDynamicClientImpl(String resourceURI,
String produceMediaTypes,
String consumeMediaTypes,
RSDynamicClient.HttpMethod httpMethod)
Invoke JAXRS service.
|
RSDynamicClientImpl(String resourceURI,
String produceMediaTypes,
String consumeMediaTypes,
RSDynamicClient.HttpMethod httpMethod,
Map<String,String> requestHeaders) |
Copyright © 2008–2016 JBoss.org. All rights reserved.