|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ProcessorContext
The operational context of a Processor. This defines
certain resources that are not part of the Processor,
but are needed in order to implement it, and may vary between
deployments.
| Method Summary | |
|---|---|
void |
addValidator(AcceptValidator theValidator)
Adds a new validator to the list of those returned by getValidators(). |
TransportLayer |
getLocallyDrivenTransportLayer()
|
List |
getMetadataFields()
Returns the list of fields that are to be included as metadata whenever a Message
is converted to a Transportable. |
TransportLayer |
getRemotelyDrivenTransportLayer()
|
ApplicationRouter |
getRouter()
|
SafeStorage |
getSafeStorage()
|
AcceptValidator[] |
getValidators()
|
| Method Detail |
|---|
ApplicationRouter getRouter()
ApplicationTransportLayer getRemotelyDrivenTransportLayer()
TransportLayer getLocallyDrivenTransportLayer()
AcceptValidator[] getValidators()
void addValidator(AcceptValidator theValidator)
getValidators().
theValidator - the validator to addSafeStorage getSafeStorage()
List getMetadataFields()
Message
is converted to a Transportable. Each field is a String Terser
path.
theMetadataFields - list of Terser paths of metadata fields
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||