public void addWSConnection(String wsPortName,
String endPointLocation)
throws gov.cca.CCAException {
logger.finest("called with WS port: " + wsPortName);
// make a remote invocation on the server side
XCATComponentID remote =
(XCATComponentID) HandleResolver.resolveHandle(componentHandle,
XCATComponentID.class.getName());
remote.addWSConnection(wsPortName,
endPointLocation);
}