Package org.marketcetera.util.ws.tags
Class PassThruTagFilter
- java.lang.Object
-
- org.marketcetera.util.ws.tags.PassThruTagFilter
-
-
Constructor Summary
Constructors Constructor Description PassThruTagFilter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidassertMatch(Tag tag)Asserts that the given tag is acceptable to the receiver.
-
-
-
Method Detail
-
assertMatch
public void assertMatch(Tag tag)
Description copied from interface:TagFilterAsserts that the given tag is acceptable to the receiver.- Specified by:
assertMatchin interfaceTagFilter
-
-