org.codehaus.xfire.annotations.commons
Class HandlerChain
java.lang.Object
org.codehaus.xfire.annotations.HandlerChainAnnotation
org.codehaus.xfire.annotations.commons.HandlerChain
- All Implemented Interfaces:
- Serializable
public class HandlerChain
- extends HandlerChainAnnotation
Commons Attributes version of the HandlerChain Annotation.
- Author:
- Arjen Poutsma
- See Also:
HandlerChainAnnotation
,
Serialized Form
Constructor Summary |
HandlerChain(String file,
String name)
Initializes a new instance of the HandlerChain attribute with the given file and chain name. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HandlerChain
public HandlerChain(String file,
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-2013. All Rights Reserved.