com.raritantechnologies.clearforest.SOAP
Class SapiSoapStub

java.lang.Object
  extended byorg.apache.axis.client.Stub
      extended bycom.raritantechnologies.clearforest.SOAP.SapiSoapStub
All Implemented Interfaces:
java.rmi.Remote, SapiSoap

public class SapiSoapStub
extends org.apache.axis.client.Stub
implements SapiSoap

See Also:
Serialized Form

Constructor Summary
SapiSoapStub()
           
SapiSoapStub(javax.xml.rpc.Service service)
           
SapiSoapStub(java.net.URL endpointURL, javax.xml.rpc.Service service)
           
 
Method Summary
 java.lang.String getProfileList()
           
 int getRecommendedWaitingTime()
           
 java.lang.String getResults(java.lang.String sessionID, int timeout)
           
 java.lang.String submit(java.lang.String documentContents, java.lang.String profile, int timeout, java.lang.String callbackURL, int priority)
           
 java.lang.String submitAndConvert(java.lang.Object _obj, java.lang.String extension, java.lang.String profile, int timeout, java.lang.String callbackURL, int priority)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SapiSoapStub

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

SapiSoapStub

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

SapiSoapStub

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

getProfileList

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

submit

public java.lang.String submit(java.lang.String documentContents,
                               java.lang.String profile,
                               int timeout,
                               java.lang.String callbackURL,
                               int priority)
                        throws java.rmi.RemoteException
Specified by:
submit in interface SapiSoap
Throws:
java.rmi.RemoteException

submitAndConvert

public java.lang.String submitAndConvert(java.lang.Object _obj,
                                         java.lang.String extension,
                                         java.lang.String profile,
                                         int timeout,
                                         java.lang.String callbackURL,
                                         int priority)
                                  throws java.rmi.RemoteException
Specified by:
submitAndConvert in interface SapiSoap
Throws:
java.rmi.RemoteException

getResults

public java.lang.String getResults(java.lang.String sessionID,
                                   int timeout)
                            throws java.rmi.RemoteException
Specified by:
getResults in interface SapiSoap
Throws:
java.rmi.RemoteException

getRecommendedWaitingTime

public int getRecommendedWaitingTime()
                              throws java.rmi.RemoteException
Specified by:
getRecommendedWaitingTime in interface SapiSoap
Throws:
java.rmi.RemoteException