Milyn-Smooks Version 0.4

org.milyn.container
Interface ContainerContext

All Superinterfaces:
BoundAttributeStore
All Known Implementing Classes:
ServletContainerContext

public interface ContainerContext
extends BoundAttributeStore

Smooks container context interface definition.

Author:
tfennelly

Method Summary
 CDRStore getCdrarStore()
          Get the CDRStore for from the container application context.
 ContainerResourceLocator getResourceLocator()
          Get the container resource locator for the context.
 
Methods inherited from interface org.milyn.container.BoundAttributeStore
getAttribute, removeAttribute, setAttribute
 

Method Detail

getResourceLocator

public ContainerResourceLocator getResourceLocator()
Get the container resource locator for the context.

Returns:
ContainerResourceLocator for the context.

getCdrarStore

public CDRStore getCdrarStore()
Get the CDRStore for from the container application context.

Returns:
CDRStore instance.

Milyn-Smooks Version 0.4