|
||||||||||
| 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.AbstractBindingOperationImpl<E>
public abstract class AbstractBindingOperationImpl<E>
| Field Summary | |
|---|---|
protected Binding |
binding
the parent binding |
protected java.util.List<BindingFault> |
faults
the faults |
protected BindingInput |
input
the input |
protected BindingOutput |
output
the output |
| Fields inherited from class com.ebmwebsourcing.commons.wsdl.api.abstractElmt.AbstractWSDLElementImpl |
|---|
documentation, model |
| Constructor Summary | |
|---|---|
AbstractBindingOperationImpl()
|
|
| Method Summary | |
|---|---|
Binding |
getBinding()
|
BindingFault |
getFault(java.lang.String name)
Get the specified fault binding. |
java.util.List<BindingFault> |
getFaults()
Get all the fault bindings associated with this operation binding. |
BindingInput |
getInput()
Get the input message specification for this operation. |
Operation |
getOperation()
Get the operation that this operation binding binds. |
BindingOutput |
getOutput()
Get the output message specification for this operation. |
void |
setFaults(java.util.List<BindingFault> fault)
|
void |
setInput(BindingInput input)
Set the input message specification for this operation. |
void |
setOutput(BindingOutput 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.BindingOperation |
|---|
addFault, getHttpContentEncodingDefault, getHttpFaultSerialization, getHttpInputSerialization, getHttpLocation, getHttpMethod, getHttpOutputSerialization, getHttpQueryParameterSeparator, getMEP, getQName, getSoapAction, getStyle, isHttpIgnoreUncited, removeFault, setMEP, setOperation, setQName |
| Methods inherited from interface com.ebmwebsourcing.commons.wsdl.api.WSDLElement |
|---|
createDocumentation, getDocumentation, getOtherAttributes, getOtherElements, setDocumentation |
| Field Detail |
|---|
protected Binding binding
protected BindingInput input
protected BindingOutput output
protected java.util.List<BindingFault> faults
| Constructor Detail |
|---|
public AbstractBindingOperationImpl()
| Method Detail |
|---|
public Binding getBinding()
public Operation getOperation()
BindingOperation
getOperation in interface BindingOperationpublic BindingInput getInput()
BindingOperation
getInput in interface BindingOperationpublic void setInput(BindingInput input)
BindingOperation
setInput in interface BindingOperationinput - the input to setpublic BindingOutput getOutput()
BindingOperation
getOutput in interface BindingOperationpublic void setOutput(BindingOutput output)
BindingOperation
setOutput in interface BindingOperationoutput - the output to setpublic java.util.List<BindingFault> getFaults()
BindingOperation
getFaults in interface BindingOperationpublic void setFaults(java.util.List<BindingFault> fault)
fault - the fault to setpublic BindingFault getFault(java.lang.String name)
BindingOperation
getFault in interface BindingOperationname - the name of the desired fault binding.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||