|
Sun Adapter Common API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface OutputHandler
This interface allows the collaboration framework to "send" data to an external system. The eWay implements the OutputHandler in an EIS specific way.
Method Summary | |
---|---|
void |
write(byte[] payload)
Write the byte array contents to the external system. |
void |
write(java.io.OutputStream payload)
Write the contents avaiable in the provided OutputStream to the external system. |
Method Detail |
---|
void write(byte[] payload) throws ApplicationException
payload
- The byte array contents to send to the external system.
ApplicationException
- upon error.void write(java.io.OutputStream payload) throws ApplicationException
payload
- The OutputStream containing the contents to send to the
external system.
ApplicationException
- upon error.
|
Sun Adapter Common API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |