Dispatch<StreamSource> streamDispatch = createDispatch(dtService, dt.getPort());
if (null == streamDispatch) {
LOG.log(Level.SEVERE,
"CREATEDISPATCH_FAILURE",
new Object[] {dt.getService(), portName });
throw new WebServiceException(new Message("CREATEDISPATCH_FAILURE",
LOG,
dt.getService(),
portName).toString());
}
dList.add(streamDispatch);