java.lang.reflect.InvocationHandler
public class ServiceProxy
extends java.lang.Object
implements java.lang.reflect.InvocationHandler
Constructor | Description |
---|---|
ServiceProxy(javax.xml.rpc.Service service) |
Constructs a new ServiceProxy wrapping given Service instance.
|
Modifier and Type | Method | Description |
---|---|---|
java.lang.Object |
invoke(java.lang.Object proxy,
java.lang.reflect.Method method,
java.lang.Object[] args) |
|
void |
setPortComponentRef(java.util.Hashtable<java.lang.String,javax.xml.namespace.QName> portComponentRef) |
public ServiceProxy(javax.xml.rpc.Service service) throws javax.xml.rpc.ServiceException
service
- the wrapped Service instancejavax.xml.rpc.ServiceException
- should be never thrownpublic java.lang.Object invoke(java.lang.Object proxy, java.lang.reflect.Method method, java.lang.Object[] args) throws java.lang.Throwable
invoke
in interface java.lang.reflect.InvocationHandler
java.lang.Throwable
InvocationHandler.invoke(Object, Method, Object[])
public void setPortComponentRef(java.util.Hashtable<java.lang.String,javax.xml.namespace.QName> portComponentRef)
portComponentRef
- ListCopyright © 2000-2018 Apache Software Foundation. All Rights Reserved.