MCPcopy Create free account
hub / github.com/andreikop/python-ws-discovery / _handle_resolve

Method _handle_resolve

wsdiscovery/publishing.py:28–32  ·  view source on GitHub ↗

handle NS_ACTION_RESOLVE

(self, env, addr)

Source from the content-addressed store, hash-verified

26 self._sendProbeMatch(services, env.getMessageId(), addr)
27
28 def _handle_resolve(self, env, addr):
29 "handle NS_ACTION_RESOLVE"
30 if env.getEPR() in self._localServices:
31 service = self._localServices[env.getEPR()]
32 self._sendResolveMatch(service, env.getMessageId(), addr)
33
34
35 def _networkAddressAdded(self, addr):

Callers

nothing calls this directly

Calls 3

_sendResolveMatchMethod · 0.80
getMessageIdMethod · 0.80
getEPRMethod · 0.45

Tested by

no test coverage detected