if (portName.equals(ns1_OpenInterfaceAddressIFPort_QNAME) &&
serviceDefInterface.equals(openInterfaceAddressIF_PortClass)) {
return getOpenInterfaceAddressIFPort();
}
} catch (Exception e) {
throw new ServiceExceptionImpl(new LocalizableExceptionAdapter(e));
}
return super.getPort(portName, serviceDefInterface);
}