org.codehaus.xfire.annotations.commons
Class WebMethod

java.lang.Object
  extended by org.codehaus.xfire.annotations.WebMethodAnnotation
      extended by org.codehaus.xfire.annotations.commons.WebMethod
All Implemented Interfaces:
java.io.Serializable

public class WebMethod
extends WebMethodAnnotation

Commons Attributes version of the WebMethod Annotation.

Author:
Arjen Poutsma
See Also:
WebMethodAnnotation, Serialized Form

Constructor Summary
WebMethod()
          Initializes a new instance of the WebMethod attribute.
WebMethod(java.lang.String operationName)
          Initializes a new instance of the WebMetod attribute with the specified operation name.
 
Method Summary
 
Methods inherited from class org.codehaus.xfire.annotations.WebMethodAnnotation
getAction, getOperationName, isExclude, populate, setAction, setExclude, setOperationName, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WebMethod

public WebMethod()
Initializes a new instance of the WebMethod attribute.


WebMethod

public WebMethod(java.lang.String operationName)
Initializes a new instance of the WebMetod attribute with the specified operation name.

Parameters:
operationName - the operation name.


Copyright © 2004-2010. All Rights Reserved.