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()
           
 java.util.List<Interceptor> getInFaultInterceptors()
           
 java.util.List<Interceptor> getInInterceptors()
           
 java.util.List<Interceptor> getOutFaultInterceptors()
           
 java.util.List<Interceptor> getOutInterceptors()
           
 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> interceptors)
           
 void setInInterceptors(java.util.List<Interceptor> interceptors)
           
 void setOutFaultInterceptors(java.util.List<Interceptor> interceptors)
           
 void setOutInterceptors(java.util.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 java.util.List<Interceptor> getInFaultInterceptors()
Specified by:
getInFaultInterceptors in interface InterceptorProvider

getInInterceptors

public java.util.List<Interceptor> getInInterceptors()
Specified by:
getInInterceptors in interface InterceptorProvider

getOutFaultInterceptors

public java.util.List<Interceptor> getOutFaultInterceptors()
Specified by:
getOutFaultInterceptors in interface InterceptorProvider

getOutInterceptors

public java.util.List<Interceptor> getOutInterceptors()
Specified by:
getOutInterceptors in interface InterceptorProvider

setInInterceptors

public void setInInterceptors(java.util.List<Interceptor> interceptors)

setOutInterceptors

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

setInFaultInterceptors

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

setOutFaultInterceptors

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

getConduit

public Conduit getConduit()

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