cgl.axis.services.wfs
Class WfsSoapBindingStub

java.lang.Object
  extended byorg.apache.axis.client.Stub
      extended bycgl.axis.services.wfs.WfsSoapBindingStub
All Implemented Interfaces:
java.rmi.Remote, javax.xml.rpc.Stub, Wfs

public class WfsSoapBindingStub
extends org.apache.axis.client.Stub
implements Wfs


Field Summary
(package private) static org.apache.axis.description.OperationDesc[] _operations
           
 
Fields inherited from class org.apache.axis.client.Stub
cachedEndpoint, cachedPassword, cachedPortName, cachedProperties, cachedTimeout, cachedUsername, maintainSession, maintainSessionSet, service
 
Fields inherited from interface javax.xml.rpc.Stub
ENDPOINT_ADDRESS_PROPERTY, PASSWORD_PROPERTY, SESSION_MAINTAIN_PROPERTY, USERNAME_PROPERTY
 
Constructor Summary
WfsSoapBindingStub()
           
WfsSoapBindingStub(javax.xml.rpc.Service service)
           
WfsSoapBindingStub(java.net.URL endpointURL, javax.xml.rpc.Service service)
           
 
Method Summary
 java.lang.String describeFeatureType(java.lang.String descFeatureStr)
           
 java.lang.String getCapabilities(java.lang.String capstr)
           
 java.lang.String getFeature(java.lang.String getstr)
           
 java.lang.String getFeatureWithLock()
           
 java.lang.String getRequest(java.lang.String request)
           
 java.lang.String lockFeature()
           
 void main(java.lang.String[] args)
           
 java.lang.String transaction()
           
 
Methods inherited from class org.apache.axis.client.Stub
_getProperty, _getPropertyNames, _setProperty, addAttachment, clearAttachments, clearHeaders, extractAttachments, firstCall, getAttachments, getHeader, getHeaders, getPassword, getPortName, getResponseHeader, getResponseHeaders, getResponseHeaders, getTimeout, getUsername, removeProperty, setAttachments, setHeader, setHeader, setMaintainSession, setPassword, setPortName, setPortName, setRequestHeaders, setTimeout, setUsername
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_operations

static org.apache.axis.description.OperationDesc[] _operations
Constructor Detail

WfsSoapBindingStub

public WfsSoapBindingStub()
                   throws org.apache.axis.AxisFault

WfsSoapBindingStub

public WfsSoapBindingStub(java.net.URL endpointURL,
                          javax.xml.rpc.Service service)
                   throws org.apache.axis.AxisFault

WfsSoapBindingStub

public WfsSoapBindingStub(javax.xml.rpc.Service service)
                   throws org.apache.axis.AxisFault
Method Detail

main

public void main(java.lang.String[] args)
          throws java.rmi.RemoteException
Specified by:
main in interface Wfs
Throws:
java.rmi.RemoteException

getRequest

public java.lang.String getRequest(java.lang.String request)
                            throws java.rmi.RemoteException
Specified by:
getRequest in interface Wfs
Throws:
java.rmi.RemoteException

getCapabilities

public java.lang.String getCapabilities(java.lang.String capstr)
                                 throws java.rmi.RemoteException
Specified by:
getCapabilities in interface Wfs
Throws:
java.rmi.RemoteException

getFeature

public java.lang.String getFeature(java.lang.String getstr)
                            throws java.rmi.RemoteException
Specified by:
getFeature in interface Wfs
Throws:
java.rmi.RemoteException

transaction

public java.lang.String transaction()
                             throws java.rmi.RemoteException
Specified by:
transaction in interface Wfs
Throws:
java.rmi.RemoteException

describeFeatureType

public java.lang.String describeFeatureType(java.lang.String descFeatureStr)
                                     throws java.rmi.RemoteException
Specified by:
describeFeatureType in interface Wfs
Throws:
java.rmi.RemoteException

getFeatureWithLock

public java.lang.String getFeatureWithLock()
                                    throws java.rmi.RemoteException
Specified by:
getFeatureWithLock in interface Wfs
Throws:
java.rmi.RemoteException

lockFeature

public java.lang.String lockFeature()
                             throws java.rmi.RemoteException
Specified by:
lockFeature in interface Wfs
Throws:
java.rmi.RemoteException