|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.xfire.aegis.type.Type
org.codehaus.xfire.jaxb.JaxbType
public class JaxbType
Constructor Summary | |
---|---|
JaxbType(java.lang.Class clazz,
JAXBContext jaxbContext)
|
Method Summary | |
---|---|
javax.xml.namespace.QName |
getSchemaType()
The schema type that this SchemaType represents. |
boolean |
isAbstract()
Whether or not this a complexType or a concrete element. |
boolean |
isComplex()
Whether or not this a complex type. |
boolean |
isWriteOuter()
|
java.lang.Object |
readObject(MessageReader reader,
MessageContext context)
Read in the XML fragment and create an object. |
void |
writeObject(java.lang.Object object,
MessageWriter writer,
MessageContext context)
Writes the object to the MessageWriter. |
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 |
Constructor Detail |
---|
public JaxbType(java.lang.Class clazz, JAXBContext jaxbContext)
Method Detail |
---|
public boolean isAbstract()
SchemaType
isAbstract
in interface SchemaType
isAbstract
in class Type
public boolean isComplex()
SchemaType
isComplex
in interface SchemaType
isComplex
in class Type
public java.lang.Object readObject(MessageReader reader, MessageContext context) throws XFireFault
Type
readObject
in class Type
XFireFault
public void writeObject(java.lang.Object object, MessageWriter writer, MessageContext context) throws XFireFault
Type
writeObject
in class Type
XFireFault
public javax.xml.namespace.QName getSchemaType()
SchemaType
getSchemaType
in interface SchemaType
getSchemaType
in class Type
public boolean isWriteOuter()
isWriteOuter
in interface SchemaType
isWriteOuter
in class Type
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |