public final class ServiceEndpoint extends AbstractDataTransferObject implements ServiceEndpointContract
ServiceEndpointContract interface.
Represents a service endpoint that has been published to the service registry.
Includes both a ServiceInfo and ServiceDescriptor which
compose the two different pieces of information about a service endpoint.| Modifier and Type | Class and Description |
|---|---|
static class |
ServiceEndpoint.Builder
A builder which can be used to construct
ServiceEndpoint instances. |
| Modifier and Type | Method and Description |
|---|---|
ServiceDescriptor |
getDescriptor()
Returns the service descriptor for this endpoint.
|
ServiceInfo |
getInfo()
Returns the service information for this endpoint.
|
afterUnmarshal, beforeUnmarshal, equals, equalsExcludeFields, getDefaultHashCodeEqualsExcludeFields, hashCode, hashCodeExcludeFields, toStringpublic ServiceInfo getInfo()
ServiceEndpointContractgetInfo in interface ServiceEndpointContractpublic ServiceDescriptor getDescriptor()
ServiceEndpointContractgetDescriptor in interface ServiceEndpointContractCopyright © 2005–2016 The Kuali Foundation. All rights reserved.