Uses of Class
org.marketcetera.util.ws.tags.Tag
-
Packages that use Tag 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. -
-
Uses of Tag in org.marketcetera.util.ws.stateless
Methods in org.marketcetera.util.ws.stateless with parameters of type Tag Modifier and Type Method Description protected static voidStatelessRemoteCall. assertFilterMatch(TagFilter filter, Tag tag)Asserts that the given filter matches the given tag. -
Uses of Tag in org.marketcetera.util.ws.tags
Subclasses of Tag in org.marketcetera.util.ws.tags Modifier and Type Class Description classAppIdAn application ID.classNodeIdA node ID.classSessionIdA session ID.classVersionIdA version ID.Fields in org.marketcetera.util.ws.tags declared as Tag Modifier and Type Field Description private TagEqualsTagFilter. mTargetMethods in org.marketcetera.util.ws.tags that return Tag Modifier and Type Method Description TagEqualsTagFilter. getTarget()Returns the receiver's target tag.Methods in org.marketcetera.util.ws.tags with parameters of type Tag Modifier and Type Method Description voidEqualsTagFilter. assertMatch(Tag tag)voidNonNullTagFilter. assertMatch(Tag tag)voidPassThruTagFilter. assertMatch(Tag tag)voidTagFilter. assertMatch(Tag tag)Asserts that the given tag is acceptable to the receiver.voidValidSessionTagFilter. assertMatch(Tag inTag)Constructors in org.marketcetera.util.ws.tags with parameters of type Tag Constructor Description EqualsTagFilter(Tag target, I18NMessage2P message)Creates a new filter with the given target tag and mismatch message.
-