blob: 1a25498cf02d8bae907712295e4769fb2f672b75 [file] [log] [blame]
package org.eclipse.bpel.runtimes;
public interface IBPELRuntimeDelegate {
public String getServerAddress();
public String getPort();
public String getDeployDir();
}