org.apache.beehive.wsm.jsr181.wsdl
Interface WSDLProcessor
- All Known Implementing Classes:
- XmlBeanWSDLProcessor
public interface WSDLProcessor
Creates a WebServiceTYPEMetadata Object from a WSDL.
createObjectModel
BeehiveWsTypeMetadata createObjectModel(InputStream wsdlStream)
throws Exception
- Converts a WSDL document in the provided InputStream into the WSM
Model.
- Parameters:
wsdlStream
- an InputStream containing a WSDL document.
- Returns:
- a WSM Object model representing the service in the provided WSDL.
- Throws:
Exception