ServerEndpoint se = getServerEndpoint();
GetDeliveryDispatcher dispatcher = new GetDeliveryDispatcher();
GetDeliveryContext lc = new GetDeliveryContext(dispatcher);
Endpoint e =
se.enumerateListenEndpoints(lc);
dispatcher.reject();
try {
OutboundRequestIterator ori =
e.newRequest(InvocationConstraints.EMPTY);
while (ori.hasNext()){
OutboundRequest or = ori.next();