org.apache.cxf.jaxrs.client
Class ClientConfiguration
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ClientConfiguration
public ClientConfiguration()
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<? extends org.apache.cxf.message.Message>> getInFaultInterceptors()
- Specified by:
getInFaultInterceptors in interface org.apache.cxf.interceptor.InterceptorProvider
getInInterceptors
public List<org.apache.cxf.interceptor.Interceptor<? extends org.apache.cxf.message.Message>> getInInterceptors()
- Specified by:
getInInterceptors in interface org.apache.cxf.interceptor.InterceptorProvider
getOutFaultInterceptors
public List<org.apache.cxf.interceptor.Interceptor<? extends org.apache.cxf.message.Message>> getOutFaultInterceptors()
- Specified by:
getOutFaultInterceptors in interface org.apache.cxf.interceptor.InterceptorProvider
getOutInterceptors
public List<org.apache.cxf.interceptor.Interceptor<? extends org.apache.cxf.message.Message>> getOutInterceptors()
- Specified by:
getOutInterceptors in interface org.apache.cxf.interceptor.InterceptorProvider
setInInterceptors
public void setInInterceptors(List<org.apache.cxf.interceptor.Interceptor<? extends org.apache.cxf.message.Message>> interceptors)
setOutInterceptors
public void setOutInterceptors(List<org.apache.cxf.interceptor.Interceptor<? extends org.apache.cxf.message.Message>> interceptors)
setInFaultInterceptors
public void setInFaultInterceptors(List<org.apache.cxf.interceptor.Interceptor<? extends org.apache.cxf.message.Message>> interceptors)
setOutFaultInterceptors
public void setOutFaultInterceptors(List<org.apache.cxf.interceptor.Interceptor<? extends org.apache.cxf.message.Message>> 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