Package vodserver.parambuilder

This package contains ParamBuilder implementations.

See: Description

Package vodserver.parambuilder Description

This package contains ParamBuilder implementations. ParamBuilders are used to add arbitrary parameters to a parameter map. ParamBuilders usually execute in a chain, where each ParamBuilder can access parameters added by other ParamBuilders earlier in the chain. The output of the chain of ParamBuilders can be used by the caller, usually a Service implementation.

The following ParamBuilder implementations are currently available: Apart from the concrete ParamBuilder implementations, this package contains some other classes and interfaces:

Copyright © 2013. All rights reserved.