Interface FederationReceiveFromResourcePolicy
- All Known Implementing Classes:
FederationReceiveFromAddressPolicy, FederationReceiveFromQueuePolicy
public interface FederationReceiveFromResourcePolicy
Interface that a Federation receive from (address or queue) policy should implement and provides some common APIs
that each should share.
-
Method Summary
Modifier and TypeMethodDescriptionReturns the name assigned to this federation policy.Returns the federation type this policy configuration defines.Returns aMapof properties that were used in the policy configuration.Returns theTransformerConfigurationthat was specified in the policy configuration.
-
Method Details
-
getPolicyType
FederationType getPolicyType()Returns the federation type this policy configuration defines.- Returns:
- the federation type this policy configuration defines
-
getPolicyName
String getPolicyName()Returns the name assigned to this federation policy.- Returns:
- the name assigned to this federation policy
-
getProperties
-
getTransformerConfiguration
TransformerConfiguration getTransformerConfiguration()Returns theTransformerConfigurationthat was specified in the policy configuration.- Returns:
- the
TransformerConfigurationthat was specified in the policy configuration
-