public interface Filterable
| Modifier and Type | Method and Description |
|---|---|
<T> T |
getBodyAs(java.lang.Class<T> type)
This method is used by message filters which do content based routing (Like the XPath
based selectors).
|
java.lang.Object |
getLocalConnectionId()
Used by the NoLocal filter.
|
java.lang.Object |
getProperty(java.lang.String name)
Extracts the named message property
|
<T> T getBodyAs(java.lang.Class<T> type)
throws FilterException
T - type - FilterExceptionjava.lang.Object getProperty(java.lang.String name)
name - java.lang.Object getLocalConnectionId()
Copyright © 2005-2013 The Apache Software Foundation. All Rights Reserved.