|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface BindingOperation
This interface represents a WSDL operation binding. That is, it holds the information that would be specified in the operation element contained within a binding element.
| Method Summary | |
|---|---|
void |
addFault(BindingFault bindingFault)
Add a fault binding. |
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. |
java.lang.String |
getHttpContentEncodingDefault()
|
java.lang.String |
getHttpFaultSerialization()
|
java.lang.String |
getHttpInputSerialization()
|
java.lang.String |
getHttpLocation()
get the http location |
java.lang.String |
getHttpMethod()
|
java.lang.String |
getHttpOutputSerialization()
|
java.lang.String |
getHttpQueryParameterSeparator()
|
BindingInput |
getInput()
Get the input message specification for this operation. |
Constants.SOAPMEPConstants |
getMEP()
get the mep |
Operation |
getOperation()
Get the operation that this operation binding binds. |
BindingOutput |
getOutput()
Get the output message specification for this operation. |
javax.xml.namespace.QName |
getQName()
Get the name of this operation binding. |
java.lang.String |
getSoapAction()
get the soap action |
Binding.StyleConstant |
getStyle()
get style |
boolean |
isHttpIgnoreUncited()
|
BindingFault |
removeFault(java.lang.String name)
Remove a fault binding. |
void |
setInput(BindingInput input)
Set the input message specification for this operation. |
void |
setMEP(Constants.SOAPMEPConstants mep)
set the mep |
void |
setOperation(Operation operation)
Set the operation that this operation binding binds. |
void |
setOutput(BindingOutput output)
Set the output message specification for this operation. |
void |
setQName(javax.xml.namespace.QName name)
Set the name of this operation binding. |
| Methods inherited from interface com.ebmwebsourcing.commons.wsdl.api.WSDLElement |
|---|
createDocumentation, getDocumentation, getOtherAttributes, getOtherElements, setDocumentation |
| Method Detail |
|---|
void setQName(javax.xml.namespace.QName name)
name - the desired namejavax.xml.namespace.QName getQName()
void setOperation(Operation operation)
operation - the operation this operation binding bindsOperation getOperation()
void setInput(BindingInput input)
input - the new input messageBindingInput getInput()
void setOutput(BindingOutput output)
output - the new output messageBindingOutput getOutput()
void addFault(BindingFault bindingFault)
bindingFault - the new fault bindingBindingFault removeFault(java.lang.String name)
name - the name of the fault binding to be removed
BindingFault getFault(java.lang.String name)
name - the name of the desired fault binding.
java.util.List<BindingFault> getFaults()
Constants.SOAPMEPConstants getMEP()
void setMEP(Constants.SOAPMEPConstants mep)
mep - the mepBinding.StyleConstant getStyle()
java.lang.String getSoapAction()
java.lang.String getHttpLocation()
java.lang.String getHttpMethod()
java.lang.String getHttpInputSerialization()
java.lang.String getHttpOutputSerialization()
java.lang.String getHttpFaultSerialization()
java.lang.String getHttpQueryParameterSeparator()
java.lang.String getHttpContentEncodingDefault()
boolean isHttpIgnoreUncited()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||