* see <a href="#param">common parameters</a>
*/
public static Dispatch<Message> createMessageDispatch(
QName portName, WSService owner, WSBinding binding,
Tube next, @Nullable WSEndpointReference epr) {
return new MessageDispatch(portName, (WSServiceDelegate)owner, next, (BindingImpl)binding, epr);
}