org.apache.cxf.jaxrs.client
Class ClientConfiguration

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

public class ClientConfiguration
extends Object
implements org.apache.cxf.interceptor.InterceptorProvider


Constructor Summary
ClientConfiguration()
           
 
Method Summary
 org.apache.cxf.Bus getBus()
           
 org.apache.cxf.transport.Conduit getConduit()
           
 org.apache.cxf.endpoint.ConduitSelector getConduitSelector()
           
 org.apache.cxf.transport.http.HTTPConduit getHttpConduit()
           
 List<org.apache.cxf.interceptor.Interceptor> getInFaultInterceptors()
           
 List<org.apache.cxf.interceptor.Interceptor> getInInterceptors()
           
 List<org.apache.cxf.interceptor.Interceptor> getOutFaultInterceptors()
           
 List<org.apache.cxf.interceptor.Interceptor> getOutInterceptors()
           
 Map<String,Object> getRequestContext()
           
 Map<String,Object> getResponseContext()
           
 void setBus(org.apache.cxf.Bus bus)
           
 void setConduitSelector(org.apache.cxf.endpoint.ConduitSelector cs)
           
 void setInFaultInterceptors(List<org.apache.cxf.interceptor.Interceptor> interceptors)
           
 void setInInterceptors(List<org.apache.cxf.interceptor.Interceptor> interceptors)
           
 void setOutFaultInterceptors(List<org.apache.cxf.interceptor.Interceptor> interceptors)
           
 void setOutInterceptors(List<org.apache.cxf.interceptor.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(org.apache.cxf.endpoint.ConduitSelector cs)

getConduitSelector

public org.apache.cxf.endpoint.ConduitSelector getConduitSelector()

setBus

public void setBus(org.apache.cxf.Bus bus)

getBus

public org.apache.cxf.Bus getBus()

getInFaultInterceptors

public List<org.apache.cxf.interceptor.Interceptor> getInFaultInterceptors()
Specified by:
getInFaultInterceptors in interface org.apache.cxf.interceptor.InterceptorProvider

getInInterceptors

public List<org.apache.cxf.interceptor.Interceptor> getInInterceptors()
Specified by:
getInInterceptors in interface org.apache.cxf.interceptor.InterceptorProvider

getOutFaultInterceptors

public List<org.apache.cxf.interceptor.Interceptor> getOutFaultInterceptors()
Specified by:
getOutFaultInterceptors in interface org.apache.cxf.interceptor.InterceptorProvider

getOutInterceptors

public List<org.apache.cxf.interceptor.Interceptor> getOutInterceptors()
Specified by:
getOutInterceptors in interface org.apache.cxf.interceptor.InterceptorProvider

setInInterceptors

public void setInInterceptors(List<org.apache.cxf.interceptor.Interceptor> interceptors)

setOutInterceptors

public void setOutInterceptors(List<org.apache.cxf.interceptor.Interceptor> interceptors)

setInFaultInterceptors

public void setInFaultInterceptors(List<org.apache.cxf.interceptor.Interceptor> interceptors)

setOutFaultInterceptors

public void setOutFaultInterceptors(List<org.apache.cxf.interceptor.Interceptor> interceptors)

getConduit

public org.apache.cxf.transport.Conduit getConduit()

getHttpConduit

public org.apache.cxf.transport.http.HTTPConduit getHttpConduit()

getResponseContext

public Map<String,Object> getResponseContext()

getRequestContext

public Map<String,Object> getRequestContext()


Apache CXF