|
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.FTPSPutMessage
public class FTPSPutMessage
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 | |
|---|---|
FTPSPutMessage()
|
|
| Method Summary | |
|---|---|
FTPSWSConfiguration |
getConfiguration()
Gets the configuration. |
byte[] |
getPayload()
Gets the payload. |
void |
persist(com.stc.connector.persistence.bpel.DataOutput dout)
Persists (serialize) this message. |
void |
restore(com.stc.connector.persistence.bpel.DataInput din)
Restore (deserialize) this message. |
void |
setPayload(byte[] newPayload)
Sets the payload. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FTPSPutMessage()
| Method Detail |
|---|
public byte[] getPayload()
public void setPayload(byte[] newPayload)
newPayload - The new payload.public FTPSWSConfiguration getConfiguration()
public void persist(com.stc.connector.persistence.bpel.DataOutput dout)
throws java.lang.Exception
persist in interface com.stc.connector.persistence.bpel.PersistableDatadout - The DataOutput to which the Java Bean
message is persisted.
java.lang.Exception - upon error.
public void restore(com.stc.connector.persistence.bpel.DataInput din)
throws java.lang.Exception
restore in interface com.stc.connector.persistence.bpel.PersistableDatadis - The DataInput from which the Java Bean
message is restored.
java.lang.Exception - upon error.
|
Sun Adapter for Batch/FTP | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||