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 Details

    • 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:
      invoke in interface InvocationHandler
      Throws:
      Exception
    • doCall

      protected Object doCall(javax.xml.rpc.Call call, Object[] args) throws RemoteException
      Throws:
      RemoteException
    • doNonPort

      protected Object doNonPort(Method method, Object[] args)
    • _setProperty

      public void _setProperty(String name, Object value)
      Specified by:
      _setProperty in interface javax.xml.rpc.Stub
    • _getProperty

      public Object _getProperty(String name)
      Specified by:
      _getProperty in interface javax.xml.rpc.Stub
    • _getPropertyNames

      public Iterator _getPropertyNames()
      Specified by:
      _getPropertyNames in interface javax.xml.rpc.Stub
    • _getDefaultEnvelopeEncodingStyle

      public String _getDefaultEnvelopeEncodingStyle()
    • _getImplicitEnvelopeEncodingStyle

      public String _getImplicitEnvelopeEncodingStyle()
    • _getEncodingStyle

      public String _getEncodingStyle()
    • _setEncodingStyle

      public void _setEncodingStyle(String encodingStyle)