|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SDataInfo
Interface for an SDATA information object associated with an SDATA resource or service operation.
| Method Summary | |
|---|---|
java.lang.String |
getConnectionID()
|
java.lang.String |
getDataSet(java.lang.String application)
Returns the dataset name that will be used in the SDATA URL (for example, "SAMINC"). |
java.lang.String |
getSchemaURL(ConnectionInfo conInfo)
Returns the SDATA URL (minus the http portion) that can be used for issuing SDATA schema requests. |
com.google.gwt.xml.client.Element |
getSDataInfoElement(com.google.gwt.xml.client.Document doc)
Returns an XML DOM element that represents the information stored in this object - and can be used to store the information declaratively. |
java.lang.String |
getSDataURL(ConnectionInfo conInfo)
Returns the SDATA URL (minus the http portion) that can be used for issuing SDATA requests. |
| Method Detail |
|---|
java.lang.String getSDataURL(ConnectionInfo conInfo)
java.lang.IllegalArgumentExceptionjava.lang.String getSchemaURL(ConnectionInfo conInfo)
java.lang.IllegalArgumentExceptionjava.lang.String getDataSet(java.lang.String application)
com.google.gwt.xml.client.Element getSDataInfoElement(com.google.gwt.xml.client.Document doc)
doc - An Document
Element if an element was
created; otherwise null (which means that there is no information
in this object to store in the XML).java.lang.String getConnectionID()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||