org.codehaus.xfire.annotations.commons.soap
Class SOAPBinding

java.lang.Object
  extended by org.codehaus.xfire.annotations.soap.SOAPBindingAnnotation
      extended by org.codehaus.xfire.annotations.commons.soap.SOAPBinding

public class SOAPBinding
extends SOAPBindingAnnotation

Commons Attributes version of the WebService Annotation.

Author:
Arjen Poutsma
See Also:
SOAPBindingAnnotation

Field Summary
 
Fields inherited from class org.codehaus.xfire.annotations.soap.SOAPBindingAnnotation
PARAMETER_STYLE_BARE, PARAMETER_STYLE_WRAPPED, STYLE_DOCUMENT, STYLE_RPC, USE_ENCODED, USE_LITERAL
 
Constructor Summary
SOAPBinding()
           
 
Method Summary
 
Methods inherited from class org.codehaus.xfire.annotations.soap.SOAPBindingAnnotation
getParameterStyle, getStyle, getStyleString, getUse, getUseString, setParameterStyle, setStyle, setUse
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SOAPBinding

public SOAPBinding()