org.codehaus.xfire.annotations.commons
Class WebParam
java.lang.Object
org.codehaus.xfire.annotations.WebParamAnnotation
org.codehaus.xfire.annotations.commons.WebParam
- All Implemented Interfaces:
- Serializable
public class WebParam
- extends WebParamAnnotation
Commons Attributes version of the WebParam Annotation.
- Author:
- Arjen Poutsma
- See Also:
WebParamAnnotation
,
Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WebParam
public WebParam()
WebParam
public WebParam(String name)
WebParam
public WebParam(String name,
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-2013. All Rights Reserved.