org.apache.beehive.wsm.wsdl
Class WSDLParser

Object
  extended by WSDLParser

public class WSDLParser
extends Object


Constructor Summary
WSDLParser(InputStream stream)
           
 
Method Summary
 Schema getSchema()
           
 String getSoapAddressLocation()
           
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WSDLParser

public WSDLParser(InputStream stream)
           throws XmlException,
                  IOException,
                  IllegalAccessException,
                  NoSuchFieldException
Parameters:
stream -
Throws:
IOException
XmlException
NoSuchFieldException
IllegalAccessException
Method Detail

getSchema

public Schema getSchema()
Returns:
Returns the schema.

getSoapAddressLocation

public String getSoapAddressLocation()
                              throws IllegalAccessException
Throws:
IllegalAccessException