org.codehaus.xfire.type.basic
Class ArrayType
java.lang.Object
org.codehaus.xfire.type.Type
org.codehaus.xfire.type.basic.ArrayType
- All Implemented Interfaces:
- org.codehaus.xfire.wsdl.SchemaType
public class ArrayType
- extends Type
An ArrayType.
- Author:
- Dan Diephouse
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
ArrayType
public ArrayType()
readObject
public java.lang.Object readObject(MessageReader reader,
org.codehaus.xfire.MessageContext context)
throws org.codehaus.xfire.fault.XFireFault
- Specified by:
readObject
in class Type
- Throws:
org.codehaus.xfire.fault.XFireFault
writeObject
public void writeObject(java.lang.Object object,
MessageWriter writer,
org.codehaus.xfire.MessageContext context)
throws org.codehaus.xfire.fault.XFireFault
- Specified by:
writeObject
in class Type
- Throws:
org.codehaus.xfire.fault.XFireFault
writeSchema
public void writeSchema(org.dom4j.Element root)
- Specified by:
writeSchema
in interface org.codehaus.xfire.wsdl.SchemaType
- Overrides:
writeSchema
in class Type
isComplex
public boolean isComplex()
- We need to write a complex type schema for Beans, so return true.
- Specified by:
isComplex
in interface org.codehaus.xfire.wsdl.SchemaType
- Overrides:
isComplex
in class Type
- Returns:
- True if a complex type schema must be written.
- See Also:
Type.isComplex()
getDependencies
public java.util.Set getDependencies()
- Description copied from class:
Type
- Return a set of Type dependencies. Returns null if this type
has no dependencies.
- Specified by:
getDependencies
in interface org.codehaus.xfire.wsdl.SchemaType
- Overrides:
getDependencies
in class Type
- See Also:
Type.getDependencies()
getComponentType
protected Type getComponentType()
Copyright © 2004-2005 Codehaus. All Rights Reserved.