Uses of Class
org.marketcetera.util.ws.tags.Tag

Packages that use Tag
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
protected static void StatelessRemoteCall.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
 class AppId
          An application ID.
 class NodeId
          A node ID.
 class SessionId
          A session ID.
 class VersionId
          A version ID.
 

Methods in org.marketcetera.util.ws.tags that return Tag
 Tag EqualsTagFilter.getTarget()
          Returns the receiver's target tag.
 

Methods in org.marketcetera.util.ws.tags with parameters of type Tag
 void EqualsTagFilter.assertMatch(Tag tag)
           
 void TagFilter.assertMatch(Tag tag)
          Asserts that the given tag is acceptable to the receiver.
 void NonNullTagFilter.assertMatch(Tag tag)
           
 void PassThruTagFilter.assertMatch(Tag tag)
           
 void ValidSessionTagFilter.assertMatch(Tag tag)
           
 

Constructors in org.marketcetera.util.ws.tags with parameters of type Tag
EqualsTagFilter(Tag target, I18NMessage2P message)
          Creates a new filter with the given target tag and mismatch message.
 



Copyright © 2012. All Rights Reserved.