Package org.marketcetera.util.ws.tags
Interface TagFilter
-
- All Known Implementing Classes:
EqualsTagFilter,NonNullTagFilter,PassThruTagFilter,ValidSessionTagFilter
public interface TagFilterA tag filter.- Since:
- 1.0.0
- Version:
- $Id: TagFilter.java 16154 2012-07-14 16:34:05Z colin $
- Author:
- tlerios@marketcetera.com
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidassertMatch(Tag tag)Asserts that the given tag is acceptable to the receiver.
-
-
-
Method Detail
-
assertMatch
void assertMatch(Tag tag) throws I18NException
Asserts that the given tag is acceptable to the receiver.- Throws:
I18NException- Thrown if the tag is not acceptable.
-
-