Uses of Interface
org.apache.woden.schema.Schema

Packages that use Schema
org.apache.woden.schema   
org.apache.woden.wsdl20.xml   
 

Uses of Schema in org.apache.woden.schema
 

Subinterfaces of Schema in org.apache.woden.schema
 interface ImportedSchema
          This interface represents a schema import element, <xs:import>.
 interface InlinedSchema
          This interface represents an inlined schema element, <xs:schema>.
 

Uses of Schema in org.apache.woden.wsdl20.xml
 

Methods in org.apache.woden.wsdl20.xml that return Schema
 Schema[] TypesElement.getSchemas()
          Return the schemas inlined or imported directly within this <types> element.
 Schema[] TypesElement.getSchemas(URI namespace)
          Return the schemas inlined or imported directly within this <types> element whose target namespace matches the specified namespace.
 

Methods in org.apache.woden.wsdl20.xml with parameters of type Schema
 void TypesElement.addSchema(Schema schema)
          Add a Schema object for a schema inlined or imported within the <types> element.
 void TypesElement.removeSchema(Schema schema)
          Delete the specified Schema object.
 



Copyright © 2005-2011 Apache Software Foundation. All Rights Reserved.