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
 org.codehaus.xfire.service.binding.BindingProvider getBindingProvider()
           
 com.sun.codemodel.JExpression getBindingProviderExpr(GenerationContext context)
           
 java.lang.String getServiceFactory()
           
 org.jdom.Element getServiceFactoryBean()
           
 com.sun.codemodel.JType getType(GenerationContext context, org.codehaus.xfire.service.MessagePartInfo part)
           
 com.sun.codemodel.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

XmlBeansSchemaSupport

public XmlBeansSchemaSupport()
Method Detail

initialize

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

getType

public com.sun.codemodel.JType getType(GenerationContext context,
                                       org.codehaus.xfire.service.MessagePartInfo part)
                                throws GenerationException
Specified by:
getType in interface SchemaSupport
Throws:
GenerationException

getType

public com.sun.codemodel.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 org.codehaus.xfire.service.binding.BindingProvider getBindingProvider()
Specified by:
getBindingProvider in interface SchemaSupport

getBindingProviderExpr

public com.sun.codemodel.JExpression getBindingProviderExpr(GenerationContext context)
Specified by:
getBindingProviderExpr in interface SchemaSupport

getServiceFactory

public java.lang.String getServiceFactory()
Specified by:
getServiceFactory in interface SchemaSupport

getServiceFactoryBean

public org.jdom.Element getServiceFactoryBean()
Specified by:
getServiceFactoryBean in interface SchemaSupport


Copyright © 2004-2009. All Rights Reserved.