Uses of Interface
org.marketcetera.util.ws.stateful.UsesPort
-
Packages that use UsesPort 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 UsesPort in org.marketcetera.util.ws.stateful
Classes in org.marketcetera.util.ws.stateful that implement UsesPort Modifier and Type Class Description classClientA client node for stateful communication.classJmxRemotePortUserIndicates the port in use for JMX Remote, if present.classPortUserProxyAllows a port that is implicitly used by the system to be identified.classServer<SessionClazz>A server node for stateful communication. -
Uses of UsesPort in org.marketcetera.util.ws.stateless
Classes in org.marketcetera.util.ws.stateless that implement UsesPort Modifier and Type Class Description classNodeA communication endpoint.classStatelessClientA client node for stateless communication.classStatelessServerA server node for stateless communication.
-