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

public class WebParam
extends WebParamAnnotation

Commons Attributes version of the WebParam Annotation.

Author:
Arjen Poutsma
See Also:
WebParamAnnotation, Serialized Form

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.
 
Method Summary
 
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-2008. All Rights Reserved.