public interface SOAPTraceable
SOAPClient
empfangen möchten. Dazu müssen die statischen Methoden
setDebug
und setTraceable
gesetzt werden.Modifier and Type | Method and Description |
---|---|
void |
traceSOAPError(javax.net.ssl.HttpsURLConnection connection,
java.lang.String methodName,
org.w3c.dom.Document responseDocument,
java.lang.Exception e)
Wird aufgerufen, sobald eine SOAP-Fault Nachricht oder eine andere
Exception bei der Kommunikation auftritt.
|
void |
traceSOAPReceived(javax.net.ssl.HttpsURLConnection connection,
java.lang.String methodName,
org.w3c.dom.Document responseDocument)
Wird aufgerufen, sobald eine SOAP-Nachricht empfangen wurde.
|
void |
traceSOAPSent(javax.net.ssl.HttpsURLConnection connection,
java.lang.String methodName,
org.w3c.dom.Document requestDocument)
Wird aufgerufen, sobald eine SOAP-Nachricht gesendet wurde.
|
void traceSOAPSent(javax.net.ssl.HttpsURLConnection connection, java.lang.String methodName, org.w3c.dom.Document requestDocument)
connection
- HTTPS-Verbindung auf der gesendet wurdemethodName
- Name der MethoderequestDocument
- Gesendetes SOAP-Dokumentvoid traceSOAPReceived(javax.net.ssl.HttpsURLConnection connection, java.lang.String methodName, org.w3c.dom.Document responseDocument)
connection
- HTTPS-Verbindung auf der empfangen wurdemethodName
- Name der MethoderesponseDocument
- Empfangenes SOAP-Dokumentvoid traceSOAPError(javax.net.ssl.HttpsURLConnection connection, java.lang.String methodName, org.w3c.dom.Document responseDocument, java.lang.Exception e)
connection
- HTTPS-Verbindung auf der gesendet/empfangen wurdemethodName
- Name der MethoderesponseDocument
- SOAP-Dokumente
- Aufgetretene Exception