org.ow2.easywsdl.wsdl.decorator
Class DecoratorOperationImpl<In extends AbsItfInput,Out extends AbsItfOutput,F extends AbsItfFault>
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.DecoratorOperationImpl<In,Out,F>
- All Implemented Interfaces:
- java.io.Serializable, org.ow2.easywsdl.schema.api.SchemaElement, org.ow2.easywsdl.schema.api.XMLElement, WSDLElement, Decorator
public class DecoratorOperationImpl<In extends AbsItfInput,Out extends AbsItfOutput,F extends AbsItfFault>
- extends AbstractWSDLElementImpl
- implements Decorator
- 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, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
operation
protected AbsItfOperation<In extends AbsItfInput,Out extends AbsItfOutput,F extends AbsItfFault> operation
DecoratorOperationImpl
public DecoratorOperationImpl(AbsItfOperation<In,Out,F> operation)
throws WSDLException
- Throws:
WSDLException
addFault
public void addFault(F arg0)
getFault
public F getFault(java.lang.String arg0)
getFaultByElementName
public F getFaultByElementName(javax.xml.namespace.QName arg0)
getFaults
public java.util.List<F> getFaults()
getInput
public In getInput()
getOutput
public Out getOutput()
getParameterOrdering
public java.util.List<java.lang.String> getParameterOrdering()
getPattern
public AbsItfOperation.MEPPatternConstants getPattern()
getQName
public javax.xml.namespace.QName getQName()
getSignature
public java.lang.String getSignature()
removeFault
public F removeFault(java.lang.String arg0)
removeFaultByElementName
public F removeFaultByElementName(javax.xml.namespace.QName arg0)
setInput
public void setInput(In arg0)
setOutput
public void setOutput(Out arg0)
setParameterOrdering
public void setParameterOrdering(java.util.List<java.lang.String> arg0)
throws WSDLException
- Throws:
WSDLException
setPattern
public void setPattern(AbsItfOperation.MEPPatternConstants arg0)
throws WSDLException
- Throws:
WSDLException
setQName
public void setQName(javax.xml.namespace.QName arg0)
createDocumentation
public org.ow2.easywsdl.schema.api.Documentation createDocumentation()
- Description copied from class:
AbstractWSDLElementImpl
- Create the documentation element.
- Specified by:
createDocumentation
in interface org.ow2.easywsdl.schema.api.SchemaElement
- Overrides:
createDocumentation
in class AbstractWSDLElementImpl
- Returns:
- the documentation element
getDocumentation
public org.ow2.easywsdl.schema.api.Documentation getDocumentation()
- Description copied from class:
AbstractWSDLElementImpl
- Get the documentation.
- Specified by:
getDocumentation
in interface org.ow2.easywsdl.schema.api.SchemaElement
- Overrides:
getDocumentation
in class AbstractWSDLElementImpl
- Returns:
- the documentation element
getOtherAttributes
public java.util.Map<javax.xml.namespace.QName,java.lang.String> getOtherAttributes()
throws org.ow2.easywsdl.schema.api.XmlException
- Description copied from class:
AbstractWSDLElementImpl
- Get the map containing all the attributes defined on this element. The
keys are the qnames of the attributes.
- Specified by:
getOtherAttributes
in interface org.ow2.easywsdl.schema.api.SchemaElement
- Overrides:
getOtherAttributes
in class AbstractWSDLElementImpl
- Returns:
- a map containing all the attributes defined on this element
- Throws:
org.ow2.easywsdl.schema.api.XmlException
getOtherElements
public java.util.List<org.w3c.dom.Element> getOtherElements()
throws org.ow2.easywsdl.schema.api.XmlException
- Description copied from class:
AbstractWSDLElementImpl
- Get all the extensibility elements defined here.
- Specified by:
getOtherElements
in interface org.ow2.easywsdl.schema.api.XMLElement
- Overrides:
getOtherElements
in class AbstractWSDLElementImpl
- Throws:
org.ow2.easywsdl.schema.api.XmlException
setDocumentation
public void setDocumentation(org.ow2.easywsdl.schema.api.Documentation arg0)
- Description copied from class:
AbstractWSDLElementImpl
- Set the documentation for this document.
- Specified by:
setDocumentation
in interface org.ow2.easywsdl.schema.api.SchemaElement
- Overrides:
setDocumentation
in class AbstractWSDLElementImpl
createFault
public F createFault()
createInput
public In createInput()
createOutput
public Out createOutput()
getModel
public java.lang.Object getModel()
- Overrides:
getModel
in class AbstractWSDLElementImpl
getParent
public org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl getParent()
- Overrides:
getParent
in class org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl
getInternalObject
public WSDLElement getInternalObject()
- Specified by:
getInternalObject
in interface Decorator
Copyright © 2008-2009 Petals Link (previously EBM WebSourcing). All Rights Reserved.