|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.codehaus.xfire.annotations.WebMethodAnnotation
public class WebMethodAnnotation
Represents an common representation of a web method annotation. Specifies that the given method is exposed as a Web Service operation, making it part of the Web Service�s public contract. A WebMethod annotation is required for each method that is published by the Web Service.
| Constructor Summary | |
|---|---|
WebMethodAnnotation()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getAction()
Returns the action for this operation. |
java.lang.String |
getOperationName()
Returns the name of the wsdl:operation matching this method. |
boolean |
isExclude()
|
void |
populate(org.codehaus.xfire.service.OperationInfo operationInfo)
Populates the given operation info with the information contained in this annotation. |
void |
setAction(java.lang.String action)
Sets the action for this operation. |
void |
setExclude(boolean exclude)
|
void |
setOperationName(java.lang.String operationName)
Sets the name of the wsdl:operation matching this method. |
java.lang.String |
toString()
Returns a String representation of this WebMethodAnnotation. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public WebMethodAnnotation()
| Method Detail |
|---|
public boolean isExclude()
public void setExclude(boolean exclude)
public java.lang.String getAction()
public void setAction(java.lang.String action)
action - the new action for this operation.public java.lang.String getOperationName()
public void setOperationName(java.lang.String operationName)
operationName - the new name of the wsdl:operation matching this method.public void populate(org.codehaus.xfire.service.OperationInfo operationInfo)
operationInfo - the operation info.public java.lang.String toString()
String representation of this WebMethodAnnotation.
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||