org.apache.servicemix.soap.api.model
Interface Operation<T extends Message>

All Known Subinterfaces:
SoapOperation<T>, Wsdl1Operation<T>, Wsdl1SoapOperation, Wsdl2HttpOperation, Wsdl2Operation<T>, Wsdl2SoapOperation
All Known Implementing Classes:
AbstractOperation, AbstractWsdl1Operation, AbstractWsdl2Operation, Wsdl1SoapOperationImpl, Wsdl2HttpOperationImpl, Wsdl2SoapOperationImpl

public interface Operation<T extends Message>


Method Summary
 T getInput()
           
 java.net.URI getMep()
           
 javax.xml.namespace.QName getName()
           
 T getOutput()
           
 

Method Detail

getName

javax.xml.namespace.QName getName()

getInput

T getInput()

getOutput

T getOutput()

getMep

java.net.URI getMep()


Copyright © 2005-2012 FuseSource. All Rights Reserved.