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