![JAR search and dependency download from the Maven repository](/logo.png)
org.codehaus.xfire.annotations.commons.WebMethod Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of xfire-annotations Show documentation
Show all versions of xfire-annotations Show documentation
Annotation support for XFire
The newest version!
package org.codehaus.xfire.annotations.commons;
import org.codehaus.xfire.annotations.WebMethodAnnotation;
/**
* Commons Attributes version of the WebMethod Annotation.
*
* @author Arjen Poutsma
* @@org.apache.commons.attributes.Target(org.apache.commons.attributes.Target.METHOD)
* @see org.codehaus.xfire.annotations.WebMethodAnnotation
*/
public class WebMethod
extends WebMethodAnnotation
{
/**
* Initializes a new instance of the WebMethod
attribute.
*/
public WebMethod()
{
}
/**
* Initializes a new instance of the WebMetod
attribute with the specified operation name.
*
* @param operationName the operation name.
*/
public WebMethod(String operationName)
{
setOperationName(operationName);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy