org.codehaus.xfire.annotations.soap
Class SOAPMessageHandlersAnnotation

java.lang.Object
  extended by org.codehaus.xfire.annotations.soap.SOAPMessageHandlersAnnotation
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
SOAPMessageHandlers

public class SOAPMessageHandlersAnnotation
extends java.lang.Object
implements java.io.Serializable

Represents a common implementation of the SOAP message handlers annotation. Specifies a list of SOAP protocol handlers that run before and after business methods on the Web Service. These handlers are called in response to SOAP messages targeting the service. The SOAPMessageHandlersAnnotation is an array of SOAPMessageHandler types. The handlers are run in the order in which they appear in the annotation, starting with the first handler in the array.

Author:
Arjen Poutsma
See Also:
Serialized Form

Constructor Summary
SOAPMessageHandlersAnnotation(SOAPMessageHandler[] value)
          Initializes a new instance of the SOAPMessageHandlersAnnotation.
 
Method Summary
 SOAPMessageHandler[] getValue()
          Returns the SOAP message handlers.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SOAPMessageHandlersAnnotation

public SOAPMessageHandlersAnnotation(SOAPMessageHandler[] value)
Initializes a new instance of the SOAPMessageHandlersAnnotation.

Parameters:
value - the handlers.
Method Detail

getValue

public SOAPMessageHandler[] getValue()
Returns the SOAP message handlers.

Returns:
the message handlers.


Copyright © 2004-2010. All Rights Reserved.