org.codehaus.xfire.gen.xmlbeans
Class XmlBeansSchemaSupport

java.lang.Object
  extended by org.codehaus.xfire.gen.xmlbeans.XmlBeansSchemaSupport
All Implemented Interfaces:
SchemaSupport

public class XmlBeansSchemaSupport
extends java.lang.Object
implements SchemaSupport


Constructor Summary
XmlBeansSchemaSupport()
           
 
Method Summary
 BindingProvider getBindingProvider()
           
 JExpression getBindingProviderExpr(GenerationContext context)
           
 JClass 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

XmlBeansSchemaSupport

public XmlBeansSchemaSupport()
Method Detail

initialize

public void initialize(GenerationContext context)
Specified by:
initialize in interface SchemaSupport

getType

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

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.