| 
DLESE Tools  v1.6.0  | 
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.dlese.dpc.ndr.apiproxy.InputXMLComponent
org.dlese.dpc.ndr.apiproxy.DataComponent
public class DataComponent
$Id $
| Field Summary | 
|---|
| Fields inherited from class org.dlese.dpc.ndr.apiproxy.InputXMLComponent | 
|---|
component, name | 
| Constructor Summary | |
|---|---|
DataComponent()
Constructor for the DataComponent object  | 
|
| Method Summary | |
|---|---|
 void | 
addDataStreamCmd(String format,
                 Element content)
Adds a DataStream command to the DataComponent with default action.  | 
 void | 
addDataStreamCmd(String format,
                 Element content,
                 String action)
Adds a DataStream command to the DataComponent with specified action.  | 
 void | 
setInfoStream(String format,
              Element info)
Inserts the provided info stream element into the datastream designated by "format".  | 
| Methods inherited from class org.dlese.dpc.ndr.apiproxy.InputXMLComponent | 
|---|
addCommand, addCommand, addCommand, asElement, getCommandParent, pp, prtln | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public DataComponent()
| Method Detail | 
|---|
public void addDataStreamCmd(String format,
                             Element content)
                      throws Exception
format - The feature to be added to the DataStreamCmd
      attributecontent - The feature to be added to the DataStreamCmd
      attribute
Exception - NOT YET DOCUMENTED
public void setInfoStream(String format,
                          Element info)
                   throws Exception
format - data stream in which to insert infoinfo - the info stream Element
Exception - if datastream does not exist for "format"
public void addDataStreamCmd(String format,
                             Element content,
                             String action)
                      throws Exception
format - datastream format (e.g., "nsdl_dc")content - the datastream contentaction - the command action (e.g., "add", "delete") or null
      (the default).
Exception - If datastream element is null.
  | 
DLESE Tools  v1.6.0  | 
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||