|
Sun Adapter for File API | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.stc.connector.fileadapter.webservice.FileTextMessage
public class FileTextMessage
This class is the FileTextMessage.
| Constructor Summary | |
|---|---|
FileTextMessage()
Creates a new instance of FileTextMessage |
|
| Method Summary | |
|---|---|
java.lang.String |
getEdkfiletext()
Gets the edkfiletext. |
boolean |
hasEdkfiletext()
Checks whether the edkfiletext properety has been set. |
void |
persist(com.stc.connector.persistence.bpel.DataOutput dout)
Persists this message. |
void |
restore(com.stc.connector.persistence.bpel.DataInput din)
Restores this message. |
void |
setEdkfiletext(java.lang.String newedkfiletext)
Sets the edkfiletext. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FileTextMessage()
| Method Detail |
|---|
public java.lang.String getEdkfiletext()
public void setEdkfiletext(java.lang.String newedkfiletext)
newedkfiletext - The new edkfiletext.public boolean hasEdkfiletext()
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.PersistableDatadin - The DataInput from which the Java Bean
message is restored.
java.lang.Exception - upon error.
|
Sun Adapter for File API | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||