|
||||||||||
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
Field Summary | |
---|---|
static java.lang.String |
XMLBEANS_NAMESPACE_HACK
|
Constructor Summary | |
---|---|
XmlBeansType(SchemaType schemaType)
|
Method Summary | |
---|---|
java.util.Set |
getDependencies()
Return a set of Type dependencies. |
XmlOptions |
getOptions()
|
javax.xml.namespace.QName |
getSchemaType()
The schema type that this SchemaType represents. |
boolean |
isComplex()
Whether or not this a complex type. |
java.lang.Object |
readObject(MessageReader mreader,
MessageContext context)
Read in the XML fragment and create an object. |
void |
setOptions(XmlOptions options)
|
void |
writeObject(java.lang.Object value,
MessageWriter writer,
MessageContext context)
Writes the object to the MessageWriter. |
void |
writeSchema(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, 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 |
Field Detail |
---|
public static final java.lang.String XMLBEANS_NAMESPACE_HACK
Constructor Detail |
---|
public XmlBeansType(SchemaType schemaType)
Method Detail |
---|
public void writeSchema(Element root)
SchemaType
writeSchema
in interface SchemaType
writeSchema
in class Type
public boolean isComplex()
SchemaType
isComplex
in interface SchemaType
isComplex
in class Type
public java.util.Set getDependencies()
Type
getDependencies
in interface SchemaType
getDependencies
in class Type
Type
dependenciespublic 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
Type
readObject
in class Type
XFireFault
public void writeObject(java.lang.Object value, MessageWriter writer, MessageContext context) throws XFireFault
Type
writeObject
in class Type
XFireFault
public XmlOptions getOptions()
public void setOptions(XmlOptions options)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |