org.apache.axis2.client
Class Stub

java.lang.Object
  extended byorg.apache.axis2.client.Stub
Direct Known Subclasses:
RPCStub

public abstract class Stub
extends Object


Field Summary
protected static AxisService _service
           
protected  ServiceClient _serviceClient
           
protected  ArrayList modules
           
 
Constructor Summary
Stub()
           
 
Method Summary
 ServiceClient _getServiceClient()
           
 void _setServiceClient(ServiceClient _serviceClient)
           
protected  org.apache.ws.commons.soap.SOAPEnvelope createEnvelope(Options options)
           
protected  org.apache.ws.commons.om.OMElement getElement(org.apache.ws.commons.soap.SOAPEnvelope env, String type)
          A util method that extracts the correct element.
protected  org.apache.ws.commons.om.OMElement getElementFromReader(XMLStreamReader reader)
           
protected  org.apache.ws.commons.soap.SOAPFactory getFactory(String soapVersionURI)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_service

protected static AxisService _service

modules

protected ArrayList modules

_serviceClient

protected ServiceClient _serviceClient
Constructor Detail

Stub

public Stub()
Method Detail

_getServiceClient

public ServiceClient _getServiceClient()

_setServiceClient

public void _setServiceClient(ServiceClient _serviceClient)

createEnvelope

protected org.apache.ws.commons.soap.SOAPEnvelope createEnvelope(Options options)
                                                          throws org.apache.ws.commons.soap.SOAPProcessingException
Throws:
org.apache.ws.commons.soap.SOAPProcessingException

getElement

protected org.apache.ws.commons.om.OMElement getElement(org.apache.ws.commons.soap.SOAPEnvelope env,
                                                        String type)
A util method that extracts the correct element.

Parameters:
env -
type -
Returns:
the relevant element to be databound

getElementFromReader

protected org.apache.ws.commons.om.OMElement getElementFromReader(XMLStreamReader reader)

getFactory

protected org.apache.ws.commons.soap.SOAPFactory getFactory(String soapVersionURI)