org.codehaus.xfire.gen
Interface SchemaSupport

All Known Implementing Classes:
JAXBSchemaSupport, XmlBeansSchemaSupport

public interface SchemaSupport


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)
           
 

Method Detail

initialize

void initialize(GenerationContext context)
                throws java.lang.Exception
Throws:
java.lang.Exception

getType

com.sun.codemodel.JType getType(GenerationContext context,
                                org.codehaus.xfire.service.MessagePartInfo part)
                                throws GenerationException
Throws:
GenerationException

getType

com.sun.codemodel.JType getType(GenerationContext context,
                                javax.xml.namespace.QName concreteType,
                                javax.xml.namespace.QName schemaType)
                                throws GenerationException
Throws:
GenerationException

getBindingProviderExpr

com.sun.codemodel.JExpression getBindingProviderExpr(GenerationContext context)

getBindingProvider

org.codehaus.xfire.service.binding.BindingProvider getBindingProvider()

getServiceFactory

java.lang.String getServiceFactory()

getServiceFactoryBean

org.jdom.Element getServiceFactoryBean()


Copyright © 2004-2009. All Rights Reserved.