org.apache.ode.bpel.compiler.v2
Class BaseCompiler

java.lang.Object
  extended by org.apache.ode.bpel.compiler.v2.BaseCompiler
Direct Known Subclasses:
BpelCompiler11, BpelCompiler20, BpelCompiler20Draft

public abstract class BaseCompiler
extends java.lang.Object


Field Summary
protected  OProcess _oprocess
           
 
Constructor Summary
BaseCompiler()
           
 
Method Summary
protected abstract  java.lang.String getBpwsNamespace()
           
protected  java.lang.String getOdeNamespace()
           
protected  OConstants makeConstants()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_oprocess

protected OProcess _oprocess
Constructor Detail

BaseCompiler

public BaseCompiler()
Method Detail

makeConstants

protected OConstants makeConstants()

getBpwsNamespace

protected abstract java.lang.String getBpwsNamespace()

getOdeNamespace

protected java.lang.String getOdeNamespace()