org.kuali.rice.ksb.messaging.serviceexporters
Class ServiceExportManagerImpl.ExportedServiceHolder

java.lang.Object
  extended by org.kuali.rice.ksb.messaging.serviceexporters.ServiceExportManagerImpl.ExportedServiceHolder
Enclosing class:
ServiceExportManagerImpl

protected static class ServiceExportManagerImpl.ExportedServiceHolder
extends Object


Field Summary
private  Object exportedService
           
private  ServiceDefinition serviceDefinition
           
 
Constructor Summary
ServiceExportManagerImpl.ExportedServiceHolder(Object exportedService, ServiceDefinition serviceDefinition)
           
 
Method Summary
 Object getExportedService()
           
 ServiceDefinition getServiceDefinition()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

exportedService

private final Object exportedService

serviceDefinition

private final ServiceDefinition serviceDefinition
Constructor Detail

ServiceExportManagerImpl.ExportedServiceHolder

ServiceExportManagerImpl.ExportedServiceHolder(Object exportedService,
                                               ServiceDefinition serviceDefinition)
Method Detail

getExportedService

public Object getExportedService()

getServiceDefinition

public ServiceDefinition getServiceDefinition()


Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.