org.kuali.rice.ksb.messaging.serviceexporters
Class AbstractWebServiceExporter
java.lang.Object
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)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
serviceInfo
protected ServiceInfo serviceInfo
serviceLocator
protected KSBContextServiceLocator serviceLocator
AbstractWebServiceExporter
public AbstractWebServiceExporter(ServiceInfo serviceInfo,
KSBContextServiceLocator serviceLocator)
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.