return new OReply(_context.getOProcess(), _context.getCurrent());
}
public void compile(OActivity output, Activity src) {
org.apache.ode.bpel.compiler.bom.ReplyActivity replyDef = (org.apache.ode.bpel.compiler.bom.ReplyActivity) src;
OReply oreply = (OReply) output;
oreply.isFaultReply = replyDef.getFaultName() != null;
oreply.partnerLink = _context.resolvePartnerLink(replyDef.getPartnerLink());
oreply.messageExchangeId = replyDef.getMessageExchangeId();
if (replyDef.getVariable() != null) {