throw new NullPointerException("Null mexId");
if (BpelProcess.__log.isDebugEnabled()) {
__log.debug("Invoking message response for mexid " + mexid + " and channel " + responseChannelId);
}
_vpu.inject(new BpelJacobRunnable() {
private static final long serialVersionUID = -1095444335740879981L;
public void run() {
((BpelRuntimeContextImpl) getBpelRuntimeContext()).invocationResponse2(mexid, importChannel(
responseChannelId, InvokeResponseChannel.class));