org.codehaus.xfire.annotations.commons
Class WebParam

java.lang.Object
  extended by org.codehaus.xfire.annotations.WebParamAnnotation
      extended by org.codehaus.xfire.annotations.commons.WebParam

public class WebParam
extends WebParamAnnotation

Commons Attributes version of the WebParam Annotation.

Author:
Arjen Poutsma
See Also:
WebParamAnnotation

Field Summary
 
Fields inherited from class org.codehaus.xfire.annotations.WebParamAnnotation
MODE_IN, MODE_INOUT, MODE_OUT
 
Constructor Summary
WebParam()
           
WebParam(java.lang.String name)
           
 
Method Summary
 
Methods inherited from class org.codehaus.xfire.annotations.WebParamAnnotation
getMode, getName, getTargetNamespace, isHeader, setHeader, setMode, setName, setTargetNamespace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WebParam

public WebParam()

WebParam

public WebParam(java.lang.String name)