|
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.SFTPWebService
public class SFTPWebService
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 | |
|---|---|
SFTPWebService(com.stc.connector.appconn.common.ApplicationConnectionFactory acf,
java.lang.String collabOID,
java.lang.String connName,
java.lang.String etdClassName)
constructor for "manual mode" handling; |
|
SFTPWebService(java.lang.Object app)
Creates a new instance of SFTPWebService |
|
| Method Summary | |
|---|---|
PayloadMessage |
get(SFTPGetMessage fgmIn)
Gets a file to the PayloadMessage. |
PayloadMessage |
GET(SFTPGetMessage fgmIn)
Gets a file to the PayloadMessage - apply pre and post operations if there is any. |
com.stc.connector.appconn.common.ApplicationConnection |
getAC()
|
EmptyMessage |
put(SFTPPutMessage fpmIn)
Puts a payload to a remote file, if payload is NULL - the data source is a local file. |
EmptyMessage |
PUT(SFTPPutMessage fpmIn)
Puts a payload to a file - apply pre and post 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 SFTPWebService(java.lang.Object app)
app - The application associated with this web service.
public SFTPWebService(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(SFTPGetMessage fgmIn)
throws java.lang.Exception
fgmIn - An SFTPGetMessage.
The - exception thrown by the operation.
java.lang.Exception
public EmptyMessage put(SFTPPutMessage fpmIn)
throws java.lang.Exception
fpmIn - The SFTPPutMessage.
The - exception thrown by the operation.
java.lang.Exception
public PayloadMessage GET(SFTPGetMessage fgmIn)
throws java.lang.Exception
fgmIn - An SFTPGetMessage.
The - exception thrown by the operation.
java.lang.Exception
public EmptyMessage PUT(SFTPPutMessage fpmIn)
throws java.lang.Exception
fpmIn - The SFTPPutMessage.
The - exception thrown by the operation.
java.lang.Exceptionpublic 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 | ||||||||