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
All Implemented Interfaces:
java.io.Serializable

public class SOAPBinding
extends SOAPBindingAnnotation

Commons Attributes version of the SOAP binding Annotation.

Author:
Arjen Poutsma
See Also:
SOAPBindingAnnotation, Serialized Form

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()


Copyright © 2004-2011. All Rights Reserved.