org.apache.beehive.wsm.wsdl
Class Schema

Object
  extended by Schema

public class Schema
extends Object


Constructor Summary
Schema(InputStream stream)
           
Schema(TTypes tt)
           
 
Method Summary
 XmlObject getTypeNode(QName q)
           
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Schema

public Schema(TTypes tt)
       throws IllegalAccessException,
              NoSuchFieldException
Parameters:
tt -
Throws:
NoSuchFieldException
IllegalAccessException

Schema

public Schema(InputStream stream)
       throws XmlException,
              IOException
Parameters:
stream -
Throws:
IOException
XmlException
Method Detail

getTypeNode

public XmlObject getTypeNode(QName q)