org.apache.axis2.dataretrieval
Interface SchemaSupplier
public interface SchemaSupplier
Return 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 Summary |
org.apache.ws.commons.schema.XmlSchema |
getSchema(AxisService service,
java.lang.String xsd)
|
getSchema
org.apache.ws.commons.schema.XmlSchema getSchema(AxisService service,
java.lang.String xsd)
throws AxisFault
- Throws:
AxisFault
Copyright © 2004-2011 The Apache Software Foundation. All Rights Reserved.