org.apache.beehive.wsm.wsdl
Class Utilities

Object
  extended by Utilities

public class Utilities
extends Object


Constructor Summary
Utilities()
           
 
Method Summary
static Schema findtSchemaDocument(SchemaType docType)
           
static
<T extends XmlObject>
T[]
selectChildren(XmlObject parent, Class<T> childClass)
           
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Utilities

public Utilities()
Method Detail

selectChildren

public static <T extends XmlObject> T[] selectChildren(XmlObject parent,
                                                       Class<T> childClass)
                                            throws IllegalAccessException,
                                                   NoSuchFieldException
Throws:
IllegalAccessException
NoSuchFieldException

findtSchemaDocument

public static Schema findtSchemaDocument(SchemaType docType)
                                  throws XmlException,
                                         IOException,
                                         IllegalAccessException,
                                         NoSuchFieldException
Throws:
XmlException
IOException
IllegalAccessException
NoSuchFieldException