|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.codehaus.xfire.annotations.WebParamAnnotation
org.codehaus.xfire.annotations.commons.WebParam
public class WebParam
Commons Attributes version of the WebParam Annotation.
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 |
|---|
public WebParam()
public WebParam(java.lang.String name)
public WebParam(java.lang.String name,
java.lang.String targetNamespace)
WebParam attribute with the specified name
and namespace.
name - the name.targetNamespace - the target namespace.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||