org.apache.axis2.dataretrieval
Interface WSDLSupplier

All Known Implementing Classes:
JAXWSRIWSDLGenerator

public interface WSDLSupplier

Return a WSDL 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 WSDL. If one of these is present in the AxisService Parameters under the name "WSDLSupplier", it will be queried.


Method Summary
 javax.wsdl.Definition getWSDL(AxisService service)
           
 

Method Detail

getWSDL

javax.wsdl.Definition getWSDL(AxisService service)
                              throws AxisFault
Throws:
AxisFault


Copyright © 2007 Apache Web Services Project. All Rights Reserved.