org.ow2.easywsdl.wsdl.decorator
Class DecoratorInterfaceTypeImpl<O extends AbsItfOperation>
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<AbsItfInterfaceType<O>>
org.ow2.easywsdl.wsdl.decorator.DecoratorInterfaceTypeImpl<O>
- All Implemented Interfaces:
- java.io.Serializable, org.ow2.easywsdl.schema.api.SchemaElement, org.ow2.easywsdl.schema.api.XMLElement, WSDLElement
public abstract class DecoratorInterfaceTypeImpl<O extends AbsItfOperation>
- extends Decorator<AbsItfInterfaceType<O>>
- 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 |
DecoratorInterfaceTypeImpl
public DecoratorInterfaceTypeImpl(AbsItfInterfaceType<O> itf)
throws WSDLException
- Throws:
WSDLException
addOperation
public void addOperation(O arg0)
getOperation
public O getOperation(javax.xml.namespace.QName arg0)
getOperations
public java.util.List<O> getOperations()
getQName
public javax.xml.namespace.QName getQName()
removeOperation
public O removeOperation(java.lang.String arg0)
setQName
public void setQName(javax.xml.namespace.QName arg0)
createOperation
public O createOperation()
Copyright © 2008-2010 Petals Link (previously EBM WebSourcing). All Rights Reserved.