}
public XmlElement getODEDeploymentDescriptor(URI dscUrl, String odeEprEndingWithPort) throws GraphException,
ComponentException {
if (this.odeDeploymentDiscriptor == null) {
this.odeDeploymentDiscriptor = new ODEDeploymentDescriptor().generate(this.getName(),
getOdeWorkflowWSDL(dscUrl, odeEprEndingWithPort), getOdeProcess(dscUrl, odeEprEndingWithPort),
getOdeServiceWSDLs(dscUrl, odeEprEndingWithPort));
}
return this.odeDeploymentDiscriptor;