|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.xfire.type.Type
org.codehaus.xfire.type.basic.ArrayType
public class ArrayType
An ArrayType.
Constructor Summary | |
---|---|
ArrayType()
|
Method Summary | |
---|---|
javax.xml.namespace.QName |
getComponentName()
|
protected Type |
getComponentType()
Get the Type of the elements in the array. |
java.util.Set |
getDependencies()
Return a set of Type dependencies. |
boolean |
isComplex()
We need to write a complex type schema for Beans, so return true. |
java.lang.Object |
readObject(MessageReader reader,
MessageContext context)
|
void |
setComponentName(javax.xml.namespace.QName componentName)
|
void |
writeObject(java.lang.Object object,
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.type.Type |
---|
equals, getSchemaType, getTypeClass, getTypeMapping, hashCode, isAbstract, setAbstract, setSchemaType, setTypeClass, setTypeMapping |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ArrayType()
Method Detail |
---|
public java.lang.Object readObject(MessageReader reader, MessageContext context) throws XFireFault
readObject
in class Type
XFireFault
public void writeObject(java.lang.Object object, MessageWriter writer, MessageContext context) throws XFireFault
writeObject
in class Type
XFireFault
public void writeSchema(org.codehaus.yom.Element root)
SchemaType
writeSchema
in interface SchemaType
writeSchema
in class Type
public boolean isComplex()
isComplex
in interface SchemaType
isComplex
in class Type
Type.isComplex()
public javax.xml.namespace.QName getComponentName()
public void setComponentName(javax.xml.namespace.QName componentName)
public java.util.Set getDependencies()
Type
getDependencies
in interface SchemaType
getDependencies
in class Type
Type.getDependencies()
protected Type getComponentType()
Type
of the elements in the array.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |