Uses of Class
org.marketcetera.util.ws.stateless.ServiceInterface
-
Packages that use ServiceInterface 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 ServiceInterface in org.marketcetera.util.ws.stateful
Fields in org.marketcetera.util.ws.stateful declared as ServiceInterface Modifier and Type Field Description private ServiceInterfaceServer. mAuthServiceMethods in org.marketcetera.util.ws.stateful that return ServiceInterface Modifier and Type Method Description private ServiceInterfaceServer. getAuthService()Returns the receiver's authentication service interface. -
Uses of ServiceInterface in org.marketcetera.util.ws.stateless
Methods in org.marketcetera.util.ws.stateless that return ServiceInterface Modifier and Type Method Description <T extends StatelessServiceBase>
ServiceInterfaceStatelessServer. publish(T impl, Class<T> iface)Publishes the given service interface, supported by the given implementation, and returns a handle that can be used to stop the interface.
-