| |
|
| org.apache.axis2.jaxws.dispatch.StringDispatch
StringDispatch | public class StringDispatch extends TestCase (Code) | | |
testAsyncCallbackMessageMode | public void testAsyncCallbackMessageMode() throws Exception(Code) | | Invoke a Dispatch using the async callback API in MESSAGE mode
|
testAsyncCallbackMessageMode_badHostName | public void testAsyncCallbackMessageMode_badHostName() throws Exception(Code) | | |
testAsyncCallbackPayloadMode | public void testAsyncCallbackPayloadMode() throws Exception(Code) | | Invoke a Dispatch using the async callback API in PAYLOAD mode
|
testAsyncPollingMessageMode | public void testAsyncPollingMessageMode() throws Exception(Code) | | Invoke a Dispatch using the async polling API in MESSAGE mode
|
testAsyncPollingPayloadMode | public void testAsyncPollingPayloadMode() throws Exception(Code) | | Invoke a Dispatch using the async polling API in PAYLOAD mode
|
testAsyncPollingPayloadMode_badHostName | public void testAsyncPollingPayloadMode_badHostName() throws Exception(Code) | | |
testOneWayMessageMode | public void testOneWayMessageMode() throws Exception(Code) | | Invoke a Dispatch one-way in MESSAGE mode
|
testOneWayPayloadMode | public void testOneWayPayloadMode() throws Exception(Code) | | Invoke a Dispatch one-way in PAYLOAD mode
|
testSyncPayloadMode | public void testSyncPayloadMode() throws Exception(Code) | | Invoke a sync Dispatch in PAYLOAD mode
|
testSyncPayloadMode_badHostName | public void testSyncPayloadMode_badHostName()(Code) | | |
testSyncPayloadMode_exception | public void testSyncPayloadMode_exception() throws Exception(Code) | | Invoke a sync Dispatch in PAYLOAD mode
Server response with exception. Section 4.3.2
says we should get a ProtocolException, not a
WebServiceException.
|
testSyncWithMessageMode | public void testSyncWithMessageMode() throws Exception(Code) | | Invoke a sync Dispatch in MESSAGE mode
|
|
|
|