org.codehaus.xfire.annotations.commons
Class WebMethod
java.lang.Object
org.codehaus.xfire.annotations.WebMethodAnnotation
org.codehaus.xfire.annotations.commons.WebMethod
- All Implemented Interfaces:
- 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(String operationName)
Initializes a new instance of the WebMetod attribute with the specified operation name. |
WebMethod
public WebMethod()
- Initializes a new instance of the
WebMethod
attribute.
WebMethod
public WebMethod(String operationName)
- Initializes a new instance of the
WebMetod
attribute with the specified operation name.
- Parameters:
operationName
- the operation name.
Copyright © 2004-2013. All Rights Reserved.