org.apache.servicemix.soap.bindings.soap.impl
Class Wsdl1SoapOperationImpl
java.lang.Object
org.apache.servicemix.soap.core.model.AbstractOperation<T>
org.apache.servicemix.soap.core.model.AbstractWsdl1Operation<Wsdl1SoapMessage>
org.apache.servicemix.soap.bindings.soap.impl.Wsdl1SoapOperationImpl
- All Implemented Interfaces:
- Operation<Wsdl1SoapMessage>, Wsdl1Operation<Wsdl1SoapMessage>, SoapOperation<Wsdl1SoapMessage>, Wsdl1SoapOperation
public class Wsdl1SoapOperationImpl
- extends AbstractWsdl1Operation<Wsdl1SoapMessage>
- implements Wsdl1SoapOperation
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Wsdl1SoapOperationImpl
public Wsdl1SoapOperationImpl()
getSoapAction
public java.lang.String getSoapAction()
- Specified by:
getSoapAction in interface SoapOperation<Wsdl1SoapMessage>
- Returns:
- the soapAction
setSoapAction
public void setSoapAction(java.lang.String soapAction)
- Parameters:
soapAction - the soapAction to set
getStyle
public Wsdl1SoapBinding.Style getStyle()
- Specified by:
getStyle in interface Wsdl1SoapOperation
- Returns:
- the style
setStyle
public void setStyle(Wsdl1SoapBinding.Style style)
- Parameters:
style - the style to set
getTransport
public java.lang.String getTransport()
- Specified by:
getTransport in interface Wsdl1SoapOperation
- Returns:
- the transport
setTransport
public void setTransport(java.lang.String transport)
- Parameters:
transport - the transport to set
Copyright © 2005-2012 FuseSource. All Rights Reserved.