return this.receivePanel;
}
private BPELreplyPanel getReplyPanel() {
if (replyPanel == null) {
replyPanel = new BPELreplyPanel(this, this.transition);
replyPanel.setBorder(BorderFactory.createCompoundBorder(
BorderFactory.createTitledBorder(Messages
.getString("Transition.Properties.BPEL.Reply")),
BorderFactory.createEmptyBorder(5, 5, 0, 5)));