public interface SapJcoXmlParser
Modifier and Type | Method and Description |
---|---|
String |
getXmlSchema(String sapObjectName,
String encoding,
MetadataLevel metadata) |
void |
initialise(SapJcoClient sapClient) |
String |
sapObjectToXml(Object sapObject,
String encoding) |
SapObject |
xmlToSapObject(Collection<InputStream> streams,
SapType type,
String objectName,
String encoding) |
SapObject |
xmlToSapObject(InputStream stream,
SapType type,
String objectName,
String encoding) |
void initialise(SapJcoClient sapClient) throws Exception
Exception
String getXmlSchema(String sapObjectName, String encoding, MetadataLevel metadata) throws Exception
sapObjectName
- encoding
- metadata
- If the resulting XSD should declare BAPI metadata attributes. For DataSense is better to hide them so that DataMapper shows a clearer view.Exception
String sapObjectToXml(Object sapObject, String encoding) throws Exception
Exception
SapObject xmlToSapObject(Collection<InputStream> streams, SapType type, String objectName, String encoding) throws Exception
Exception
Copyright © 2016. All rights reserved.