|
Apache CXF API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.cxf.jaxrs.client.ClientConfiguration
public class ClientConfiguration
| 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 |
|---|
public ClientConfiguration()
| Method Detail |
|---|
public void setConduitSelector(ConduitSelector cs)
public ConduitSelector getConduitSelector()
public void setBus(Bus bus)
public Bus getBus()
public List<Interceptor> getInFaultInterceptors()
InterceptorProvider
getInFaultInterceptors in interface InterceptorProviderList incoming fault interceptor chainpublic List<Interceptor> getInInterceptors()
InterceptorProvider
getInInterceptors in interface InterceptorProviderList incoming interceptor chainpublic List<Interceptor> getOutFaultInterceptors()
InterceptorProvider
getOutFaultInterceptors in interface InterceptorProviderList outgoing fault interceptor chainpublic List<Interceptor> getOutInterceptors()
InterceptorProvider
getOutInterceptors in interface InterceptorProviderList outgoing interceptor chainpublic void setInInterceptors(List<Interceptor> interceptors)
public void setOutInterceptors(List<Interceptor> interceptors)
public void setInFaultInterceptors(List<Interceptor> interceptors)
public void setOutFaultInterceptors(List<Interceptor> interceptors)
public Conduit getConduit()
public HTTPConduit getHttpConduit()
public Map<String,Object> getResponseContext()
public Map<String,Object> getRequestContext()
|
Apache CXF API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||