Package org.apache.axis2.jaxws.wsdl
Interface WSDLReaderConfigurator
-
- All Known Implementing Classes:
WSDLReaderConfiguratorImpl
public interface WSDLReaderConfigurator
This interface will be implemented by classes that wish to configure an instance of a WSDLReader object. Implementations may modify the WSDLReader instance as needed in order to create a WSDL Definition object that reflects the desired metadata.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
configureReaderInstance(javax.wsdl.xml.WSDLReader reader)
This method accepts a WSDLReader instance so that implementors may modify the instance as necessary.
-