public class Wsdl1SoapOperationImpl extends AbstractWsdl1Operation<Wsdl1SoapMessage> implements Wsdl1SoapOperation
| Constructor and Description |
|---|
Wsdl1SoapOperationImpl() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getSoapAction() |
Wsdl1SoapBinding.Style |
getStyle() |
java.lang.String |
getTransport() |
void |
setSoapAction(java.lang.String soapAction) |
void |
setStyle(Wsdl1SoapBinding.Style style) |
void |
setTransport(java.lang.String transport) |
addFault, getFaults, getInput, getMep, getName, getOutput, setInput, setMep, setName, setOutputpublic java.lang.String getSoapAction()
getSoapAction in interface SoapOperation<Wsdl1SoapMessage>public void setSoapAction(java.lang.String soapAction)
soapAction - the soapAction to setpublic Wsdl1SoapBinding.Style getStyle()
getStyle in interface Wsdl1SoapOperationpublic void setStyle(Wsdl1SoapBinding.Style style)
style - the style to setpublic java.lang.String getTransport()
getTransport in interface Wsdl1SoapOperationpublic void setTransport(java.lang.String transport)
transport - the transport to setCopyright © 2005-2016 FuseSource. All Rights Reserved.