| Package | Description | 
|---|---|
| com.tangosol.coherence.rest.config | 
 Contains classes related to the Coherence REST configuration. 
 | 
| com.tangosol.coherence.rest.util.processor | 
 Contains classes related to REST-based entry processing. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected Collection<ProcessorConfig> | 
RestConfig.createProcessorMap(XmlElement xml)
Create a collection of ProcessorConfig objects from the given XML
 configuration. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
ProcessorRegistry.register(Collection<ProcessorConfig> colConfig)
Register a collection of processors. 
 | 
| Constructor and Description | 
|---|
ProcessorRegistry(Collection<ProcessorConfig> colConfig)
Construct an ProcessorRegistry that includes built-in processors in
 addition to the specified processors. 
 |