public class PluginChain extends Object
| Constructor and Description |
|---|
PluginChain(String name)
Create a new plugin chain witgh a given name.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addPlugin(Plugin plug)
Append a plugin to the end of this chain.
|
void |
execute(ServiceRequest request,
ServiceResponse response)
Execute this plugin chain.
|
String |
getName()
Name of this plugin chain
|
public PluginChain(String name)
name - public String getName()
public void addPlugin(Plugin plug)
plug - plugin to be appendedpublic void execute(ServiceRequest request, ServiceResponse response) throws ServiceException, IOException
request - response - ServiceExceptionIOExceptionCopyright © 2008-2015 Index Data. All Rights Reserved.