org.codehaus.xfire.annotations.soap
Class SOAPMessageHandlersAnnotation
java.lang.Object
org.codehaus.xfire.annotations.soap.SOAPMessageHandlersAnnotation
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- SOAPMessageHandlers
public class SOAPMessageHandlersAnnotation
- extends Object
- implements 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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SOAPMessageHandlersAnnotation
public SOAPMessageHandlersAnnotation(SOAPMessageHandler[] value)
- Initializes a new instance of the
SOAPMessageHandlersAnnotation
.
- Parameters:
value
- the handlers.
getValue
public SOAPMessageHandler[] getValue()
- Returns the SOAP message handlers.
- Returns:
- the message handlers.
Copyright © 2004-2013. All Rights Reserved.