org.apache.servicemix.soap.bindings.soap.impl
Class Wsdl1SoapOperationImpl

java.lang.Object
  extended by org.apache.servicemix.soap.core.model.AbstractOperation<T>
      extended by org.apache.servicemix.soap.core.model.AbstractWsdl1Operation<Wsdl1SoapMessage>
          extended by 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


Constructor Summary
Wsdl1SoapOperationImpl()
           
 
Method Summary
 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)
           
 
Methods inherited from class org.apache.servicemix.soap.core.model.AbstractOperation
addFault, getFaults, getInput, getMep, getName, getOutput, setInput, setMep, setName, setOutput
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.servicemix.soap.api.model.Operation
getInput, getMep, getName, getOutput
 

Constructor Detail

Wsdl1SoapOperationImpl

public Wsdl1SoapOperationImpl()
Method Detail

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-2015 FuseSource. All Rights Reserved.