org.kuali.rice.ksb.api.registry
Class ServiceEndpoint
java.lang.Object
org.kuali.rice.core.api.mo.AbstractDataTransferObject
org.kuali.rice.ksb.api.registry.ServiceEndpoint
- All Implemented Interfaces:
- Serializable, ModelObjectBasic, ModelObjectComplete, ServiceEndpointContract
public final class ServiceEndpoint
- extends AbstractDataTransferObject
- implements ServiceEndpointContract
Immutable implementation of the 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.
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
- See Also:
- Serialized Form
getInfo
public ServiceInfo getInfo()
- Description copied from interface:
ServiceEndpointContract
- Returns the service information for this endpoint.
- Specified by:
getInfo
in interface ServiceEndpointContract
- Returns:
- the service information for this endpoint, should never return null
getDescriptor
public ServiceDescriptor getDescriptor()
- Description copied from interface:
ServiceEndpointContract
- Returns the service descriptor for this endpoint.
- Specified by:
getDescriptor
in interface ServiceEndpointContract
- Returns:
- the service descriptor for this endpoint, should never return null
Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.