org.codehaus.xfire.jibx
Class JibxType

java.lang.Object
  extended by org.codehaus.xfire.aegis.type.Type
      extended by org.codehaus.xfire.jibx.JibxType
All Implemented Interfaces:
org.codehaus.xfire.wsdl.SchemaType

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

Tomasz Sztelak


Constructor Summary
JibxType(Class clazz)
           
 
Method Summary
 boolean isComplex()
           
 Object readObject(org.codehaus.xfire.aegis.MessageReader reader, org.codehaus.xfire.MessageContext context)
           
 void writeObject(Object object, org.codehaus.xfire.aegis.MessageWriter writer, org.codehaus.xfire.MessageContext context)
           
 void writeSchema(org.jdom.Element arg0)
           
 
Methods inherited from class org.codehaus.xfire.aegis.type.Type
equals, getDependencies, getSchemaType, getTypeClass, getTypeMapping, hashCode, isAbstract, isNillable, isWriteOuter, setAbstract, setNillable, setSchemaType, setTypeClass, setTypeMapping, setWriteOuter, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JibxType

public JibxType(Class clazz)
Parameters:
clazz -
Method Detail

isComplex

public boolean isComplex()
Specified by:
isComplex in interface org.codehaus.xfire.wsdl.SchemaType
Overrides:
isComplex in class org.codehaus.xfire.aegis.type.Type

readObject

public Object readObject(org.codehaus.xfire.aegis.MessageReader reader,
                         org.codehaus.xfire.MessageContext context)
                  throws org.codehaus.xfire.fault.XFireFault
Specified by:
readObject in class org.codehaus.xfire.aegis.type.Type
Throws:
org.codehaus.xfire.fault.XFireFault

writeObject

public void writeObject(Object object,
                        org.codehaus.xfire.aegis.MessageWriter writer,
                        org.codehaus.xfire.MessageContext context)
                 throws org.codehaus.xfire.fault.XFireFault
Specified by:
writeObject in class org.codehaus.xfire.aegis.type.Type
Throws:
org.codehaus.xfire.fault.XFireFault

writeSchema

public void writeSchema(org.jdom.Element arg0)
Specified by:
writeSchema in interface org.codehaus.xfire.wsdl.SchemaType
Overrides:
writeSchema in class org.codehaus.xfire.aegis.type.Type


Copyright © 2004-2013. All Rights Reserved.