public abstract class SoapResponseParser extends java.lang.Object implements SoapResponseParserIfc
| Modifier and Type | Field and Description |
|---|---|
protected int |
debugLevel |
protected java.lang.String |
errorId |
static int |
FAULT |
protected SoapMessageHandler |
handler |
protected LoggerIfc |
logger |
static int |
NO_FAULT |
| Constructor and Description |
|---|
SoapResponseParser(SoapMessageHandler handler) |
| Modifier and Type | Method and Description |
|---|---|
int |
checkResponse(javax.xml.soap.SOAPMessage response) |
abstract java.util.ArrayList |
parseResponse(javax.xml.soap.SOAPMessage response) |
protected void |
soapFaultDetails(javax.xml.soap.SOAPFault fault) |
protected LoggerIfc logger
protected java.lang.String errorId
protected SoapMessageHandler handler
protected int debugLevel
public static final int FAULT
public static final int NO_FAULT
public SoapResponseParser(SoapMessageHandler handler)
public int checkResponse(javax.xml.soap.SOAPMessage response)
throws javax.xml.soap.SOAPException,
java.lang.Exception
checkResponse in interface SoapResponseParserIfcjavax.xml.soap.SOAPExceptionjava.lang.Exceptionprotected void soapFaultDetails(javax.xml.soap.SOAPFault fault)
public abstract java.util.ArrayList parseResponse(javax.xml.soap.SOAPMessage response)
throws javax.xml.soap.SOAPException,
java.lang.Exception
parseResponse in interface SoapResponseParserIfcjavax.xml.soap.SOAPExceptionjava.lang.Exception