org.ow2.util.ee.metadata.common.api.struct
Interface IJwsHandlerChain

All Superinterfaces:
Serializable

public interface IJwsHandlerChain
extends Serializable

Manage @HandlerChain (from JSR-181) annotation.

Author:
Guillaume Sauthier

Method Summary
 String getFile()
           
 void setFile(String file)
          Set the location of the handler chain file.
 

Method Detail

getFile

String getFile()
Returns:
the absolute URL or relative path to the handler chain file or null.

setFile

void setFile(String file)
Set the location of the handler chain file.

Parameters:
file - location of the handler chain file.


Copyright © 2007-2012 OW2 Consortium. All Rights Reserved.