Package com.nt.udc.ei.node.soap
Class SoapResponseParser
java.lang.Object
com.nt.udc.ei.node.soap.SoapResponseParser
- All Implemented Interfaces:
SoapResponseParserIfc
Network Mediation
User: jwu
Date: Feb 8, 2005
Time: 12:06:44 PM
MetaSolv Software Inc.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected int
protected String
static final int
protected SoapMessageHandler
protected LoggerIfc
static final int
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
checkResponse
(javax.xml.soap.SOAPMessage response) abstract ArrayList
parseResponse
(javax.xml.soap.SOAPMessage response) protected void
soapFaultDetails
(javax.xml.soap.SOAPFault fault)
-
Field Details
-
logger
-
errorId
-
handler
-
debugLevel
protected int debugLevel -
FAULT
public static final int FAULT- See Also:
-
NO_FAULT
public static final int NO_FAULT- See Also:
-
-
Constructor Details
-
SoapResponseParser
-
-
Method Details
-
checkResponse
public int checkResponse(javax.xml.soap.SOAPMessage response) throws javax.xml.soap.SOAPException, Exception - Specified by:
checkResponse
in interfaceSoapResponseParserIfc
- Throws:
javax.xml.soap.SOAPException
Exception
-
soapFaultDetails
protected void soapFaultDetails(javax.xml.soap.SOAPFault fault) -
parseResponse
public abstract ArrayList parseResponse(javax.xml.soap.SOAPMessage response) throws javax.xml.soap.SOAPException, Exception - Specified by:
parseResponse
in interfaceSoapResponseParserIfc
- Throws:
javax.xml.soap.SOAPException
Exception
-