Uses of Interface
com.codemonster.surinam.export.core.ServiceClient

Packages that use ServiceClient
com.codemonster.surinam.export.lifecycle   
com.codemonster.surinam.export.service   
com.codemonster.surinam.mgmt.impl   
 

Uses of ServiceClient in com.codemonster.surinam.export.lifecycle
 

Classes in com.codemonster.surinam.export.lifecycle that implement ServiceClient
 class ServiceAdapter
          User: Samuel Provencher Date: Jun 6, 2006 Time: 8:24:01 PM

This Adapter class is here simply to provide a convenient implementation for those who might only want to implement a subset of the lifecycle methods and safely ignore the others (the default implementations are used).

Additionally, this adapter will provide some housekeeping code for managing the impl's availability state.

 

Uses of ServiceClient in com.codemonster.surinam.export.service
 

Classes in com.codemonster.surinam.export.service that implement ServiceClient
 class SimpleServiceWrapper
          For those of us who want to just wrap our POJOs extend this class and implement your service contract interface.
 

Uses of ServiceClient in com.codemonster.surinam.mgmt.impl
 

Classes in com.codemonster.surinam.mgmt.impl that implement ServiceClient
 class PlaceholderProviderImplementation
          All registered service contracts are required to have implementations.
 



Copyright © 2010. All Rights Reserved.