| |
|
| org.apache.axis2.jaxws.message.BlockTests
BlockTests | public class BlockTests extends TestCase (Code) | | BlockTests
Tests to create and validate blocks.
These are not client/server tests.
|
BlockTests | public BlockTests()(Code) | | |
testDOMSourceOutflow | public void testDOMSourceOutflow() throws Exception(Code) | | Create a Block representing a DOMSource instance and simulate an
outbound flow
throws: Exception - |
testJAXBInflow | public void testJAXBInflow() throws Exception(Code) | | Create a Block representing an JAXB and simulate a
normal Dispatch input flow
throws: Exception - |
testJAXBInflow2 | public void testJAXBInflow2() throws Exception(Code) | | Create a Block representing an JAXB and simulate a
normal Dispatch input flow
throws: Exception - |
testJAXBInflow3 | public void testJAXBInflow3() throws Exception(Code) | | Create a Block representing an JAXB and simulate a
normal Dispatch input flow
throws: Exception - |
testJAXBOutflow | public void testJAXBOutflow() throws Exception(Code) | | Create a Block representing an JAXB and simulate a
normal Dispatch flow
throws: Exception - |
testJAXBOutflow2 | public void testJAXBOutflow2() throws Exception(Code) | | Create a Block representing an JAXB and simulate a
slightly more complicated Dispatch flow
throws: Exception - |
testJAXBSourceInFlow1 | public void testJAXBSourceInFlow1() throws Exception(Code) | | |
testJAXBSourceOutflow | public void testJAXBSourceOutflow() throws Exception(Code) | | |
testOMInflow | public void testOMInflow() throws Exception(Code) | | Create a Block representing an XMLString and simulate a
Dispatch inflow
throws: Exception - |
testOMOutflow | public void testOMOutflow() throws Exception(Code) | | Create a Block representing an OM and simulate a
normal Dispatch flow
throws: Exception - |
testOMOutflow2 | public void testOMOutflow2() throws Exception(Code) | | Create a Block representing an OM and simulate a
different Dispatch flow
throws: Exception - |
testSAXSourceOutflow | public void testSAXSourceOutflow() throws Exception(Code) | | Create a Block representing a SAXSource instance and simulate an
outbound flow
throws: Exception - |
testStreamSourceInflow | public void testStreamSourceInflow() throws Exception(Code) | | Create a Block representing an XMLString and simulate a
normal Dispatch |
testStreamSourceInflow2 | public void testStreamSourceInflow2() throws Exception(Code) | | Create a Block representing an XMLString and simulate a
slightly more complicated Dispatch |
testStreamSourceInflow3 | public void testStreamSourceInflow3() throws Exception(Code) | | Create a Block representing an Source and simulate a
slightly more complicated Source inflow
throws: Exception - |
testStreamSourceOutflow | public void testStreamSourceOutflow() throws Exception(Code) | | Create a Block representing a Source and simulate a
normal Dispatch |
testStreamSourceOutflow2 | public void testStreamSourceOutflow2() throws Exception(Code) | | Create a Block representing a Source and
simulate a different Dispatch |
testStreamSourceOutflow3 | public void testStreamSourceOutflow3() throws Exception(Code) | | Create a Block representing a Source and
simulate a different Source parameter flow
throws: Exception - |
testStringInflow | public void testStringInflow() throws Exception(Code) | | Create a Block representing an XMLString and simulate a
normal Dispatch input flow
throws: Exception - |
testStringInflow2 | public void testStringInflow2() throws Exception(Code) | | Create a Block representing an XMLString and simulate a
slightly more complicated Dispatch inflow
throws: Exception - |
testStringInflow3 | public void testStringInflow3() throws Exception(Code) | | Create a Block representing an XMLString and simulate a
slightly more complicated String inflow
throws: Exception - |
testStringOutflow | public void testStringOutflow() throws Exception(Code) | | Create a Block representing an XMLString and simulate a
normal Dispatch flow
throws: Exception - |
testStringOutflow2 | public void testStringOutflow2() throws Exception(Code) | | Create a Block representing an XMLString and
simulate a different Dispatch flow
throws: Exception - |
testStringOutflow3 | public void testStringOutflow3() throws Exception(Code) | | Create a Block representing an XMLString and
simulate a different String parameter flow
throws: Exception - |
|
|
|