Apache CXF API

org.apache.cxf.jaxrs.client
Class ClientConfiguration

java.lang.Object
  extended by org.apache.cxf.jaxrs.client.ClientConfiguration
All Implemented Interfaces:
InterceptorProvider

public class ClientConfiguration
extends Object
implements InterceptorProvider


Constructor Summary
ClientConfiguration()
           
 
Method Summary
 Bus getBus()
           
 Conduit getConduit()
           
 ConduitSelector getConduitSelector()
           
 HTTPConduit getHttpConduit()
           
 List<Interceptor> getInFaultInterceptors()
          Returns the list of interceptors attached to the incoming fault interceptor chain of the object.
 List<Interceptor> getInInterceptors()
          Returns the list of interceptors attached to the incoming interceptor chain of the object.
 List<Interceptor> getOutFaultInterceptors()
          Returns the list of interceptors attached to the outgoing fault interceptor chain of the object.
 List<Interceptor> getOutInterceptors()
          Returns the list of interceptors attached to the outgoing interceptor chain of the object.
 Map<String,Object> getRequestContext()
           
 Map<String,Object> getResponseContext()
           
 void setBus(Bus bus)
           
 void setConduitSelector(ConduitSelector cs)
           
 void setInFaultInterceptors(List<Interceptor> interceptors)
           
 void setInInterceptors(List<Interceptor> interceptors)
           
 void setOutFaultInterceptors(List<Interceptor> interceptors)
           
 void setOutInterceptors(List<Interceptor> interceptors)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClientConfiguration

public ClientConfiguration()
Method Detail

setConduitSelector

public void setConduitSelector(ConduitSelector cs)

getConduitSelector

public ConduitSelector getConduitSelector()

setBus

public void setBus(Bus bus)

getBus

public Bus getBus()

getInFaultInterceptors

public List<Interceptor> getInFaultInterceptors()
Description copied from interface: InterceptorProvider
Returns the list of interceptors attached to the incoming fault interceptor chain of the object.

Specified by:
getInFaultInterceptors in interface InterceptorProvider
Returns:
List incoming fault interceptor chain

getInInterceptors

public List<Interceptor> getInInterceptors()
Description copied from interface: InterceptorProvider
Returns the list of interceptors attached to the incoming interceptor chain of the object.

Specified by:
getInInterceptors in interface InterceptorProvider
Returns:
List incoming interceptor chain

getOutFaultInterceptors

public List<Interceptor> getOutFaultInterceptors()
Description copied from interface: InterceptorProvider
Returns the list of interceptors attached to the outgoing fault interceptor chain of the object.

Specified by:
getOutFaultInterceptors in interface InterceptorProvider
Returns:
List outgoing fault interceptor chain

getOutInterceptors

public List<Interceptor> getOutInterceptors()
Description copied from interface: InterceptorProvider
Returns the list of interceptors attached to the outgoing interceptor chain of the object.

Specified by:
getOutInterceptors in interface InterceptorProvider
Returns:
List outgoing interceptor chain

setInInterceptors

public void setInInterceptors(List<Interceptor> interceptors)

setOutInterceptors

public void setOutInterceptors(List<Interceptor> interceptors)

setInFaultInterceptors

public void setInFaultInterceptors(List<Interceptor> interceptors)

setOutFaultInterceptors

public void setOutFaultInterceptors(List<Interceptor> interceptors)

getConduit

public Conduit getConduit()

getHttpConduit

public HTTPConduit getHttpConduit()

getResponseContext

public Map<String,Object> getResponseContext()

getRequestContext

public Map<String,Object> getRequestContext()

Apache CXF API

Apache CXF