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

Quick Search    Search Deep

com.myeis.services.myeis.myeis
Class CustomerFormatHandler  view CustomerFormatHandler download CustomerFormatHandler.java

java.lang.Object
  extended bycom.myeis.services.myeis.myeis.CustomerFormatHandler
All Implemented Interfaces:
java.io.Serializable, org.apache.wsif.format.WSIFFormatHandler, org.apache.wsif.providers.jca.WSIFFormatHandler_JCA

public class CustomerFormatHandler
extends java.lang.Object
implements org.apache.wsif.providers.jca.WSIFFormatHandler_JCA


Nested Class Summary
 class CustomerFormatHandler.ContentReader
           
 
Field Summary
private  com.myeis.services.Customer fieldCustomer
           
 
Constructor Summary
CustomerFormatHandler()
           
 
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 arg0)
          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

fieldCustomer

private com.myeis.services.Customer fieldCustomer
Constructor Detail

CustomerFormatHandler

public CustomerFormatHandler()
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

setObjectPart

public void setObjectPart(java.lang.Object objectPart)
Specified by:
setObjectPart 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

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

getPartQName

public javax.xml.namespace.QName getPartQName()
Specified by:
getPartQName 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

setInteractionSpec

public void setInteractionSpec(javax.resource.cci.InteractionSpec arg0)
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