ObjectName
for a service registered with the backing MessageBroker
.
@param value The service ObjectName
.
Service
cannot be null, it cannot have a null id, and it cannot have the same id or type of a Service
already registered with the MessageBroker
. Service
needs to be started if the MessageBroker
is already running.
@param service The service instance used to handle the messages
BeanContextServiceProvider
s call this method to register a particular service with this context. If the service has not previously been added, the BeanContextServices
associates the service with the BeanContextServiceProvider
and fires a BeanContextServiceAvailableEvent
to all currently registered BeanContextServicesListeners
. The method then returns true
, indicating that the addition of the service was successful. If the given service has already been added, this method simply returns false
.
@param serviceClass the service to add
@param serviceProvider the BeanContextServiceProvider
associated with the service
WSDLService
to the Map. If object is null it will not be added. If the WSDLService
name is null a WSDLProcessingException
will be thrown.(its required)
@param service
Service
object with the service to add.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|