org.kuali.rice.ksb.messaging.serviceexporters
Class AbstractWebServiceExporter

java.lang.Object
  extended by org.kuali.rice.ksb.messaging.serviceexporters.AbstractWebServiceExporter
Direct Known Subclasses:
RESTServiceExporter, SOAPServiceExporter

public abstract class AbstractWebServiceExporter
extends Object

Abstract ServiceExporter for web services

Author:
Kuali Rice Team (rice.collab@kuali.org)

Field Summary
protected  ServiceInfo serviceInfo
           
protected  KSBContextServiceLocator serviceLocator
           
 
Constructor Summary
AbstractWebServiceExporter(ServiceInfo serviceInfo, KSBContextServiceLocator serviceLocator)
           
 
Method Summary
protected  org.apache.cxf.Bus getCXFBus()
           
protected  org.apache.cxf.endpoint.ServerRegistry getCXFServerRegistry()
           
protected  String getServiceAddress(ServiceDefinition serviceDef)
           
 ServerSideRemotedServiceHolder getServiceExporter(Object serviceImpl)
           
 ServiceInfo getServiceInfo()
           
protected  boolean isServicePublished(String serviceAddress)
          This determines if the service has already been published on the CXF bus.
abstract  void publishService(ServiceDefinition serviceDef, Object serviceImpl, String address)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

serviceInfo

protected ServiceInfo serviceInfo

serviceLocator

protected KSBContextServiceLocator serviceLocator
Constructor Detail

AbstractWebServiceExporter

public AbstractWebServiceExporter(ServiceInfo serviceInfo,
                                  KSBContextServiceLocator serviceLocator)
Method Detail

publishService

public abstract void publishService(ServiceDefinition serviceDef,
                                    Object serviceImpl,
                                    String address)
                             throws Exception
Throws:
Exception

getServiceExporter

public ServerSideRemotedServiceHolder getServiceExporter(Object serviceImpl)

getServiceAddress

protected String getServiceAddress(ServiceDefinition serviceDef)
Returns:
the address where the service is (or will be) published

isServicePublished

protected boolean isServicePublished(String serviceAddress)
This determines if the service has already been published on the CXF bus.

Returns:
true if cxf server exists for this service.

getServiceInfo

public ServiceInfo getServiceInfo()

getCXFBus

protected org.apache.cxf.Bus getCXFBus()

getCXFServerRegistry

protected org.apache.cxf.endpoint.ServerRegistry getCXFServerRegistry()


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