cgl.narada.wsinfra.deployment
Class FilterPipelineFactory
java.lang.Object
cgl.narada.wsinfra.deployment.FilterPipelineFactory
- public class FilterPipelineFactory
- extends Object
This class provides a Factory for creating filter pipelines. Filter
pipelines need to have valid identifiers.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
instance
public static final FilterPipelineFactory instance
getInstance
public static FilterPipelineFactory getInstance()
newFilterPipeline
public FilterPipeline newFilterPipeline(String identifier)
throws DeploymentException
- Throws:
DeploymentException
getFilterPipeline
public FilterPipeline getFilterPipeline(String identifier)
throws DeploymentException
- Creates an instance of the Filter Pipeline.
- Throws:
DeploymentException
disposeFilterPipeline
public boolean disposeFilterPipeline(FilterPipeline filterPipeline)
throws DeploymentException
- Dispose off a filter pipeline.
- Throws:
DeploymentException