org.apache.servicemix.soap.core.model
Class AbstractWsdl2Operation<T extends Wsdl2Message>
java.lang.Object
org.apache.servicemix.soap.core.model.AbstractOperation<T>
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractWsdl2Operation
public AbstractWsdl2Operation()
getStyle
public Set<URI> getStyle()
- Specified by:
getStyle in interface Wsdl2Operation<T extends Wsdl2Message>
- Returns:
- the style
setStyle
public void setStyle(Set<URI> style)
- Parameters:
style - the style to set
Copyright © 2005-2008 Apache Software Foundation. All Rights Reserved.