Class WSAddressingObjectsTestCase
- java.lang.Object
-
- org.opensaml.core.testing.OpenSAMLInitBaseTestCase
-
- org.opensaml.core.testing.XMLObjectBaseTestCase
-
- org.opensaml.soap.testing.WSBaseTestCase
-
- org.opensaml.soap.wsaddressing.impl.WSAddressingObjectsTestCase
-
public class WSAddressingObjectsTestCase extends WSBaseTestCase
WSAddressingObjectTestCase is the test case for the WS-Addressing objects.
-
-
Field Summary
Fields Modifier and Type Field Description org.slf4j.Loggerlog-
Fields inherited from class org.opensaml.core.testing.XMLObjectBaseTestCase
builderFactory, marshallerFactory, parserPool, simpleXMLObjectQName, unmarshallerFactory
-
-
Constructor Summary
Constructors Constructor Description WSAddressingObjectsTestCase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidtestAction()voidtestAddress()voidtestEndpointReference()voidtestFaultTo()voidtestFrom()voidtestMessageID()voidtestMetadata()voidtestProblemAction()voidtestProblemHeaderQName()voidtestProblemIRI()voidtestReferenceParameters()voidtestRelatesTo()voidtestReplyTo()voidtestRetryAfter()voidtestSoapAction()voidtestTo()-
Methods inherited from class org.opensaml.soap.testing.WSBaseTestCase
marshallAndUnmarshall
-
Methods inherited from class org.opensaml.core.testing.XMLObjectBaseTestCase
assertXMLEquals, assertXMLEquals, buildXMLObject, getBuilder, getMarshaller, getMarshaller, getUnmarshaller, getUnmarshaller, getUnmarshaller, initXMLObjectSupport, parseXMLDocument, printXML, printXML, unmarshallElement, unmarshallElement
-
Methods inherited from class org.opensaml.core.testing.OpenSAMLInitBaseTestCase
initOpenSAML
-
-
-
-
Method Detail
-
testFaultTo
public void testFaultTo()
-
testFrom
public void testFrom()
-
testMessageID
public void testMessageID()
-
testProblemAction
public void testProblemAction()
-
testProblemHeaderQName
public void testProblemHeaderQName()
-
testProblemIRI
public void testProblemIRI()
-
testRelatesTo
public void testRelatesTo()
-
testReplyTo
public void testReplyTo()
-
testRetryAfter
public void testRetryAfter()
-
testSoapAction
public void testSoapAction()
-
testTo
public void testTo()
-
-