org.apache.beehive.wsm.jsr181.wsdl
Interface WSDLProcessor

All Known Implementing Classes:
XmlBeanWSDLProcessor

public interface WSDLProcessor

Creates a WebServiceTYPEMetadata Object from a WSDL.


Method Summary
 BeehiveWsTypeMetadata createObjectModel(InputStream wsdlStream)
          Converts a WSDL document in the provided InputStream into the WSM Model.
 

Method Detail

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