org.codehaus.xfire.annotations.commons
Class HandlerChain

java.lang.Object
  extended by org.codehaus.xfire.annotations.HandlerChainAnnotation
      extended by org.codehaus.xfire.annotations.commons.HandlerChain
All Implemented Interfaces:
java.io.Serializable

public class HandlerChain
extends HandlerChainAnnotation

Commons Attributes version of the HandlerChain Annotation.

Author:
Arjen Poutsma
See Also:
HandlerChainAnnotation, Serialized Form

Constructor Summary
HandlerChain(java.lang.String file, java.lang.String name)
          Initializes a new instance of the HandlerChain attribute with the given file and chain name.
 
Method Summary
 
Methods inherited from class org.codehaus.xfire.annotations.HandlerChainAnnotation
getFile, getName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HandlerChain

public HandlerChain(java.lang.String file,
                    java.lang.String name)
Initializes a new instance of the HandlerChain attribute with the given file and chain name.

Parameters:
file - the file name.
name - the handler name.


Copyright © 2004-2011. All Rights Reserved.