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

java.lang.Object
  extended by org.kuali.rice.ksb.messaging.serviceexporters.AbstractWebServiceExporter
      extended by org.kuali.rice.ksb.messaging.serviceexporters.SOAPServiceExporter
All Implemented Interfaces:
ServiceExporter

public class SOAPServiceExporter
extends AbstractWebServiceExporter
implements ServiceExporter

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

Constructor Summary
SOAPServiceExporter(SoapServiceDefinition serviceDefinition, org.apache.cxf.Bus cxfBus)
           
 
Method Summary
 void publishService(ServiceDefinition serviceDefinition, Object serviceImpl, String address)
          This publishes the cxf service onto the cxf bus.
 
Methods inherited from class org.kuali.rice.ksb.messaging.serviceexporters.AbstractWebServiceExporter
exportService, getCXFBus, getCXFServerRegistry, getServiceAddress, getServiceDefinition, isServicePublished
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.kuali.rice.ksb.messaging.serviceexporters.ServiceExporter
exportService
 

Constructor Detail

SOAPServiceExporter

public SOAPServiceExporter(SoapServiceDefinition serviceDefinition,
                           org.apache.cxf.Bus cxfBus)
Method Detail

publishService

public void publishService(ServiceDefinition serviceDefinition,
                           Object serviceImpl,
                           String address)
This publishes the cxf service onto the cxf bus.

Specified by:
publishService in class AbstractWebServiceExporter
Parameters:
serviceImpl -
Throws:
Exception


Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.