public class RFCMetaDataParser extends Object
Constructor and Description |
---|
RFCMetaDataParser() |
Modifier and Type | Method and Description |
---|---|
static String |
getBAPIRFCFucntionName(org.apache.axiom.om.OMElement rootElement)
Returns the BAPI/RFC function name
|
static void |
processMetaDataDocument(org.apache.axiom.om.OMElement document,
JCoFunction function)
Start processing of the document
|
public static void processMetaDataDocument(org.apache.axiom.om.OMElement document, JCoFunction function) throws org.apache.axis2.AxisFault
document
- the document nodefunction
- the RFC function to executeorg.apache.axis2.AxisFault
- throws in case of an errorpublic static String getBAPIRFCFucntionName(org.apache.axiom.om.OMElement rootElement) throws org.apache.axis2.AxisFault
rootElement
- root document elementorg.apache.axis2.AxisFault
- throws in case of an errorCopyright © 2019 WSO2. All rights reserved.