Package org.apache.axis2.jaxws.wsdl
Class WSDLReaderConfiguratorImpl
- java.lang.Object
-
- org.apache.axis2.jaxws.wsdl.WSDLReaderConfiguratorImpl
-
- All Implemented Interfaces:
WSDLReaderConfigurator
public class WSDLReaderConfiguratorImpl extends Object implements WSDLReaderConfigurator
An instance of this class will be registered with the MetadataFactoryRegistry and will be retrieved when a WSDLReader instance is created. This implementation will be able to configure the instance as needed.
-
-
Constructor Summary
Constructors Constructor Description WSDLReaderConfiguratorImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
configureReaderInstance(javax.wsdl.xml.WSDLReader reader)
This will be called to configure the WSDLReader instance.
-
-
-
Method Detail
-
configureReaderInstance
public void configureReaderInstance(javax.wsdl.xml.WSDLReader reader) throws javax.wsdl.WSDLException
This will be called to configure the WSDLReader instance.- Specified by:
configureReaderInstance
in interfaceWSDLReaderConfigurator
- Throws:
javax.wsdl.WSDLException
-
-