Package org.apache.axis2.jaxws.wsdl.impl
Class SchemaReaderImpl
- java.lang.Object
-
- org.apache.axis2.jaxws.wsdl.impl.SchemaReaderImpl
-
- All Implemented Interfaces:
SchemaReader
public class SchemaReaderImpl extends Object implements SchemaReader
-
-
Constructor Summary
Constructors Constructor Description SchemaReaderImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Set<String>
readPackagesFromSchema(javax.wsdl.Definition wsdlDefinition)
-
-
-
Method Detail
-
readPackagesFromSchema
public Set<String> readPackagesFromSchema(javax.wsdl.Definition wsdlDefinition) throws SchemaReaderException
- Specified by:
readPackagesFromSchema
in interfaceSchemaReader
- Throws:
SchemaReaderException
-
-