org.codehaus.xfire.annotations.commons
Class WebMethod

java.lang.Object
  extended byorg.codehaus.xfire.annotations.WebMethodAnnotation
      extended byorg.codehaus.xfire.annotations.commons.WebMethod

public class WebMethod
extends WebMethodAnnotation

Commons Attributes version of the WebMethod Annotation.

Author:
Arjen Poutsma
See Also:
WebMethodAnnotation

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.
 
Methods inherited from class org.codehaus.xfire.annotations.WebMethodAnnotation
getAction, getOperationName, populate, setAction, 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-2006 null. All Rights Reserved.