org.ikasan.framework.configuration
Interface ConfiguredResource<T>

All Known Subinterfaces:
DynamicConfiguredResource<T>
All Known Implementing Classes:
XsltTransformer

public interface ConfiguredResource<T>

Interface provisioning callbacks for setting configuration properties for a flow component as required for runtime.

Author:
Ikasan Development Team

Method Summary
 T getConfiguration()
          Set configuration.
 String getConfiguredResourceId()
          Get the id for this configured resource
 void setConfiguration(T configuration)
          Set configuration.
 void setConfiguredResourceId(String id)
          Set the id for this configured resource
 

Method Detail

getConfiguredResourceId

String getConfiguredResourceId()
Get the id for this configured resource

Returns:

setConfiguredResourceId

void setConfiguredResourceId(String id)
Set the id for this configured resource


getConfiguration

T getConfiguration()
Set configuration.


setConfiguration

void setConfiguration(T configuration)
Set configuration.



Copyright © 2007-2012 Ikasan. All Rights Reserved.