Interface BapiReturnParser

All Known Implementing Classes:
AddAllToMetadata, AddBasicMetadata, AddFailureMetadata, AddFirstReturnToMetadata, FailOnError, ReturnParserImpl

public interface BapiReturnParser
Interface for handling the BAPIRETURN structure.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    handle(com.sap.conn.jco.JCoStructure returnStruct, AdaptrisMessage msg)
    Handle the return structure in some fashion.
    void
    handle(com.sap.conn.jco.JCoTable returnTable, AdaptrisMessage msg)
    Handle the return structure in some fashion.
  • Method Details

    • handle

      void handle(com.sap.conn.jco.JCoStructure returnStruct, AdaptrisMessage msg) throws ProduceException
      Handle the return structure in some fashion.
      Parameters:
      returnStruct - the JCoStructure containing the BAPIRETURN
      msg - the AdaptrisMessage.
      Throws:
      ProduceException - if it should be treated as a ProduceException
    • handle

      void handle(com.sap.conn.jco.JCoTable returnTable, AdaptrisMessage msg) throws ProduceException
      Handle the return structure in some fashion.
      Parameters:
      returnTable - the JCoTable containing the BAPIRETURN
      msg - the AdaptrisMessage.
      Throws:
      ProduceException - if it should be treated as a ProduceException