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

java.lang.Object
  extended byorg.codehaus.xfire.annotations.soap.SOAPMessageHandlersAnnotation
      extended byorg.codehaus.xfire.annotations.commons.soap.SOAPMessageHandlers

public class SOAPMessageHandlers
extends SOAPMessageHandlersAnnotation

Commons Attributes version of the SOAP message handlers annotation.

Author:
Arjen Poutsma
See Also:
SOAPMessageHandlersAnnotation

Constructor Summary
SOAPMessageHandlers(SOAPMessageHandler[] value)
          Initializes a new instance of the SOAPMessageHandlersAnnotation.
 
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-2006 null. All Rights Reserved.