org.codehaus.xfire.jaxb
Class JaxbType
java.lang.Object
org.codehaus.xfire.aegis.type.Type
org.codehaus.xfire.jaxb.JaxbType
- All Implemented Interfaces:
- org.codehaus.xfire.wsdl.SchemaType
public class JaxbType
- extends org.codehaus.xfire.aegis.type.Type
|
Constructor Summary |
JaxbType(java.lang.Class clazz,
javax.xml.bind.JAXBContext jaxbContext)
|
|
Method Summary |
javax.xml.namespace.QName |
getSchemaType()
|
boolean |
isAbstract()
|
boolean |
isComplex()
|
boolean |
isWriteOuter()
|
java.lang.Object |
readObject(org.codehaus.xfire.aegis.MessageReader reader,
org.codehaus.xfire.MessageContext context)
|
void |
writeObject(java.lang.Object object,
org.codehaus.xfire.aegis.MessageWriter writer,
org.codehaus.xfire.MessageContext context)
|
| Methods inherited from class org.codehaus.xfire.aegis.type.Type |
equals, getDependencies, getTypeClass, getTypeMapping, hashCode, isNillable, setAbstract, setNillable, setSchemaType, setTypeClass, setTypeMapping, setWriteOuter, toString, writeSchema |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
JaxbType
public JaxbType(java.lang.Class clazz,
javax.xml.bind.JAXBContext jaxbContext)
isAbstract
public boolean isAbstract()
- Specified by:
isAbstract in interface org.codehaus.xfire.wsdl.SchemaType- Overrides:
isAbstract in class org.codehaus.xfire.aegis.type.Type
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 java.lang.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(java.lang.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
getSchemaType
public javax.xml.namespace.QName getSchemaType()
- Specified by:
getSchemaType in interface org.codehaus.xfire.wsdl.SchemaType- Overrides:
getSchemaType in class org.codehaus.xfire.aegis.type.Type
isWriteOuter
public boolean isWriteOuter()
- Specified by:
isWriteOuter in interface org.codehaus.xfire.wsdl.SchemaType- Overrides:
isWriteOuter in class org.codehaus.xfire.aegis.type.Type
Copyright © 2004-2010. All Rights Reserved.