org.apache.ode.bpel.rtrep.v1
Class OXslSheet

java.lang.Object
  extended by org.apache.ode.bpel.rtrep.v1.OBase
      extended by org.apache.ode.bpel.rtrep.v1.OXslSheet
All Implemented Interfaces:
java.io.Serializable, ActivityModel

public class OXslSheet
extends OBase

Compiled representation of an XSL sheet.

See Also:
Serialized Form

Field Summary
 java.lang.String sheetBody
           
 java.net.URI uri
           
 
Fields inherited from class org.apache.ode.bpel.rtrep.v1.OBase
debugInfo
 
Constructor Summary
OXslSheet(OProcess owner)
           
 
Method Summary
 
Methods inherited from class org.apache.ode.bpel.rtrep.v1.OBase
equals, getExtensibilityElements, getId, getOwner, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

uri

public java.net.URI uri

sheetBody

public java.lang.String sheetBody
Constructor Detail

OXslSheet

public OXslSheet(OProcess owner)