java.lang.Object
com.myeis.j2c.importservice.myeis.myeis.PortTypeArrayFormatHandler
- All Implemented Interfaces:
- java.io.Serializable, org.apache.wsif.format.WSIFFormatHandler, org.apache.wsif.providers.jca.WSIFFormatHandler_JCA
- public class PortTypeArrayFormatHandler
- 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 |
fieldPortTypeArray
private org.apache.wsif.providers.jca.toolplugin.PortTypeArray fieldPortTypeArray
PortTypeArrayFormatHandler
public PortTypeArrayFormatHandler()
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
getCharPart
public char getCharPart()
getBytePart
public byte getBytePart()
getShortPart
public short getShortPart()
getIntPart
public int getIntPart()
getLongPart
public long getLongPart()
getFloatPart
public float getFloatPart()
getDoublePart
public double getDoublePart()
setObjectPart
public void setObjectPart(java.lang.Object objectPart)
- Specified by:
setObjectPart in interface org.apache.wsif.format.WSIFFormatHandler
setCharPart
public void setCharPart(char charPart)
setBytePart
public void setBytePart(byte bytePart)
setShortPart
public void setShortPart(short shortPart)
setIntPart
public void setIntPart(int intPart)
setLongPart
public void setLongPart(long longPart)
setFloatPart
public void setFloatPart(float floatPart)
setDoublePart
public void setDoublePart(double doublePart)
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