|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.marketcetera.util.ws.tags.NonNullTagFilter
public class NonNullTagFilter
A tag filter that accepts any non-null tag.
| Constructor Summary | |
|---|---|
NonNullTagFilter(I18NBoundMessage message)
Creates a new filter with the given mismatch message. |
|
| Method Summary | |
|---|---|
void |
assertMatch(Tag tag)
Asserts that the given tag is acceptable to the receiver. |
I18NBoundMessage |
getMessage()
Returns the message for the exception thrown when the receiver filter rejects a tag. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public NonNullTagFilter(I18NBoundMessage message)
message - The message for the exception thrown when the
filter rejects a tag.| Method Detail |
|---|
public I18NBoundMessage getMessage()
public void assertMatch(Tag tag)
throws I18NException
TagFilter
assertMatch in interface TagFilterI18NException - Thrown if the tag is not acceptable.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||