org.codehaus.xfire.gen.jaxb
Class JAXBSchemaSupport

java.lang.Object
  extended by org.codehaus.xfire.gen.jaxb.JAXBSchemaSupport
All Implemented Interfaces:
SchemaSupport

public class JAXBSchemaSupport
extends java.lang.Object
implements SchemaSupport


Constructor Summary
JAXBSchemaSupport()
           
 
Method Summary
 BindingProvider getBindingProvider()
           
 JExpression getBindingProviderExpr(GenerationContext context)
           
 JType getType(GenerationContext context, javax.xml.namespace.QName concreteType, javax.xml.namespace.QName schemaType)
           
 void initialize(GenerationContext context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JAXBSchemaSupport

public JAXBSchemaSupport()
Method Detail

initialize

public void initialize(GenerationContext context)
                throws java.lang.Exception
Specified by:
initialize in interface SchemaSupport
Throws:
java.lang.Exception

getType

public JType getType(GenerationContext context,
                     javax.xml.namespace.QName concreteType,
                     javax.xml.namespace.QName schemaType)
              throws GenerationException
Specified by:
getType in interface SchemaSupport
Throws:
GenerationException

getBindingProvider

public BindingProvider getBindingProvider()
Specified by:
getBindingProvider in interface SchemaSupport

getBindingProviderExpr

public JExpression getBindingProviderExpr(GenerationContext context)
Specified by:
getBindingProviderExpr in interface SchemaSupport


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