Simple Deployment Registry implementation. The Registry is currently loaded
from a scaffolded registry data file. This will be improved later.
author: Sun Microsystems Inc.
findEndpointByInterface(String interfacename) Used to find a registered endpoint which matches the specified interface.
Parameters: interfacename - the interface to match against.
Used to find a registered endpoint which matches the specified interface.
Parameters: interfacename - the interface to match against. the appropriate endpoint bean, or no such endpoint exists.
Gets the inbound deployment for a given service URL.
Parameters: key - - service address. deployed endpoint. throws: JBIException - when the endpoint could not be deployed.
Removes the inbound deployment from the deployment registry.
Parameters: key - to be undeployed. throws: JBIException - when the deployment could not be undeployed.