public abstract class AbstractTransportTest
extends junit.framework.TestCase
Constructor and Description |
---|
AbstractTransportTest() |
Modifier and Type | Method and Description |
---|---|
protected void |
assertEchoResponse(org.apache.axiom.om.OMElement element) |
protected void |
assertEchoResponse(String textValue,
org.apache.axiom.om.OMElement element) |
protected void |
assertSOAPEchoResponse(String textValue,
XMLStreamReader reader) |
protected void |
assertSOAPEchoResponse(XMLStreamReader reader) |
protected org.apache.axiom.om.OMElement |
createPayload() |
protected org.apache.axiom.om.OMElement |
createPayload(String textValue)
Create the payload for an echoOMElement request
|
protected abstract UtilsTransportServer |
createServer() |
protected ConfigurationContext |
getClientCfgCtx()
Get the default axis2 configuration context for a client
|
protected void |
setUp() |
protected void |
tearDown() |
countTestCases, createResult, getName, run, run, runBare, runTest, setName, toString
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail, failNotEquals, failNotSame, failSame, format
protected void setUp() throws Exception
setUp
in class junit.framework.TestCase
Exception
protected void tearDown() throws Exception
tearDown
in class junit.framework.TestCase
Exception
protected abstract UtilsTransportServer createServer() throws Exception
Exception
protected org.apache.axiom.om.OMElement createPayload(String textValue)
protected org.apache.axiom.om.OMElement createPayload()
protected void assertEchoResponse(String textValue, org.apache.axiom.om.OMElement element)
protected void assertEchoResponse(org.apache.axiom.om.OMElement element)
protected void assertSOAPEchoResponse(String textValue, XMLStreamReader reader)
protected void assertSOAPEchoResponse(XMLStreamReader reader)
protected ConfigurationContext getClientCfgCtx() throws Exception
Exception
Copyright © 2004-2015 The Apache Software Foundation. All Rights Reserved.