|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.codehaus.xfire.aegis.type.Type it.imolinfo.jbi4ejb.runtime.ByteType
public class ByteType
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 |
---|
public ByteType()
Method Detail |
---|
public java.lang.Object readObject(org.codehaus.xfire.aegis.MessageReader reader, org.codehaus.xfire.MessageContext context) throws org.codehaus.xfire.fault.XFireFault
readObject
in class org.codehaus.xfire.aegis.type.Type
reader
- The readercontext
- The MessageContext
org.codehaus.xfire.fault.XFireFault
- If some problem occurs
The readen objectType.readObject(org.codehaus.xfire.aegis.MessageReader,
org.codehaus.xfire.MessageContext)
public void writeObject(java.lang.Object object, org.codehaus.xfire.aegis.MessageWriter writer, org.codehaus.xfire.MessageContext context) throws org.codehaus.xfire.fault.XFireFault
writeObject
in class org.codehaus.xfire.aegis.type.Type
object
- The objectwriter
- The writercontext
- The MessageContext
org.codehaus.xfire.fault.XFireFault
- If some problem occursType.writeObject(java.lang.Object,
org.codehaus.xfire.aegis.MessageWriter,
org.codehaus.xfire.MessageContext)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |