Class SOAPServiceExporter

java.lang.Object
org.kuali.rice.ksb.messaging.serviceexporters.AbstractWebServiceExporter
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 Details

    • SOAPServiceExporter

      public SOAPServiceExporter(org.kuali.rice.ksb.api.bus.support.SoapServiceDefinition serviceDefinition, org.apache.cxf.Bus cxfBus)
  • Method Details

    • publishService

      public void publishService(org.kuali.rice.ksb.api.bus.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