|
Sun Adapter for Batch/FTP | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.stc.connector.batchadapter.webservice.FTPSWebService
public class FTPSWebService
jim.fu@sun.com TODO To change the template for this generated type comment go to Window - Preferences - Java - Code Style - Code Templates
Constructor Summary | |
---|---|
FTPSWebService(com.stc.connector.appconn.common.ApplicationConnectionFactory acf,
java.lang.String collabOID,
java.lang.String connName,
java.lang.String etdClassName)
constructor for "manual mode" handling; |
|
FTPSWebService(java.lang.Object app)
Creates a new instance of FTPSWebService |
Method Summary | |
---|---|
PayloadMessage |
get(FTPSGetMessage fgmIn)
Gets a file to the PayloadMessage. |
PayloadMessage |
GET(FTPSGetMessage fgmIn)
Gets a file to the PayloadMessage - - will apply Pre and Post operations if there is any. |
com.stc.connector.appconn.common.ApplicationConnection |
getAC()
|
EmptyMessage |
put(FTPSPutMessage fpmIn)
Puts a payload to a file. |
EmptyMessage |
PUT(FTPSPutMessage fpmIn)
Puts a payload to a file - will apply Pre and Post operations if there is any. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FTPSWebService(java.lang.Object app)
app
- The application associated with this web service.public FTPSWebService(com.stc.connector.appconn.common.ApplicationConnectionFactory acf, java.lang.String collabOID, java.lang.String connName, java.lang.String etdClassName)
acf
- collabOID
- connName
- etdClassName
- Method Detail |
---|
public PayloadMessage get(FTPSGetMessage fgmIn) throws java.lang.Exception
fgmIn
- An FTPOverSSLGetMessage.
The
- exception thrown by the operation.
java.lang.Exception
public EmptyMessage put(FTPSPutMessage fpmIn) throws java.lang.Exception
fpmIn
- The FTPOverSSLPutMessage.
The
- exception thrown by the operation.
java.lang.Exception
public PayloadMessage GET(FTPSGetMessage fgmIn) throws java.lang.Exception
fgmIn
- An FTPOverSSLGetMessage.
The
- exception thrown by the operation.
java.lang.Exception
public EmptyMessage PUT(FTPSPutMessage fpmIn) throws java.lang.Exception
fpmIn
- The FTPOverSSLPutMessage.
The
- exception thrown by the operation.
java.lang.Exception
public com.stc.connector.appconn.common.ApplicationConnection getAC()
|
Sun Adapter for Batch/FTP | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |