org.ow2.easywsdl.wsdl.decorator
Class DecoratorTypesImpl<S extends org.ow2.easywsdl.schema.api.absItf.AbsItfSchema,Impt extends org.ow2.easywsdl.schema.api.absItf.AbsItfImport>
java.lang.Object
org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl<E>
org.ow2.easywsdl.schema.api.abstractElmt.AbstractXMLElementImpl<E>
org.ow2.easywsdl.wsdl.api.abstractElmt.AbstractWSDLElementImpl
org.ow2.easywsdl.wsdl.decorator.Decorator<AbsItfTypes<S,Impt>>
org.ow2.easywsdl.wsdl.decorator.DecoratorTypesImpl<S,Impt>
- All Implemented Interfaces:
- java.io.Serializable, org.ow2.easywsdl.schema.api.SchemaElement, org.ow2.easywsdl.schema.api.XMLElement, WSDLElement
public abstract class DecoratorTypesImpl<S extends org.ow2.easywsdl.schema.api.absItf.AbsItfSchema,Impt extends org.ow2.easywsdl.schema.api.absItf.AbsItfImport>
- extends Decorator<AbsItfTypes<S,Impt>>
- Author:
- Nicolas Salatge - eBM WebSourcing
- See Also:
- Serialized Form
Fields inherited from class org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl |
documentation, model, parent |
Methods inherited from class org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl |
getSchema, getTopParent, setParent |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
DecoratorTypesImpl
public DecoratorTypesImpl(AbsItfTypes<S,Impt> types)
throws WSDLException
- Throws:
WSDLException
getSchemas
public java.util.List<S> getSchemas()
getImportedSchemas
public java.util.List<Impt> getImportedSchemas()
addSchema
public void addSchema(S schema)
createSchema
public S createSchema()
removeSchema
public S removeSchema()
Copyright © 2008-2010 Petals Link (previously EBM WebSourcing). All Rights Reserved.