|
SAP NetWeaver 7.30 SP01 Process Integration | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface BaseType
Interface representing the "root" type for all types defined in an WSDL document. It provides methods for accessing as well as rendering and parsing the instance data of classes that were derived from the "root" implemenation class, AbstractType.
Copyright (c) 2001 SAP AG
AbstractType| Method Summary | |
|---|---|
DataSet |
dataSet()
returns an interface enabling access to the instance data |
Descriptor |
descriptor()
returns an interface enabling access to the descriptor data |
void |
fromXml(InputStream xmlStream)
parses the XML from the given Input Stream and stores the extracted values in the data members of this BaseType instance. |
void |
fromXml(String xmlDocument)
parses the given XML document and stores the extracted values in the data members of this BaseType instance. |
GenerationInfo |
generationInfo()
returns a class instance containing generation information |
String |
toXml()
Deprecated. As of version 0.1, replaced by toXml(String tagName, String namespace) |
String |
toXml(String tagName)
Deprecated. As of version 0.1, replaced by toXml(String tagName, String namespace) |
String |
toXml(String tagName,
String namespace)
returns a String containing the XML rendition of this BaseType using the given tag name for the enclosing element tag and defining the given namespace. |
void |
toXml(String tagName,
String namespace,
OutputStream xmlStream)
writes the XML rendition of this BaseType to the given output stream, using the given tag name for the enclosing element tag and defining the given namespace. |
| Method Detail |
|---|
DataSet dataSet()
Descriptor descriptor()
GenerationInfo generationInfo()
void fromXml(String xmlDocument)
xmlDocument - XML document to parsevoid fromXml(InputStream xmlStream)
xmlStream - XML Input Stream to parseString toXml()
toXml(String tagName, String namespace)
String toXml(String tagName)
toXml(String tagName, String namespace)
String toXml(String tagName,
String namespace)
tagName - Name to be used as XML element tag; if null, no tag will be generated.namespace - Namespace of the element (may be null).
void toXml(String tagName,
String namespace,
OutputStream xmlStream)
throws IOException
tagName - Name to be used as XML element tag; if null, no tag will be generated.namespace - Namespace of the element (may be null)xmlStream - Output stream to which the XML rendition will be written
IOException - if an I/O error occurs| Access Rights |
|---|
| SC | DC | Public Part | ACH |
|---|---|---|---|
[sap.com] SAP_XIAF
|
[sap.com] com.sap.aii.proxy.svc.facade
|
api
|
BC-XI
|
|
SAP NetWeaver 7.30 SP01 Process Integration | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||