Uses of Class
org.marketcetera.util.ws.tags.AppId
-
Packages that use AppId Package Description org.marketcetera.util.ws.stateful Web services infrastructure.org.marketcetera.util.ws.stateless Infrastructure for stateless communication between client and server. -
-
Uses of AppId in org.marketcetera.util.ws.stateful
Constructors in org.marketcetera.util.ws.stateful with parameters of type AppId Constructor Description Client(String host, int port, AppId appId)Creates a new client node with the given server host name, port, and client application ID.Client(String inHost, int inPort, AppId inAppId, ContextClassProvider inContextClassProvider)Create a new Client instance.Client(AppId appId)Creates a new client node with the default server host name and port, and the given client application ID. -
Uses of AppId in org.marketcetera.util.ws.stateless
Fields in org.marketcetera.util.ws.stateless declared as AppId Modifier and Type Field Description private AppIdStatelessClient. mAppIdprivate AppIdStatelessClientContext. mAppIdMethods in org.marketcetera.util.ws.stateless that return AppId Modifier and Type Method Description AppIdStatelessClient. getAppId()Returns the receiver's application ID.AppIdStatelessClientContext. getAppId()Returns the receiver's application ID.Methods in org.marketcetera.util.ws.stateless with parameters of type AppId Modifier and Type Method Description voidStatelessClientContext. setAppId(AppId appId)Sets the receiver's application ID to the given one.Constructors in org.marketcetera.util.ws.stateless with parameters of type AppId Constructor Description StatelessClient(String host, int port, AppId appId)Creates a new client node with the given server host name, port, and client application ID.StatelessClient(String inHost, int inPort, AppId inAppId, ContextClassProvider inContextClasses)Create a new StatelessClient instance.StatelessClient(AppId appId)Creates a new client node with the default server host name and port, and the given client application ID.
-