|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.xfire.annotations.WebResultAnnotation
public class WebResultAnnotation
Represents an common representation of a web result annotation. Customizes the mapping of the return value to a WSDL part and XML element.
Constructor Summary | |
---|---|
WebResultAnnotation()
|
Method Summary | |
---|---|
java.lang.String |
getName()
Returns the name of the return value as it appears in the WSDL and messages on the wire. |
java.lang.String |
getTargetNameSpace()
Returns the XML namespace for the return value. |
void |
setName(java.lang.String name)
Sets the name of return value as it appears in the WSDL and messages on the wire. |
void |
setTargetNameSpace(java.lang.String targetNameSpace)
Sets the XML namespace for the return value. |
java.lang.String |
toString()
Returns a String representation of this WebResultAnnotation attribute. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public WebResultAnnotation()
Method Detail |
---|
public java.lang.String getName()
public void setName(java.lang.String name)
name
- the new name of the return value.public java.lang.String getTargetNameSpace()
public void setTargetNameSpace(java.lang.String targetNameSpace)
targetNameSpace
- the new XML namespace for the return value.public java.lang.String toString()
WebResultAnnotation
attribute.
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |