| org.apache.axis2.jaxws.sample.AddressBookTests
AddressBookTests | public class AddressBookTests extends TestCase (Code) | | This tests the AddressBook same service that exists under
org.apache.axis2.jaxws.sample.addressbook.*
|
testAddEntry | public void testAddEntry() throws Exception(Code) | | Test the "addEntry" operation. This sends a complex type and returns
a simple type.
|
testAddressBookWithDispatch | public void testAddressBookWithDispatch() throws Exception(Code) | | Test the endpoint by invoking it with a JAX-WS Dispatch.
|
testFindEntryByName | public void testFindEntryByName() throws Exception(Code) | | Test the "findEntryByName" operation. This sends a simple type and
returns a complex type.
|
|
|