org.codehaus.xfire.annotations.backport175
Interface HandlerChain


public interface HandlerChain

backport 175 version of the HandlerChain annotation.

Author:
Arjen Poutsma
See Also:
HandlerChainAnnotation

Method Summary
 java.lang.String file()
          Returns the location of the handler chain file.
 java.lang.String name()
          Returns the name of the handler chain in the configuration file.
 

Method Detail

file

java.lang.String file()
Returns the location of the handler chain file. The location is a URL, which may be relative or absolute. Relative URLs are relative to the location of the service implementation bean at the time of processing.

Returns:
the location of the handler chain file.

name

java.lang.String name()
Returns the name of the handler chain in the configuration file.

Returns:
the name of the handler chain.


Copyright © 2004-2005 Codehaus. All Rights Reserved.