|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.xfire.annotations.WebResultAnnotation
org.codehaus.xfire.annotations.commons.WebResult
public class WebResult
Commons Attributes version of the WebResult Annotation.
WebResultAnnotation
,
Serialized FormConstructor Summary | |
---|---|
WebResult()
Initializes a new instance of the WebResult attribute. |
|
WebResult(String name)
Initializes a new instance of the WebResult attribute with the specified name. |
|
WebResult(String name,
String targetNamespace)
Initializes a new instance of the WebResult attribute with the specified name
and namespace. |
Method Summary |
---|
Methods inherited from class org.codehaus.xfire.annotations.WebResultAnnotation |
---|
getName, getPartName, getTargetNamespace, isHeader, setHeader, setName, setPartName, setTargetNamespace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public WebResult()
WebResult
attribute.
public WebResult(String name)
WebResult
attribute with the specified name.
name
- the name.public WebResult(String name, String targetNamespace)
WebResult
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 |