|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Endpoint
An Endpoint
contains a reference to the ServiceConfiguration
for a service as well as a proxy to the service endpoint that can be invoked.
This service can be cast to the appropriate service interface in order to invoke the desired operations.
Method Summary | |
---|---|
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. |
Method Detail |
---|
ServiceConfiguration getServiceConfiguration()
Object getService()
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.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |