org.codehaus.xfire.annotations.commons
Class WebParam

java.lang.Object
  extended byorg.codehaus.xfire.annotations.WebParamAnnotation
      extended byorg.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)
           
WebParam(java.lang.String name, java.lang.String targetNamespace)
          Initializes a new instance of the WebParam attribute with the specified name and namespace.
 
Methods inherited from class org.codehaus.xfire.annotations.WebParamAnnotation
getMode, getName, getPartName, getTargetNamespace, isHeader, setHeader, setMode, setName, setPartName, 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)

WebParam

public WebParam(java.lang.String name,
                java.lang.String targetNamespace)
Initializes a new instance of the WebParam attribute with the specified name and namespace.

Parameters:
name - the name.
targetNamespace - the target namespace.


Copyright © 2004-2006 null. All Rights Reserved.