public interface Filterable
Modifier and Type | Method and Description |
---|---|
<T> T |
getBodyAs(Class<T> type)
This method is used by message filters which do content based routing (Like the XPath
based selectors).
|
Object |
getLocalConnectionId()
Used by the NoLocal filter.
|
Object |
getProperty(String name)
Extracts the named message property
|
<T> T getBodyAs(Class<T> type) throws FilterException
T
- type
- FilterException
Object getProperty(String name)
name
- Object getLocalConnectionId()
Copyright © 2017 JBoss by Red Hat. All rights reserved.