org.marketcetera.util.ws.tags
Class PassThruTagFilter

java.lang.Object
  extended by org.marketcetera.util.ws.tags.PassThruTagFilter
All Implemented Interfaces:
TagFilter

public class PassThruTagFilter
extends Object
implements TagFilter

A tag filter that accepts all tags.

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

Constructor Summary
PassThruTagFilter()
           
 
Method Summary
 void assertMatch(Tag tag)
          Asserts that the given tag is acceptable to the receiver.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PassThruTagFilter

public PassThruTagFilter()
Method Detail

assertMatch

public void assertMatch(Tag tag)
Description copied from interface: TagFilter
Asserts that the given tag is acceptable to the receiver.

Specified by:
assertMatch in interface TagFilter


Copyright © 2012. All Rights Reserved.