|
SAP NetWeaver 7.30 (SP05) Composition Environment | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface XMLConverter
Casting on this interface provides possibility to convert JCA Records to/from XML
| Method Summary | |
|---|---|
void |
fromXML(String xmlDocument)
This method is not currently implemented and throws NotSupportedException. |
String |
toXML()
Returns the whole record in XML format. |
| Method Detail |
|---|
String toXML()
throws SQLException,
NotSupportedException
Note: Field names in SAP system may contain characters which are illegal in XML element names.
Legal elements names however can be assembled by using the following transformation rules:
(e.g. '&' is represented as '_--26').
The value part of an element may contain the following mappings:
SQLException - thrown if the record could not be converted to an XML document
NotSupportedException
void fromXML(String xmlDocument)
throws SQLException,
NotSupportedException
xmlDocument - the the xml document
SQLException - thrown if an error occurred
NotSupportedException - if not supported in this release
Note, it is currently not supported
If you use IDoc library with Java Resource Adapter then you can make XML conversion
over com.sap.conn.idoc.IDocXMLProcessor. See javadoc to this interface for details| Access Rights |
|---|
| SC | DC | Public Part | ACH |
|---|---|---|---|
[sap.com] ENGFACADE
|
[sap.com] tc/bl/jra/api
|
api
|
BC-JAS
|
|
SAP NetWeaver 7.30 (SP05) Composition Environment | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||