| org.apache.axis2.jaxws.message.FaultTests
FaultTests | public class FaultTests extends TestCase (Code) | | MessageTests
Tests to create and validate Message processing
These are not client/server tests.
|
FaultTests | public FaultTests()(Code) | | |
testGetSOAP11XMLFaultAsBlock | public void testGetSOAP11XMLFaultAsBlock() throws Exception(Code) | | |
testGetSOAP11XMLFaultAsOM | public void testGetSOAP11XMLFaultAsOM() throws Exception(Code) | | |
testStringInflow1 | public void testStringInflow1() throws Exception(Code) | | This test effectively tests XMLFault construction from
org.apache.axiom.soap.SOAPFault soapfault, List detailBlks
which is a client-side operation. Also tests the "serialization" of the
XMLFault object into a Message object which is a server-side operation.
throws: Exception - |
testStringInflow3 | public void testStringInflow3() throws Exception(Code) | | This test effectively tests XMLFault construction from
org.apache.axiom.soap.SOAPFault soapfault, List detailBlks
which is a client-side operation. Also tests the "serialization" of the
XMLFault object into a Message object which is a server-side operation.
throws: Exception - |
|
|