Class SOAPServiceExporter
java.lang.Object
org.kuali.rice.ksb.messaging.serviceexporters.AbstractWebServiceExporter
org.kuali.rice.ksb.messaging.serviceexporters.SOAPServiceExporter
- All Implemented Interfaces:
ServiceExporter
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
-
Constructor Summary
ConstructorsConstructorDescriptionSOAPServiceExporter(org.kuali.rice.ksb.api.bus.support.SoapServiceDefinition serviceDefinition, org.apache.cxf.Bus cxfBus) -
Method Summary
Modifier and TypeMethodDescriptionvoidpublishService(org.kuali.rice.ksb.api.bus.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, isServicePublishedMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.kuali.rice.ksb.messaging.serviceexporters.ServiceExporter
exportService
-
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:
publishServicein classAbstractWebServiceExporter- Parameters:
serviceImpl-- Throws:
Exception
-