public class Wsdl2SoapOperationImpl extends AbstractWsdl2Operation<Wsdl2SoapMessage> implements Wsdl2SoapOperation
| Constructor and Description |
|---|
Wsdl2SoapOperationImpl() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getSoapAction() |
java.net.URI |
getSoapMep() |
void |
setSoapAction(java.lang.String soapAction) |
void |
setSoapMep(java.net.URI soapMep) |
getStyle, setStyleaddFault, getFaults, getInput, getMep, getName, getOutput, setInput, setMep, setName, setOutputclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetStylepublic java.lang.String getSoapAction()
getSoapAction in interface SoapOperation<Wsdl2SoapMessage>public void setSoapAction(java.lang.String soapAction)
soapAction - the soapAction to setpublic java.net.URI getSoapMep()
getSoapMep in interface Wsdl2SoapOperationpublic void setSoapMep(java.net.URI soapMep)
soapMep - the soapMep to setCopyright © 2005-2014 FuseSource. All Rights Reserved.