org.apache.axis2.client
Class Stub
java.lang.Object
org.apache.axis2.client.Stub
- public abstract class Stub
- extends Object
Constructor Summary |
Stub()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_service
protected static AxisService _service
modules
protected ArrayList modules
_serviceClient
protected ServiceClient _serviceClient
Stub
public Stub()
_getServiceClient
public ServiceClient _getServiceClient()
_setServiceClient
public void _setServiceClient(ServiceClient _serviceClient)
createEnvelope
protected org.apache.axiom.soap.SOAPEnvelope createEnvelope(Options options)
throws org.apache.axiom.soap.SOAPProcessingException
- Throws:
org.apache.axiom.soap.SOAPProcessingException
getElement
protected org.apache.axiom.om.OMElement getElement(org.apache.axiom.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.axiom.om.OMElement getElementFromReader(XMLStreamReader reader)
getFactory
protected org.apache.axiom.soap.SOAPFactory getFactory(String soapVersionURI)