|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.ebmwebsourcing.commons.wsdl.api.abstractElmt.AbstractWSDLElementImpl<E>
com.ebmwebsourcing.commons.wsdl.api.abstractElmt.AbstractOperationImpl<E>
public abstract class AbstractOperationImpl<E>
| Field Summary | |
|---|---|
protected java.util.List<Fault> |
faults
the faults |
protected Input |
input
the input |
protected InterfaceType |
itf
the parent interface |
protected Output |
output
the output |
| Fields inherited from class com.ebmwebsourcing.commons.wsdl.api.abstractElmt.AbstractWSDLElementImpl |
|---|
documentation, model |
| Constructor Summary | |
|---|---|
AbstractOperationImpl()
|
|
| Method Summary | |
|---|---|
Fault |
getFault(java.lang.String name)
Get the specified fault . |
java.util.List<Fault> |
getFaults()
Get all the fault messages associated with this operation. |
Input |
getInput()
Get the input message specification for this operation. |
InterfaceType |
getInterface()
|
Output |
getOutput()
Get the output message specification for this operation. |
java.lang.String |
getSignature()
get signature of the operation |
void |
setFaults(java.util.List<Fault> fault)
|
void |
setInput(Input input)
Set the input message specification for this operation. |
void |
setOutput(Output output)
Set the output message specification for this operation. |
| Methods inherited from class com.ebmwebsourcing.commons.wsdl.api.abstractElmt.AbstractWSDLElementImpl |
|---|
createDocumentation, createElementFromString, getDocumentation, getModel, getOtherAttributes, getOtherElements, setDocumentation, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface com.ebmwebsourcing.commons.wsdl.api.Operation |
|---|
addFault, getFaultByElementName, getParameterOrdering, getPattern, getQName, removeFault, removeFaultByElementName, setParameterOrdering, setPattern, setQName |
| Methods inherited from interface com.ebmwebsourcing.commons.wsdl.api.WSDLElement |
|---|
createDocumentation, getDocumentation, getOtherAttributes, getOtherElements, setDocumentation |
| Field Detail |
|---|
protected InterfaceType itf
protected Input input
protected Output output
protected java.util.List<Fault> faults
| Constructor Detail |
|---|
public AbstractOperationImpl()
| Method Detail |
|---|
public InterfaceType getInterface()
public Input getInput()
Operation
getInput in interface Operationpublic void setInput(Input input)
Operation
setInput in interface Operationinput - the input to setpublic Output getOutput()
Operation
getOutput in interface Operationpublic void setOutput(Output output)
Operation
setOutput in interface Operationoutput - the output to setpublic java.util.List<Fault> getFaults()
Operation
getFaults in interface Operationpublic void setFaults(java.util.List<Fault> fault)
fault - the fault to setpublic Fault getFault(java.lang.String name)
Operation
getFault in interface Operationname - the name of the desired fault message.
public java.lang.String getSignature()
Operation
getSignature in interface Operation
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||