org.codehaus.xfire.annotations
Class OnewayAnnotation

java.lang.Object
  extended by org.codehaus.xfire.annotations.OnewayAnnotation

public class OnewayAnnotation
extends java.lang.Object

Represents an common representation of a oneway annotation. Indicates that the given web method has only an input message and no output. Typically, a oneway method returns the thread of control to the calling application prior to executing the actual business method.

Author:
Arjen Poutsma

Constructor Summary
OnewayAnnotation()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OnewayAnnotation

public OnewayAnnotation()