public class ServiceProxy
extends java.lang.Object
implements java.lang.reflect.InvocationHandler
| Constructor and Description | 
|---|
| ServiceProxy(javax.xml.rpc.Service service)Constructs a new ServiceProxy wrapping given Service instance. | 
| Modifier and Type | Method and 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.InvocationHandlerjava.lang.ThrowableInvocationHandler.invoke(Object, Method, Object[])public void setPortComponentRef(java.util.Hashtable<java.lang.String,javax.xml.namespace.QName> portComponentRef)
portComponentRef - ListCopyright © 2000-2015 Apache Software Foundation. All Rights Reserved.