Interface SoapResponseParserIfc

All Known Implementing Classes:
SoapResponseParser

public interface SoapResponseParserIfc
Network Mediation User: jwu Date: Feb 8, 2005 Time: 11:56:39 AM MetaSolv Software Inc.
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    checkResponse(javax.xml.soap.SOAPMessage response)
     
    parseResponse(javax.xml.soap.SOAPMessage response)
     
  • Method Details

    • checkResponse

      int checkResponse(javax.xml.soap.SOAPMessage response) throws javax.xml.soap.SOAPException, Exception
      Throws:
      javax.xml.soap.SOAPException
      Exception
    • parseResponse

      ArrayList parseResponse(javax.xml.soap.SOAPMessage response) throws javax.xml.soap.SOAPException, Exception
      Throws:
      javax.xml.soap.SOAPException
      Exception