public class JaxWsClientProxy extends org.apache.cxf.frontend.ClientProxy implements BindingProvider
| Modifier and Type | Field and Description |
|---|---|
static String |
THREAD_LOCAL_REQUEST_CONTEXT |
ENDPOINT_ADDRESS_PROPERTY, PASSWORD_PROPERTY, SESSION_MAINTAIN_PROPERTY, SOAPACTION_URI_PROPERTY, SOAPACTION_USE_PROPERTY, USERNAME_PROPERTY| Constructor and Description |
|---|
JaxWsClientProxy(org.apache.cxf.endpoint.Client c,
Binding b) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
Binding |
getBinding() |
EndpointReference |
getEndpointReference() |
<T extends EndpointReference> |
getEndpointReference(Class<T> clazz) |
Map<String,Object> |
getRequestContext() |
Map<String,Object> |
getResponseContext() |
Object |
invoke(Object proxy,
Method method,
Object[] args) |
public static final String THREAD_LOCAL_REQUEST_CONTEXT
public JaxWsClientProxy(org.apache.cxf.endpoint.Client c,
Binding b)
public void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class org.apache.cxf.frontend.ClientProxyIOExceptionpublic Object invoke(Object proxy, Method method, Object[] args) throws Throwable
invoke in interface InvocationHandlerinvoke in class org.apache.cxf.frontend.ClientProxyThrowablepublic Map<String,Object> getRequestContext()
getRequestContext in interface BindingProvidergetRequestContext in class org.apache.cxf.frontend.ClientProxypublic Map<String,Object> getResponseContext()
getResponseContext in interface BindingProvidergetResponseContext in class org.apache.cxf.frontend.ClientProxypublic Binding getBinding()
getBinding in interface BindingProviderpublic EndpointReference getEndpointReference()
getEndpointReference in interface BindingProviderpublic <T extends EndpointReference> T getEndpointReference(Class<T> clazz)
getEndpointReference in interface BindingProviderApache CXF