public interface Service
Modifier and Type | Method and Description |
---|---|
ServiceDomain |
getDomain()
The domain in which this service is registered.
|
ServiceInterface |
getInterface()
Interface metadata for the registered service.
|
QName |
getName()
Qualified name of the service.
|
ExchangeHandler |
getProviderHandler()
Return the exchange handler representing the provider.
|
ServiceMetadata |
getServiceMetadata()
Return runtime metadata associated with this service.
|
void |
unregister()
Unregisters this service from the domain it's registered in.
|
QName getName()
ServiceInterface getInterface()
void unregister()
ServiceDomain getDomain()
ExchangeHandler getProviderHandler()
ServiceMetadata getServiceMetadata()
Copyright © 2013–2016 JBoss by Red Hat. All rights reserved.