org.codehaus.xfire.annotations.backport175
Interface WebMethod


public interface WebMethod

backport175 version of the WebService Annotation.

Author:
Arjen Poutsma
See Also:
WebMethodAnnotation

Method Summary
 java.lang.String action()
          Returns the action for this operation.
 java.lang.String operationName()
          Returns the name of the wsdl:operation matching this method.
 

Method Detail

action

java.lang.String action()
Returns the action for this operation. For SOAP bindings, this determines the value of the SOAPAction header.

Returns:
the action for this operation.

operationName

java.lang.String operationName()
Returns the name of the wsdl:operation matching this method. By default the WSDL operation name will be the same as the Java method name.

Returns:
the name of the wsdl:operation matching this method.