Class ServiceEndpoint

java.lang.Object
org.kuali.rice.core.api.mo.AbstractDataTransferObject
org.kuali.rice.ksb.api.registry.ServiceEndpoint
All Implemented Interfaces:
Serializable, org.kuali.rice.core.api.mo.ModelObjectBasic, org.kuali.rice.core.api.mo.ModelObjectComplete, ServiceEndpointContract

public final class ServiceEndpoint extends org.kuali.rice.core.api.mo.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:
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static final class 
    A builder which can be used to construct ServiceEndpoint instances.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the service descriptor for this endpoint.
    Returns the service information for this endpoint.

    Methods inherited from class org.kuali.rice.core.api.mo.AbstractDataTransferObject

    afterUnmarshal, beforeUnmarshal, equals, equalsExcludeFields, getDefaultHashCodeEqualsExcludeFields, hashCode, hashCodeExcludeFields, toString

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait