org.apache.cxf.jaxws
Class JaxWsClientProxy
java.lang.Object
org.apache.cxf.frontend.ClientProxy
org.apache.cxf.jaxws.JaxWsClientProxy
- All Implemented Interfaces:
- Closeable, InvocationHandler, BindingProvider
public class JaxWsClientProxy
- extends ClientProxy
- implements InvocationHandler, BindingProvider
THREAD_LOCAL_REQUEST_CONTEXT
public static final String THREAD_LOCAL_REQUEST_CONTEXT
- See Also:
- Constant Field Values
JaxWsClientProxy
public JaxWsClientProxy(Client c,
Binding b)
close
public void close()
throws IOException
- Specified by:
close in interface Closeable- Overrides:
close in class ClientProxy
- Throws:
IOException
invoke
public Object invoke(Object proxy,
Method method,
Object[] args)
throws Throwable
- Specified by:
invoke in interface InvocationHandler- Overrides:
invoke in class ClientProxy
- Throws:
Throwable
getRequestContext
public Map<String,Object> getRequestContext()
- Specified by:
getRequestContext in interface BindingProvider- Overrides:
getRequestContext in class ClientProxy
getResponseContext
public Map<String,Object> getResponseContext()
- Specified by:
getResponseContext in interface BindingProvider- Overrides:
getResponseContext in class ClientProxy
getBinding
public Binding getBinding()
- Specified by:
getBinding in interface BindingProvider
getEndpointReference
public EndpointReference getEndpointReference()
- Specified by:
getEndpointReference in interface BindingProvider
getEndpointReference
public <T extends EndpointReference> T getEndpointReference(Class<T> clazz)
- Specified by:
getEndpointReference in interface BindingProvider
Apache CXF