org.apache.servicemix.soap.api.model.wsdl2
Interface Wsdl2Operation<T extends Wsdl2Message>

All Superinterfaces:
Operation<T>
All Known Subinterfaces:
Wsdl2HttpOperation, Wsdl2SoapOperation
All Known Implementing Classes:
AbstractWsdl2Operation, Wsdl2HttpOperationImpl, Wsdl2SoapOperationImpl

public interface Wsdl2Operation<T extends Wsdl2Message>
extends Operation<T>


Method Summary
 java.util.Set<java.net.URI> getStyle()
           
 
Methods inherited from interface org.apache.servicemix.soap.api.model.Operation
getInput, getMep, getName, getOutput
 

Method Detail

getStyle

java.util.Set<java.net.URI> getStyle()


Copyright © 2005-2012 FuseSource. All Rights Reserved.