org.codehaus.xfire.annotations.commons.soap
Class SOAPMessageHandlers

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

public class SOAPMessageHandlers
extends SOAPMessageHandlersAnnotation

Commons Attributes version of the SOAP message handlers annotation.

Author:
Arjen Poutsma
See Also:
SOAPMessageHandlersAnnotation, Serialized Form

Constructor Summary
SOAPMessageHandlers(SOAPMessageHandler[] value)
          Initializes a new instance of the SOAPMessageHandlersAnnotation.
 
Method Summary
 
Methods inherited from class org.codehaus.xfire.annotations.soap.SOAPMessageHandlersAnnotation
getValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SOAPMessageHandlers

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

Parameters:
value - the handlers.


Copyright © 2004-2008. All Rights Reserved.