Пример #1
0
 /** Returns the single endpoint configured like sender. Null otherwise. */
 public PublishingEndPoint findSenderEndpointByAddress(String address) throws DotDataException {
   return publisherEndpointFactory.getSenderEndpointByAddress(address);
 }