org.codehaus.xfire.aegis.type.basic
Class DocumentType

java.lang.Object
  extended by org.codehaus.xfire.aegis.type.Type
      extended by org.codehaus.xfire.aegis.type.basic.DocumentType
All Implemented Interfaces:
SchemaType

public class DocumentType
extends Type

Reads and writes org.w3c.dom.Document types.

Author:
Dan Diephouse

Constructor Summary
DocumentType()
           
DocumentType(javax.xml.parsers.DocumentBuilder builder)
           
 
Method Summary
 java.lang.Object readObject(MessageReader reader, MessageContext context)
           
 void writeObject(java.lang.Object object, MessageWriter writer, MessageContext context)
           
 
Methods inherited from class org.codehaus.xfire.aegis.type.Type
equals, getDependencies, getSchemaType, getTypeClass, getTypeMapping, hashCode, isAbstract, isComplex, isNillable, setAbstract, setNillable, setSchemaType, setTypeClass, setTypeMapping, writeSchema
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DocumentType

public DocumentType()

DocumentType

public DocumentType(javax.xml.parsers.DocumentBuilder builder)
Method Detail

readObject

public java.lang.Object readObject(MessageReader reader,
                                   MessageContext context)
                            throws XFireFault
Specified by:
readObject in class Type
Throws:
XFireFault

writeObject

public void writeObject(java.lang.Object object,
                        MessageWriter writer,
                        MessageContext context)
                 throws XFireFault
Specified by:
writeObject in class Type
Throws:
XFireFault


Copyright © 2004-2005 Codehaus. All Rights Reserved.