Uses of Interface
org.resilientedge.jockey.servicebridge.SBServiceManager

Packages that use SBServiceManager
com.resilientedge.jockey.webservicebridge   
org.resilientedge.jockey.servicebridge   
 

Uses of SBServiceManager in com.resilientedge.jockey.webservicebridge
 

Classes in com.resilientedge.jockey.webservicebridge that implement SBServiceManager
 class ApacheWebServiceManager
          A Web service manager for apache for Web services.
 class WebServiceManager
          An implementation of SBAbstractServiceManager for Web services.
 

Uses of SBServiceManager in org.resilientedge.jockey.servicebridge
 

Classes in org.resilientedge.jockey.servicebridge that implement SBServiceManager
 class SBAbstractServiceManager
          Base implementation for bridges that provides fundamental service manager behaviour
 

Methods in org.resilientedge.jockey.servicebridge that return SBServiceManager
 SBServiceManager SBAbstractServiceInstance.getServiceManager()
          Get the value of serviceManager.
 SBServiceManager[] SBManagerFactory.getServiceManagers()
           
 

Methods in org.resilientedge.jockey.servicebridge with parameters of type SBServiceManager
 void SBAbstractServiceInstance.setServiceManager(SBServiceManager serviceManager)
          Set the value of serviceManager.
 void SBManagerFactory.addServiceManager(SBServiceManager manager)
           
 



Copyright © 2001 Resilient Edge, Inc. All Rights Reserved.