org.apache.axis2.rpc.client
Class RPCStub

java.lang.Object
  extended byorg.apache.axis2.client.Stub
      extended byorg.apache.axis2.rpc.client.RPCStub

public class RPCStub
extends Stub


Field Summary
 
Fields inherited from class org.apache.axis2.client.Stub
_options, _service, _serviceClient, modules
 
Constructor Summary
RPCStub()
           
 
Method Summary
static void setValueRPC(OMFactory factory, SOAPEnvelope env, String methodNamespaceURI, String methodName, String[] paramNames, Object[] values)
          TODO: Make this method non-static and fix the xsl's that generate code to "extend" RPCStub when appropriate.
 
Methods inherited from class org.apache.axis2.client.Stub
_getOptions, _setOptions, createEnvelope, engageModule, getElement, getElementFromReader, getFactory
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RPCStub

public RPCStub()
Method Detail

setValueRPC

public static void setValueRPC(OMFactory factory,
                               SOAPEnvelope env,
                               String methodNamespaceURI,
                               String methodName,
                               String[] paramNames,
                               Object[] values)
TODO: Make this method non-static and fix the xsl's that generate code to "extend" RPCStub when appropriate.

Parameters:
factory -
env -
methodNamespaceURI -
methodName -
paramNames -
values -