|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.xfire.annotations.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 |
getPartName()
|
java.lang.String |
getTargetNamespace()
Returns the XML namespace for the return value. |
boolean |
isHeader()
|
void |
setHeader(boolean header)
|
void |
setName(java.lang.String name)
Sets the name of return value as it appears in the WSDL and messages on the wire. |
void |
setPartName(java.lang.String partName)
|
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 getPartName()
public void setPartName(java.lang.String partName)
public boolean isHeader()
public void setHeader(boolean header)
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.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |