org.apache.servicemix.soap.bindings.soap.model
Interface SoapOperation<T extends SoapMessage>

All Superinterfaces:
Operation<T>
All Known Subinterfaces:
Wsdl1SoapOperation, Wsdl2SoapOperation
All Known Implementing Classes:
Wsdl1SoapOperationImpl, Wsdl2SoapOperationImpl

public interface SoapOperation<T extends SoapMessage>
extends Operation<T>

Author:
Guillaume Nodet

Method Summary
 java.lang.String getSoapAction()
           
 
Methods inherited from interface org.apache.servicemix.soap.api.model.Operation
getInput, getMep, getName, getOutput
 

Method Detail

getSoapAction

java.lang.String getSoapAction()


Copyright © 2005-2012 FuseSource. All Rights Reserved.