org.apache.cxf.jibx.tools
Class JibxSchemaHelper

java.lang.Object
  extended by org.apache.cxf.jibx.tools.JibxSchemaHelper

public class JibxSchemaHelper
extends Object


Constructor Summary
JibxSchemaHelper(org.apache.cxf.Bus b, Map<String,Element> s)
           
 
Method Summary
 void getSchemas(javax.wsdl.Definition def, org.apache.cxf.common.xmlschema.SchemaCollection schemaCol, List<JibxSchemaResolver> r)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JibxSchemaHelper

public JibxSchemaHelper(org.apache.cxf.Bus b,
                        Map<String,Element> s)
Method Detail

getSchemas

public void getSchemas(javax.wsdl.Definition def,
                       org.apache.cxf.common.xmlschema.SchemaCollection schemaCol,
                       List<JibxSchemaResolver> r)


Apache CXF