Package | Description |
---|---|
org.switchyard | |
org.switchyard.metadata |
Modifier and Type | Method and Description |
---|---|
ServiceMetadata |
ServiceReference.getServiceMetadata()
Return runtime metadata associated with this service reference.
|
ServiceMetadata |
Service.getServiceMetadata()
Return runtime metadata associated with this service.
|
Modifier and Type | Method and Description |
---|---|
Service |
ServiceDomain.registerService(QName serviceName,
ServiceInterface contract,
ExchangeHandler handler,
ServiceMetadata metadata)
Register a service with the domain.
|
ServiceReference |
ServiceDomain.registerServiceReference(QName serviceName,
ServiceInterface contract,
ExchangeHandler handler,
ServiceMetadata metadata)
Register a service reference with the domain.
|
Modifier and Type | Method and Description |
---|---|
ServiceMetadata |
ServiceMetadataBuilder.build()
Returns a configured ServiceMetadata instance.
|
Modifier and Type | Method and Description |
---|---|
static ServiceMetadataBuilder |
ServiceMetadataBuilder.createFrom(ServiceMetadata metadata)
A copy operation which is compatible with the fluent builder API in case changes
are necessary.
|
static ServiceMetadataBuilder |
ServiceMetadataBuilder.update(ServiceMetadata metadata)
Used to update an existing instance of ServiceMetadata by chaining additional
calls after the call to update().
|
Copyright © 2013–2018 JBoss by Red Hat. All rights reserved.