throws ServiceEngineException {
ServiceEngineEndpoint endpt = endpointRegistry.get(service, endpointName);
if(endpt != null) {
return createWSAdapter(endpt, me);
}
throw new ServiceEngineException("Endpoint " + endpointName + "not deployed in JBI");
}