public class HttpClientResponseSOAP11DecoderTest
extends org.opensaml.core.xml.XMLObjectBaseTestCase
| Modifier and Type | Class and Description |
|---|---|
class |
HttpClientResponseSOAP11DecoderTest.TestEnvelopeBodyHandler |
class |
HttpClientResponseSOAP11DecoderTest.TestPayloadBodyHandler |
| Modifier and Type | Field and Description |
|---|---|
private org.opensaml.soap.client.soap11.decoder.http.impl.HttpClientResponseSOAP11Decoder<org.opensaml.core.xml.XMLObject> |
decoder |
| Constructor and Description |
|---|
HttpClientResponseSOAP11DecoderTest() |
| Modifier and Type | Method and Description |
|---|---|
private org.opensaml.soap.soap11.Envelope |
buildMessageSkeleton() |
private org.apache.http.HttpResponse |
buildResponse(int statusResponseCode,
org.opensaml.soap.soap11.Envelope envelope) |
void |
setUp() |
void |
testDecodeToEnvelope() |
void |
testDecodeToPayload() |
void |
testFault() |
assertXMLEquals, assertXMLEquals, buildXMLObject, fetchDuration, getBuilder, getMarshaller, getMarshaller, getUnmarshaller, getUnmarshaller, getUnmarshaller, initXMLObjectSupport, parseXMLDocument, printXML, printXML, unmarshallElementprivate org.opensaml.soap.client.soap11.decoder.http.impl.HttpClientResponseSOAP11Decoder<org.opensaml.core.xml.XMLObject> decoder
public void setUp()
public void testDecodeToPayload()
throws net.shibboleth.utilities.java.support.component.ComponentInitializationException,
org.opensaml.messaging.decoder.MessageDecodingException,
org.opensaml.core.xml.io.MarshallingException,
IOException
net.shibboleth.utilities.java.support.component.ComponentInitializationExceptionorg.opensaml.messaging.decoder.MessageDecodingExceptionorg.opensaml.core.xml.io.MarshallingExceptionIOExceptionpublic void testDecodeToEnvelope()
throws net.shibboleth.utilities.java.support.component.ComponentInitializationException,
org.opensaml.messaging.decoder.MessageDecodingException,
org.opensaml.core.xml.io.MarshallingException,
IOException
net.shibboleth.utilities.java.support.component.ComponentInitializationExceptionorg.opensaml.messaging.decoder.MessageDecodingExceptionorg.opensaml.core.xml.io.MarshallingExceptionIOExceptionpublic void testFault()
throws net.shibboleth.utilities.java.support.component.ComponentInitializationException,
org.opensaml.messaging.decoder.MessageDecodingException,
org.opensaml.core.xml.io.MarshallingException,
IOException
net.shibboleth.utilities.java.support.component.ComponentInitializationExceptionorg.opensaml.messaging.decoder.MessageDecodingExceptionorg.opensaml.core.xml.io.MarshallingExceptionIOExceptionprivate org.apache.http.HttpResponse buildResponse(int statusResponseCode,
org.opensaml.soap.soap11.Envelope envelope)
throws org.opensaml.core.xml.io.MarshallingException,
IOException
org.opensaml.core.xml.io.MarshallingExceptionIOExceptionprivate org.opensaml.soap.soap11.Envelope buildMessageSkeleton()
Copyright © 1999–2015. All rights reserved.