org.apache.servicemix.soap.core.model
Class AbstractWsdl2Operation<T extends Wsdl2Message>

java.lang.Object
  extended by org.apache.servicemix.soap.core.model.AbstractOperation<T>
      extended by org.apache.servicemix.soap.core.model.AbstractWsdl2Operation<T>
All Implemented Interfaces:
Operation<T>, Wsdl2Operation<T>
Direct Known Subclasses:
Wsdl2HttpOperationImpl, Wsdl2SoapOperationImpl

public class AbstractWsdl2Operation<T extends Wsdl2Message>
extends AbstractOperation<T>
implements Wsdl2Operation<T>

Author:
Guillaume Nodet

Constructor Summary
AbstractWsdl2Operation()
           
 
Method Summary
 java.util.Set<java.net.URI> getStyle()
           
 void setStyle(java.util.Set<java.net.URI> style)
           
 
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

AbstractWsdl2Operation

public AbstractWsdl2Operation()
Method Detail

getStyle

public java.util.Set<java.net.URI> getStyle()
Specified by:
getStyle in interface Wsdl2Operation<T extends Wsdl2Message>
Returns:
the style

setStyle

public void setStyle(java.util.Set<java.net.URI> style)
Parameters:
style - the style to set


Copyright © 2005-2012 FuseSource. All Rights Reserved.