|
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.FileFaultMessage
public class FileFaultMessage
Fault class for File eway's Web Service.
Constructor Summary | |
---|---|
FileFaultMessage()
Creates a new instance of FileFaultMessage without
detail message. |
|
FileFaultMessage(java.lang.String msg)
Constructs an instance of FileFaultMessage with the
specified detail message. |
Method Summary | |
---|---|
java.lang.String |
getMessage()
|
void |
persist(com.stc.connector.persistence.bpel.DataOutput dos)
Persists (serialize) this message. |
void |
restore(com.stc.connector.persistence.bpel.DataInput dis)
Restore (deserialize) this message. |
void |
setMessage(java.lang.String aMsg)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FileFaultMessage()
FileFaultMessage
without
detail message.
public FileFaultMessage(java.lang.String msg)
FileFaultMessage
with the
specified detail message.
msg
- the detail message.Method Detail |
---|
public void persist(com.stc.connector.persistence.bpel.DataOutput dos) throws java.lang.Exception
persist
in interface com.stc.connector.persistence.bpel.PersistableData
dos
- The DataOutput to which the Java Bean
message is persisted.
java.lang.Exception
- upon error.public void restore(com.stc.connector.persistence.bpel.DataInput dis) throws java.lang.Exception
restore
in interface com.stc.connector.persistence.bpel.PersistableData
dis
- The DataInput from which the Java Bean
message is restored.
java.lang.Exception
- upon error.public java.lang.String getMessage()
public void setMessage(java.lang.String aMsg)
|
Sun Adapter for File API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |