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, toString
public ServiceInfo getInfo()
ServiceEndpointContract
getInfo
in interface ServiceEndpointContract
public ServiceDescriptor getDescriptor()
ServiceEndpointContract
getDescriptor
in interface ServiceEndpointContract
Copyright © 2005-2015 The Kuali Foundation. All Rights Reserved.