|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opcfoundation.ua.application.EndpointDiscoveryService
public class EndpointDiscoveryService
Service handler that serves onGetEndpoints request.
| Constructor Summary | |
|---|---|
EndpointDiscoveryService(EndpointBindingCollection endpointBindings)
Constructor for EndpointDiscoveryService. |
|
| Method Summary | |
|---|---|
EndpointBindingCollection |
getEndpointCollection()
getEndpointCollection. |
void |
onGetEndpoints(EndpointServiceRequest<GetEndpointsRequest,GetEndpointsResponse> messageExchange)
onGetEndpoints. |
void |
setEndpointBindingCollection(EndpointBindingCollection endpointBindings)
setEndpointBindingCollection. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public EndpointDiscoveryService(EndpointBindingCollection endpointBindings)
Constructor for EndpointDiscoveryService.
endpointBindings - a EndpointBindingCollection object.| Method Detail |
|---|
public void setEndpointBindingCollection(EndpointBindingCollection endpointBindings)
setEndpointBindingCollection.
endpointBindings - a EndpointBindingCollection object.
public void onGetEndpoints(EndpointServiceRequest<GetEndpointsRequest,GetEndpointsResponse> messageExchange)
throws ServiceFaultException
onGetEndpoints.
messageExchange - a EndpointServiceRequest object.
ServiceFaultException - if any.public EndpointBindingCollection getEndpointCollection()
getEndpointCollection.
EndpointBindingCollection object.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||