cgl.axis.services.wfs
Interface Wfs

All Superinterfaces:
java.rmi.Remote
All Known Implementing Classes:
WfsSoapBindingImpl, WfsSoapBindingStub

public interface Wfs
extends java.rmi.Remote


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()
           
 

Method Detail

main

public void main(java.lang.String[] args)
          throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getRequest

public java.lang.String getRequest(java.lang.String request)
                            throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getCapabilities

public java.lang.String getCapabilities(java.lang.String capstr)
                                 throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getFeature

public java.lang.String getFeature(java.lang.String getstr)
                            throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

transaction

public java.lang.String transaction()
                             throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

describeFeatureType

public java.lang.String describeFeatureType(java.lang.String descFeatureStr)
                                     throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getFeatureWithLock

public java.lang.String getFeatureWithLock()
                                    throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

lockFeature

public java.lang.String lockFeature()
                             throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException