org.codehaus.xfire.jaxb
Class JaxbType

java.lang.Object
  extended by Type
      extended by org.codehaus.xfire.jaxb.JaxbType

public class JaxbType
extends Type


Constructor Summary
JaxbType(java.lang.Class clazz, JAXBContext jaxbContext)
           
 
Method Summary
 javax.xml.namespace.QName getSchemaType()
           
 boolean isAbstract()
           
 boolean isComplex()
           
 boolean isWriteOuter()
           
 java.lang.Object readObject(MessageReader reader, MessageContext context)
           
 void writeObject(java.lang.Object object, MessageWriter writer, MessageContext context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JaxbType

public JaxbType(java.lang.Class clazz,
                JAXBContext jaxbContext)
Method Detail

isAbstract

public boolean isAbstract()

isComplex

public boolean isComplex()

readObject

public java.lang.Object readObject(MessageReader reader,
                                   MessageContext context)
                            throws XFireFault
Throws:
XFireFault

writeObject

public void writeObject(java.lang.Object object,
                        MessageWriter writer,
                        MessageContext context)
                 throws XFireFault
Throws:
XFireFault

getSchemaType

public javax.xml.namespace.QName getSchemaType()

isWriteOuter

public boolean isWriteOuter()


Copyright © 2004-2006 Envoi Solutions LLC. All Rights Reserved.