Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.myeis.j2c.importservice.myeis.myeis
Class ImportDefinitionFormatHandler  view ImportDefinitionFormatHandler download ImportDefinitionFormatHandler.java

java.lang.Object
  extended bycom.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


Field Summary
private  org.apache.wsif.providers.jca.toolplugin.ImportDefinition fieldImportDefinition
           
 
Constructor Summary
ImportDefinitionFormatHandler()
           
 
Method Summary
 java.lang.Object getElement(java.lang.String elementName)
           
 java.lang.Object getElement(java.lang.String name, int index)
           
 java.lang.Object getObjectPart()
           
 java.lang.Object getObjectPart(java.lang.Class sourceClass)
           
 javax.xml.namespace.QName getPartQName()
           
 void read(java.io.InputStream inputStream)
          Read data contents from the input stream.
 void setElement(java.lang.String name, int index, java.lang.Object value)
           
 void setElement(java.lang.String elementName, java.lang.Object element)
           
 void setInteractionSpec(javax.resource.cci.InteractionSpec is)
          Sets the interactionSpec on the format handler.
 void setObjectPart(java.lang.Object objectPart)
           
 void setPartQName(javax.xml.namespace.QName qname)
           
 void write(java.io.OutputStream outputStream)
          Writes the contents of the data to the output stream.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

fieldImportDefinition

private org.apache.wsif.providers.jca.toolplugin.ImportDefinition fieldImportDefinition
Constructor Detail

ImportDefinitionFormatHandler

public ImportDefinitionFormatHandler()
Method Detail

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