Package org.marketcetera.util.ws.tags
Tags used to identify aspects of web services, and filters for those tags.
See also the documentation of org.marketcetera.util.ws.stateful
- Since:
- 1.0.0
- Version:
- $Id: package-info.java 16154 2012-07-14 16:34:05Z colin $
- Author:
- tlerios@marketcetera.com, anshul@marketcetera.com
-
Interface Summary Interface Description Messages The internationalization constants used by this package.TagFilter A tag filter. -
Class Summary Class Description AppId An application ID.EqualsTagFilter A tag filter that accepts any tag that is equal to a specific target tag (which may be the null tag).NodeId A node ID.NonNullTagFilter A tag filter that accepts any non-null tag.PassThruTagFilter A tag filter that accepts all tags.SessionId A session ID.Tag A generic ID tag.ValidSessionTagFilter<T> A session ID filter that accepts any ID which maps to an active session.VersionId A version ID. -
Exception Summary Exception Description SessionExpiredException Indicates that a session has expired.SessionRequiredException Indicates that a session is required.