public class LazyEndpoint extends Object implements Endpoint
Constructor and Description |
---|
LazyEndpoint(ServiceConfiguration serviceConfiguration) |
Modifier and Type | Method and Description |
---|---|
Object |
getService()
Returns a reference to the service that can be invoked through this
endpoint.
|
ServiceConfiguration |
getServiceConfiguration()
Returns the service configuration information for this endpoint.
|
public LazyEndpoint(ServiceConfiguration serviceConfiguration)
public ServiceConfiguration getServiceConfiguration()
Endpoint
getServiceConfiguration
in interface Endpoint
public Object getService()
Endpoint
It is the client's responsibility to ensure that they are casting the service to the correct interface(s) based on their knowledge of what interface the service should implement.
getService
in interface Endpoint
Copyright © 2005–2015 The Kuali Foundation. All rights reserved.