| Package | Description |
|---|---|
| org.marketcetera.util.ws.stateless |
Infrastructure for stateless communication between client and
server.
|
| org.marketcetera.util.ws.tags |
Tags used to identify aspects of web services, and filters for
those tags.
|
| Modifier and Type | Method and Description |
|---|---|
protected static void |
StatelessRemoteCall.assertFilterMatch(TagFilter filter,
Tag tag)
Asserts that the given filter matches the given tag.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AppId
An application ID.
|
class |
NodeId
A node ID.
|
class |
SessionId
A session ID.
|
class |
VersionId
A version ID.
|
| Modifier and Type | Method and Description |
|---|---|
Tag |
EqualsTagFilter.getTarget()
Returns the receiver's target tag.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ValidSessionTagFilter.assertMatch(Tag tag) |
void |
TagFilter.assertMatch(Tag tag)
Asserts that the given tag is acceptable to the receiver.
|
void |
PassThruTagFilter.assertMatch(Tag tag) |
void |
NonNullTagFilter.assertMatch(Tag tag) |
void |
EqualsTagFilter.assertMatch(Tag tag) |
| Constructor and Description |
|---|
EqualsTagFilter(Tag target,
I18NMessage2P message)
Creates a new filter with the given target tag and mismatch
message.
|
Copyright © 2015. All Rights Reserved.