Package org.apache.axis2.dataretrieval
Interface SchemaSupplier
- 
- All Known Implementing Classes:
- JAXWSRIWSDLGenerator
 
 public interface SchemaSupplierReturn a XMLSchema as an OMElement. This is used by any AxisService that wishes to override the standard AxisService2WSDL (see the org.apache.axis2.description package) method of getting XSD. If one of these is present in the AxisService Parameters under the name "SchemaSupplier", it will be queried.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description org.apache.ws.commons.schema.XmlSchemagetSchema(AxisService service, String xsd)
 
- 
- 
- 
Method Detail- 
getSchemaorg.apache.ws.commons.schema.XmlSchema getSchema(AxisService service, String xsd) throws AxisFault - Throws:
- AxisFault
 
 
- 
 
-