Save This Page
Home » cocoon-2.1.11-src » org.apache » cocoon » callback » [javadoc | source]
org.apache.cocoon.callback
public interface: XMLEventDescriptor [javadoc | source]

All Known Implementing Classes:
    DefaultXMLEventDescriptor

The XMLEventDescriptor represents an event that can be encoded and run later. I needed an additional interface to represent this information because the XMLSource needs a way to identify what is an acceptible event type. TODO: Should this include a reference to the Environment? TODO: Should we use standard formats such as URNs?
Method from org.apache.cocoon.callback.XMLEventDescriptor Summary:
getName,   getParameters
Method from org.apache.cocoon.callback.XMLEventDescriptor Detail:
 public String getName()
 public Parameters getParameters()