@ThreadSafe
public interface RSDynamicClientBuilder
Modifier and Type | Method and Description |
---|---|
RSDynamicClient |
build()
Build the
WSDynamicClient with all parameters set on this class |
RSDynamicClientBuilder |
consumeMediaTypes(String consumeMediaTypes) |
String |
getConsumeMediaTypes() |
RSDynamicClient.HttpMethod |
getHttpMethod() |
String |
getProduceMediaTypes() |
String |
getResourceURI() |
RSDynamicClientBuilder |
httpMethod(RSDynamicClient.HttpMethod httpMethod) |
RSDynamicClientBuilder |
produceMediaTypes(String produceMediaTypes) |
RSDynamicClientBuilder |
resourceURI(String resourceURI) |
RSDynamicClient build() throws IllegalStateException, WiseRuntimeException
WSDynamicClient
with all parameters set on this classWSDynamicClient
IllegalStateException
ConnectException
WiseRuntimeException
RSDynamicClientBuilder resourceURI(String resourceURI)
RSDynamicClientBuilder httpMethod(RSDynamicClient.HttpMethod httpMethod)
RSDynamicClientBuilder produceMediaTypes(String produceMediaTypes)
RSDynamicClientBuilder consumeMediaTypes(String consumeMediaTypes)
String getResourceURI()
String getProduceMediaTypes()
String getConsumeMediaTypes()
RSDynamicClient.HttpMethod getHttpMethod()
Copyright © 2008–2013 JBoss.org. All rights reserved.