|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface WSIFFormatHandler_JCA
An interface extending WSIF Format Handler with the Connector Architecture's specific methods from the Streamable interface and a setter for the InteractionSpec field which can be used by a resource adapter, when it is required, to support unmarshalling.
Method Summary | |
---|---|
void |
read(java.io.InputStream inputStream)
Read data contents from the input stream. |
void |
setInteractionSpec(javax.resource.cci.InteractionSpec interactionSpec)
Sets the interactionSpec on the format handler. |
void |
write(java.io.OutputStream outputStream)
Writes the contents of the data to the output stream. |
Methods inherited from interface org.apache.wsif.format.WSIFFormatHandler |
---|
getElement, getElement, getObjectPart, getObjectPart, getPartQName, setElement, setElement, setObjectPart, setPartQName |
Method Detail |
---|
void read(java.io.InputStream inputStream) throws java.io.IOException
java.io.IOException
void write(java.io.OutputStream outputStream) throws java.io.IOException
outputStream
-
IOException
void setInteractionSpec(javax.resource.cci.InteractionSpec interactionSpec)
interactionSpec
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |