org.apache.openejb.server.axis.assembler
Class CommonsSchemaInfoBuilder

java.lang.Object
  extended by org.apache.openejb.server.axis.assembler.CommonsSchemaInfoBuilder

public class CommonsSchemaInfoBuilder
extends Object


Constructor Summary
CommonsSchemaInfoBuilder(JarFile moduleFile, URI wsdlUri)
           
CommonsSchemaInfoBuilder(org.apache.ws.commons.schema.XmlSchemaCollection xmlSchemaCollection)
           
 
Method Summary
 XmlSchemaInfo createSchemaInfo()
           
static XmlTypeInfo createXmlTypeInfo(QName qname, org.apache.ws.commons.schema.XmlSchemaType type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommonsSchemaInfoBuilder

public CommonsSchemaInfoBuilder(JarFile moduleFile,
                                URI wsdlUri)
                         throws OpenEJBException
Throws:
OpenEJBException

CommonsSchemaInfoBuilder

public CommonsSchemaInfoBuilder(org.apache.ws.commons.schema.XmlSchemaCollection xmlSchemaCollection)
Method Detail

createSchemaInfo

public XmlSchemaInfo createSchemaInfo()
                               throws OpenEJBException
Throws:
OpenEJBException

createXmlTypeInfo

public static XmlTypeInfo createXmlTypeInfo(QName qname,
                                            org.apache.ws.commons.schema.XmlSchemaType type)


Copyright © 1999-2013 The Apache OpenEJB development community. All Rights Reserved.