|
||||||||||
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.xmlbeans.XmlBeansType
public class XmlBeansType
Constructor Summary | |
---|---|
XmlBeansType()
|
|
XmlBeansType(java.lang.Class clazz)
|
|
XmlBeansType(org.apache.xmlbeans.SchemaType schemaType)
|
Method Summary | |
---|---|
java.util.Set |
getDependencies()
Return a set of Type dependencies. |
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. |
java.lang.Object |
readObject(MessageReader mreader,
MessageContext context)
|
void |
writeObject(java.lang.Object value,
MessageWriter writer,
MessageContext context)
|
void |
writeSchema(org.codehaus.yom.Element root)
Write the type schema (if complex) to the element. |
Methods inherited from class org.codehaus.xfire.aegis.type.Type |
---|
equals, getTypeClass, getTypeMapping, hashCode, isNillable, setAbstract, setNillable, setSchemaType, setTypeClass, setTypeMapping |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public XmlBeansType()
public XmlBeansType(org.apache.xmlbeans.SchemaType schemaType)
public XmlBeansType(java.lang.Class clazz)
Method Detail |
---|
public void writeSchema(org.codehaus.yom.Element root)
SchemaType
writeSchema
in interface SchemaType
writeSchema
in class Type
public boolean isComplex()
SchemaType
isComplex
in interface SchemaType
isComplex
in class Type
public boolean isAbstract()
SchemaType
isAbstract
in interface SchemaType
isAbstract
in class Type
public java.util.Set getDependencies()
Type
getDependencies
in interface SchemaType
getDependencies
in class Type
public javax.xml.namespace.QName getSchemaType()
SchemaType
getSchemaType
in interface SchemaType
getSchemaType
in class Type
public java.lang.Object readObject(MessageReader mreader, MessageContext context) throws XFireFault
readObject
in class Type
XFireFault
public void writeObject(java.lang.Object value, MessageWriter writer, MessageContext context) throws XFireFault
writeObject
in class Type
XFireFault
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |