java.lang.Object
com.myeis.j2c.importservice.myeis.myeis.ImportDefinitionFormatHandler
- All Implemented Interfaces:
- java.io.Serializable, org.apache.wsif.format.WSIFFormatHandler, org.apache.wsif.providers.jca.WSIFFormatHandler_JCA
- public class ImportDefinitionFormatHandler
- extends java.lang.Object
- implements org.apache.wsif.providers.jca.WSIFFormatHandler_JCA
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
fieldImportDefinition
private org.apache.wsif.providers.jca.toolplugin.ImportDefinition fieldImportDefinition
ImportDefinitionFormatHandler
public ImportDefinitionFormatHandler()
read
public void read(java.io.InputStream inputStream)
throws java.io.IOException
- Description copied from interface:
org.apache.wsif.providers.jca.WSIFFormatHandler_JCA
- Read data contents from the input stream.
- Specified by:
read in interface org.apache.wsif.providers.jca.WSIFFormatHandler_JCA
write
public void write(java.io.OutputStream outputStream)
throws java.io.IOException
- Description copied from interface:
org.apache.wsif.providers.jca.WSIFFormatHandler_JCA
- Writes the contents of the data to the output stream.
- Specified by:
write in interface org.apache.wsif.providers.jca.WSIFFormatHandler_JCA
getElement
public java.lang.Object getElement(java.lang.String elementName)
- Specified by:
getElement in interface org.apache.wsif.format.WSIFFormatHandler
setElement
public void setElement(java.lang.String elementName,
java.lang.Object element)
- Specified by:
setElement in interface org.apache.wsif.format.WSIFFormatHandler
getElement
public java.lang.Object getElement(java.lang.String name,
int index)
- Specified by:
getElement in interface org.apache.wsif.format.WSIFFormatHandler
setElement
public void setElement(java.lang.String name,
int index,
java.lang.Object value)
- Specified by:
setElement in interface org.apache.wsif.format.WSIFFormatHandler
getObjectPart
public java.lang.Object getObjectPart()
- Specified by:
getObjectPart in interface org.apache.wsif.format.WSIFFormatHandler
getObjectPart
public java.lang.Object getObjectPart(java.lang.Class sourceClass)
- Specified by:
getObjectPart in interface org.apache.wsif.format.WSIFFormatHandler
setObjectPart
public void setObjectPart(java.lang.Object objectPart)
- Specified by:
setObjectPart in interface org.apache.wsif.format.WSIFFormatHandler
setPartQName
public void setPartQName(javax.xml.namespace.QName qname)
- Specified by:
setPartQName in interface org.apache.wsif.format.WSIFFormatHandler
getPartQName
public javax.xml.namespace.QName getPartQName()
- Specified by:
getPartQName in interface org.apache.wsif.format.WSIFFormatHandler
setInteractionSpec
public void setInteractionSpec(javax.resource.cci.InteractionSpec is)
- Description copied from interface:
org.apache.wsif.providers.jca.WSIFFormatHandler_JCA
- 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.
- Specified by:
setInteractionSpec in interface org.apache.wsif.providers.jca.WSIFFormatHandler_JCA