Interface ServicePayloadHandler


  • public interface ServicePayloadHandler
    This interface represents the functionality for generating service input payload and handling service output.
    • Method Detail

      • getInputPayload

        org.apache.axiom.om.OMElement getInputPayload​(WebServiceCallTask task)
      • handleServiceResult

        void handleServiceResult​(WebServiceCallTask task,
                                 org.apache.axiom.om.OMElement data)