|
|||||||||
| Home >> All >> org >> apache >> wsif >> providers >> [ jca overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.apache.wsif.providers.jca
Interface WSIFFormatHandler_JCA

- All Superinterfaces:
- java.io.Serializable, org.apache.wsif.format.WSIFFormatHandler
- public interface WSIFFormatHandler_JCA
- extends org.apache.wsif.format.WSIFFormatHandler
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 |
read
public void read(java.io.InputStream inputStream) throws java.io.IOException
- Read data contents from the input stream.
write
public void write(java.io.OutputStream outputStream) throws java.io.IOException
- Writes the contents of the data to the output stream.
setInteractionSpec
public void setInteractionSpec(javax.resource.cci.InteractionSpec interactionSpec)
- Sets the interactionSpec on the format handler. This should be set by the
resource adapter when the interactionSpec contains information
that is required to unmarshall returned data.
|
|||||||||
| Home >> All >> org >> apache >> wsif >> providers >> [ jca overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC