org.marketcetera.util.ws.tags
Interface TagFilter

All Known Implementing Classes:
EqualsTagFilter, NonNullTagFilter, PassThruTagFilter, ValidSessionTagFilter

public interface TagFilter

A tag filter.

Since:
1.0.0
Version:
$Id: TagFilter.java 16154 2012-07-14 16:34:05Z colin $
Author:
tlerios@marketcetera.com

Method Summary
 void assertMatch(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.


Copyright © 2012. All Rights Reserved.