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

java.lang.Object
  extended by org.apache.servicemix.soap.core.model.AbstractOperation<T>
      extended by org.apache.servicemix.soap.core.model.AbstractWsdl2Operation<Wsdl2SoapMessage>
          extended by org.apache.servicemix.soap.bindings.soap.impl.Wsdl2SoapOperationImpl
All Implemented Interfaces:
Operation<Wsdl2SoapMessage>, Wsdl2Operation<Wsdl2SoapMessage>, SoapOperation<Wsdl2SoapMessage>, Wsdl2SoapOperation

public class Wsdl2SoapOperationImpl
extends AbstractWsdl2Operation<Wsdl2SoapMessage>
implements Wsdl2SoapOperation


Constructor Summary
Wsdl2SoapOperationImpl()
           
 
Method Summary
 java.lang.String getSoapAction()
           
 java.net.URI getSoapMep()
           
 void setSoapAction(java.lang.String soapAction)
           
 void setSoapMep(java.net.URI soapMep)
           
 
Methods inherited from class org.apache.servicemix.soap.core.model.AbstractWsdl2Operation
getStyle, setStyle
 
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.wsdl2.Wsdl2Operation
getStyle
 
Methods inherited from interface org.apache.servicemix.soap.api.model.Operation
getInput, getMep, getName, getOutput
 

Constructor Detail

Wsdl2SoapOperationImpl

public Wsdl2SoapOperationImpl()
Method Detail

getSoapAction

public java.lang.String getSoapAction()
Specified by:
getSoapAction in interface SoapOperation<Wsdl2SoapMessage>
Returns:
the soapAction

setSoapAction

public void setSoapAction(java.lang.String soapAction)
Parameters:
soapAction - the soapAction to set

getSoapMep

public java.net.URI getSoapMep()
Specified by:
getSoapMep in interface Wsdl2SoapOperation
Returns:
the soapMep

setSoapMep

public void setSoapMep(java.net.URI soapMep)
Parameters:
soapMep - the soapMep to set


Copyright © 2005-2012 FuseSource. All Rights Reserved.