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 java.lang.Object
implements InterceptorProvider


Constructor Summary
ClientConfiguration()
           
 
Method Summary
 Bus getBus()
           
 Conduit getConduit()
           
 ConduitSelector getConduitSelector()
           
 HTTPConduit getHttpConduit()
           
 java.util.List<Interceptor<? extends Message>> getInFaultInterceptors()
          Returns the list of interceptors attached to the incoming fault interceptor chain of the object.
 java.util.List<Interceptor<? extends Message>> getInInterceptors()
          Returns the list of interceptors attached to the incoming interceptor chain of the object.
 java.util.List<Interceptor<? extends Message>> getOutFaultInterceptors()
          Returns the list of interceptors attached to the outgoing fault interceptor chain of the object.
 java.util.List<Interceptor<? extends Message>> getOutInterceptors()
          Returns the list of interceptors attached to the outgoing interceptor chain of the object.
 java.util.Map<java.lang.String,java.lang.Object> getRequestContext()
           
 java.util.Map<java.lang.String,java.lang.Object> getResponseContext()
           
 void setBus(Bus bus)
           
 void setConduitSelector(ConduitSelector cs)
           
 void setInFaultInterceptors(java.util.List<Interceptor<? extends Message>> interceptors)
           
 void setInInterceptors(java.util.List<Interceptor<? extends Message>> interceptors)
           
 void setOutFaultInterceptors(java.util.List<Interceptor<? extends Message>> interceptors)
           
 void setOutInterceptors(java.util.List<Interceptor<? extends Message>> 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 java.util.List<Interceptor<? extends Message>> 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 java.util.List<Interceptor<? extends Message>> 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 java.util.List<Interceptor<? extends Message>> 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 java.util.List<Interceptor<? extends Message>> 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(java.util.List<Interceptor<? extends Message>> interceptors)

setOutInterceptors

public void setOutInterceptors(java.util.List<Interceptor<? extends Message>> interceptors)

setInFaultInterceptors

public void setInFaultInterceptors(java.util.List<Interceptor<? extends Message>> interceptors)

setOutFaultInterceptors

public void setOutFaultInterceptors(java.util.List<Interceptor<? extends Message>> interceptors)

getConduit

public Conduit getConduit()

getHttpConduit

public HTTPConduit getHttpConduit()

getResponseContext

public java.util.Map<java.lang.String,java.lang.Object> getResponseContext()

getRequestContext

public java.util.Map<java.lang.String,java.lang.Object> getRequestContext()

Apache CXF API

Apache CXF