|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ServiceDefinition | |
|---|---|
| org.kuali.rice.ksb.api.bus | |
| org.kuali.rice.ksb.api.bus.support | Copyright 2005-2012 The Kuali Foundation Licensed under the Educational Community License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. |
| org.kuali.rice.ksb.impl.bus | |
| org.kuali.rice.ksb.messaging | |
| org.kuali.rice.ksb.messaging.bam | |
| org.kuali.rice.ksb.messaging.bam.service | |
| org.kuali.rice.ksb.messaging.bam.service.impl | |
| org.kuali.rice.ksb.messaging.config | |
| org.kuali.rice.ksb.messaging.serviceexporters | |
| Uses of ServiceDefinition in org.kuali.rice.ksb.api.bus |
|---|
| Methods in org.kuali.rice.ksb.api.bus with parameters of type ServiceDefinition | |
|---|---|
ServiceConfiguration |
ServiceBus.publishService(ServiceDefinition serviceDefinition,
boolean synchronize)
Publish a service with the given ServiceDefinition to the service bus. |
| Method parameters in org.kuali.rice.ksb.api.bus with type arguments of type ServiceDefinition | |
|---|---|
List<ServiceConfiguration> |
ServiceBus.publishServices(List<ServiceDefinition> serviceDefinitions,
boolean synchronize)
Functions as per ServiceBus.publishService(ServiceDefinition, boolean) but allows for multiple
services to be published to the bus in a single operation. |
| Uses of ServiceDefinition in org.kuali.rice.ksb.api.bus.support |
|---|
| Classes in org.kuali.rice.ksb.api.bus.support that implement ServiceDefinition | |
|---|---|
class |
AbstractServiceDefinition
The definition of a service on the service bus. |
class |
JavaServiceDefinition
|
class |
RestServiceDefinition
Service definition for RESTful services. |
class |
SoapServiceDefinition
|
| Methods in org.kuali.rice.ksb.api.bus.support that return ServiceDefinition | |
|---|---|
ServiceDefinition |
ServiceBusExporter.getServiceDefinition()
|
| Methods in org.kuali.rice.ksb.api.bus.support with parameters of type ServiceDefinition | |
|---|---|
protected void |
AbstractServiceConfiguration.Builder.copyServiceDefinitionProperties(ServiceDefinition serviceDefinition)
|
void |
ServiceBusExporter.setServiceDefinition(ServiceDefinition serviceDefinition)
|
| Uses of ServiceDefinition in org.kuali.rice.ksb.impl.bus |
|---|
| Methods in org.kuali.rice.ksb.impl.bus that return ServiceDefinition | |
|---|---|
ServiceDefinition |
LocalService.getServiceDefinition()
|
| Methods in org.kuali.rice.ksb.impl.bus with parameters of type ServiceDefinition | |
|---|---|
ServiceConfiguration |
ServiceBusImpl.publishService(ServiceDefinition serviceDefinition,
boolean synchronize)
|
| Method parameters in org.kuali.rice.ksb.impl.bus with type arguments of type ServiceDefinition | |
|---|---|
List<ServiceConfiguration> |
ServiceBusImpl.publishServices(List<ServiceDefinition> serviceDefinitions,
boolean synchronize)
|
| Uses of ServiceDefinition in org.kuali.rice.ksb.messaging |
|---|
| Methods in org.kuali.rice.ksb.messaging that return ServiceDefinition | |
|---|---|
ServiceDefinition |
KSBHttpInvokerServiceExporter.getServiceDefinition()
|
| Methods in org.kuali.rice.ksb.messaging with parameters of type ServiceDefinition | |
|---|---|
void |
KSBHttpInvokerServiceExporter.setServiceDefinition(ServiceDefinition serviceDefinition)
|
| Uses of ServiceDefinition in org.kuali.rice.ksb.messaging.bam |
|---|
| Methods in org.kuali.rice.ksb.messaging.bam with parameters of type ServiceDefinition | |
|---|---|
static Object |
BAMServerProxy.wrap(Object target,
ServiceDefinition serviceDefinition)
|
| Uses of ServiceDefinition in org.kuali.rice.ksb.messaging.bam.service |
|---|
| Methods in org.kuali.rice.ksb.messaging.bam.service with parameters of type ServiceDefinition | |
|---|---|
BAMTargetEntry |
BAMService.recordServerInvocation(Object target,
ServiceDefinition serviceDefinition,
Method method,
Object[] params)
|
| Uses of ServiceDefinition in org.kuali.rice.ksb.messaging.bam.service.impl |
|---|
| Methods in org.kuali.rice.ksb.messaging.bam.service.impl with parameters of type ServiceDefinition | |
|---|---|
BAMTargetEntry |
BAMServiceImpl.recordServerInvocation(Object target,
ServiceDefinition serviceDefinition,
Method method,
Object[] params)
|
| Uses of ServiceDefinition in org.kuali.rice.ksb.messaging.config |
|---|
| Methods in org.kuali.rice.ksb.messaging.config that return types with arguments of type ServiceDefinition | |
|---|---|
List<ServiceDefinition> |
KSBConfigurer.getServices()
|
| Method parameters in org.kuali.rice.ksb.messaging.config with type arguments of type ServiceDefinition | |
|---|---|
void |
KSBConfigurer.setServices(List<ServiceDefinition> javaServices)
|
protected void |
KSBConfigurer.validateServices(List<ServiceDefinition> services)
|
| Uses of ServiceDefinition in org.kuali.rice.ksb.messaging.serviceexporters |
|---|
| Methods in org.kuali.rice.ksb.messaging.serviceexporters that return ServiceDefinition | |
|---|---|
ServiceDefinition |
ServiceExportManagerImpl.ExportedServiceHolder.getServiceDefinition()
|
protected ServiceDefinition |
AbstractWebServiceExporter.getServiceDefinition()
|
| Methods in org.kuali.rice.ksb.messaging.serviceexporters with parameters of type ServiceDefinition | |
|---|---|
Object |
HttpInvokerServiceExporter.exportService(ServiceDefinition serviceDefinition)
|
void |
ServiceExportManager.exportService(ServiceDefinition serviceDefinition)
|
void |
ServiceExportManagerImpl.exportService(ServiceDefinition serviceDefinition)
|
Object |
ServiceExporter.exportService(ServiceDefinition serviceDefinition)
|
Object |
AbstractWebServiceExporter.exportService(ServiceDefinition serviceDefinition)
|
protected String |
AbstractWebServiceExporter.getServiceAddress(ServiceDefinition serviceDefinition)
|
static ServiceExporter |
ServiceExporterFactory.getServiceExporter(ServiceDefinition serviceDefinition,
org.apache.cxf.Bus cxfBus,
org.apache.cxf.endpoint.ServerRegistry cxfServerRegistry)
|
void |
RESTServiceExporter.publishService(ServiceDefinition serviceDefinition,
Object serviceImpl,
String address)
This publishes the cxf service onto the cxf bus. |
protected abstract void |
AbstractWebServiceExporter.publishService(ServiceDefinition serviceDefinition,
Object serviceImpl,
String address)
|
void |
SOAPServiceExporter.publishService(ServiceDefinition serviceDefinition,
Object serviceImpl,
String address)
This publishes the cxf service onto the cxf bus. |
void |
ServiceExportManagerImpl.ServiceNameFinder.register(ServiceDefinition serviceDefinition)
adds a mapping from the service specific portion of the service URL to the service name. |
| Constructors in org.kuali.rice.ksb.messaging.serviceexporters with parameters of type ServiceDefinition | |
|---|---|
AbstractWebServiceExporter(ServiceDefinition serviceDefinition,
org.apache.cxf.Bus cxfBus,
org.apache.cxf.endpoint.ServerRegistry cxfServerRegistry)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||