org.ow2.easywsdl.wsdl.decorator
Class DecoratorInterfaceTypeImpl<O extends AbsItfOperation>

java.lang.Object
  extended by org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl<E>
      extended by org.ow2.easywsdl.schema.api.abstractElmt.AbstractXMLElementImpl<E>
          extended by org.ow2.easywsdl.wsdl.api.abstractElmt.AbstractWSDLElementImpl
              extended by org.ow2.easywsdl.wsdl.decorator.Decorator<AbsItfInterfaceType<O>>
                  extended by 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

Field Summary
 
Fields inherited from class org.ow2.easywsdl.wsdl.decorator.Decorator
internalObject
 
Fields inherited from class org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl
documentation, model, parent
 
Constructor Summary
DecoratorInterfaceTypeImpl(AbsItfInterfaceType<O> itf)
           
 
Method Summary
 void addOperation(O arg0)
           
 O createOperation()
           
 O getOperation(javax.xml.namespace.QName arg0)
           
 java.util.List<O> getOperations()
           
 javax.xml.namespace.QName getQName()
           
 O removeOperation(java.lang.String arg0)
           
 void setQName(javax.xml.namespace.QName arg0)
           
 
Methods inherited from class org.ow2.easywsdl.wsdl.decorator.Decorator
createDocumentation, equals, getDocumentation, getInternalObject, getModel, getOtherAttributes, getOtherElements, getParent, hashCode, setDocumentation
 
Methods inherited from class org.ow2.easywsdl.wsdl.api.abstractElmt.AbstractWSDLElementImpl
addOtherElements, toString
 
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
 

Constructor Detail

DecoratorInterfaceTypeImpl

public DecoratorInterfaceTypeImpl(AbsItfInterfaceType<O> itf)
                           throws WSDLException
Throws:
WSDLException
Method Detail

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.