it.imolinfo.jbi4ejb.runtime
Class ByteType

java.lang.Object
  extended by org.codehaus.xfire.aegis.type.Type
      extended by it.imolinfo.jbi4ejb.runtime.ByteType
All Implemented Interfaces:
org.codehaus.xfire.wsdl.SchemaType

public class ByteType
extends org.codehaus.xfire.aegis.type.Type

This class is used to customize the 'byte' data type (java) mapping in XFire.


Constructor Summary
ByteType()
          Empty Constructor.
 
Method Summary
 java.lang.Object readObject(org.codehaus.xfire.aegis.MessageReader reader, org.codehaus.xfire.MessageContext context)
          Reads a ByteType object.
 void writeObject(java.lang.Object object, org.codehaus.xfire.aegis.MessageWriter writer, org.codehaus.xfire.MessageContext context)
          Writes out the ByteType object.
 
Methods inherited from class org.codehaus.xfire.aegis.type.Type
equals, getDependencies, getSchemaType, getTypeClass, getTypeMapping, hashCode, isAbstract, isComplex, isNillable, isWriteOuter, setAbstract, setNillable, setSchemaType, setTypeClass, setTypeMapping, setWriteOuter, toString, writeSchema
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ByteType

public ByteType()
Empty Constructor. Setting up the XML Schema.

Method Detail

readObject

public java.lang.Object readObject(org.codehaus.xfire.aegis.MessageReader reader,
                                   org.codehaus.xfire.MessageContext context)
                            throws org.codehaus.xfire.fault.XFireFault
Reads a ByteType object.

Specified by:
readObject in class org.codehaus.xfire.aegis.type.Type
Parameters:
reader - The reader
context - The MessageContext
Returns:
The read object
Throws:
org.codehaus.xfire.fault.XFireFault - If some problem occurs The readen object
See Also:
Type.readObject(org.codehaus.xfire.aegis.MessageReader, org.codehaus.xfire.MessageContext)

writeObject

public void writeObject(java.lang.Object object,
                        org.codehaus.xfire.aegis.MessageWriter writer,
                        org.codehaus.xfire.MessageContext context)
                 throws org.codehaus.xfire.fault.XFireFault
Writes out the ByteType object.

Specified by:
writeObject in class org.codehaus.xfire.aegis.type.Type
Parameters:
object - The object
writer - The writer
context - The MessageContext
Throws:
org.codehaus.xfire.fault.XFireFault - If some problem occurs
See Also:
Type.writeObject(java.lang.Object, org.codehaus.xfire.aegis.MessageWriter, org.codehaus.xfire.MessageContext)


Copyright © 2007-2008 Imola Informatica. All Rights Reserved.