Package com.sun.xml.rpc.client.dii
Class CallInvocationHandler
- java.lang.Object
-
- com.sun.xml.rpc.client.dii.CallInvocationHandler
-
- All Implemented Interfaces:
InvocationHandler,javax.xml.rpc.Stub
public class CallInvocationHandler extends Object implements InvocationHandler, javax.xml.rpc.Stub
- Author:
- JAX-RPC Development Team
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String_getDefaultEnvelopeEncodingStyle()String_getEncodingStyle()String_getImplicitEnvelopeEncodingStyle()Object_getProperty(String name)Iterator_getPropertyNames()void_setEncodingStyle(String encodingStyle)void_setProperty(String name, Object value)voidaddCall(Method key, javax.xml.rpc.Call call)protected ObjectdoCall(javax.xml.rpc.Call call, Object[] args)protected ObjectdoNonPort(Method method, Object[] args)javax.xml.rpc.CallgetCall(Method key)Objectinvoke(Object proxy, Method method, Object[] args)
-
-
-
Method Detail
-
addCall
public void addCall(Method key, javax.xml.rpc.Call call)
-
getCall
public javax.xml.rpc.Call getCall(Method key)
-
invoke
public Object invoke(Object proxy, Method method, Object[] args) throws Exception
- Specified by:
invokein interfaceInvocationHandler- Throws:
Exception
-
doCall
protected Object doCall(javax.xml.rpc.Call call, Object[] args) throws RemoteException
- Throws:
RemoteException
-
_setProperty
public void _setProperty(String name, Object value)
- Specified by:
_setPropertyin interfacejavax.xml.rpc.Stub
-
_getProperty
public Object _getProperty(String name)
- Specified by:
_getPropertyin interfacejavax.xml.rpc.Stub
-
_getPropertyNames
public Iterator _getPropertyNames()
- Specified by:
_getPropertyNamesin interfacejavax.xml.rpc.Stub
-
_getDefaultEnvelopeEncodingStyle
public String _getDefaultEnvelopeEncodingStyle()
-
_getImplicitEnvelopeEncodingStyle
public String _getImplicitEnvelopeEncodingStyle()
-
_getEncodingStyle
public String _getEncodingStyle()
-
_setEncodingStyle
public void _setEncodingStyle(String encodingStyle)
-
-