| java.lang.Object samples.echo.TestClient
TestClient | abstract public class TestClient (Code) | | Test Client for the echo interop service. See the main entrypoint
for more details on usage.
author: Sam Ruby author: Modified to use WSDL2Java generated stubs and artifacts by author: Rich Scheuerle |
TestClient | public TestClient()(Code) | | |
TestClient | public TestClient(boolean testMode)(Code) | | Constructor which sets testMode
|
equals | protected boolean equals(Object obj1, Object obj2)(Code) | | Determine if two objects are equal. Handles nulls and recursively
verifies arrays are equal. Accepts dates within a tolerance of
999 milliseconds.
|
execute2A | public void execute2A() throws Exception(Code) | | Execute the 2A tests
|
execute2B | public void execute2B() throws Exception(Code) | | Execute the 2B tests
|
executeAll | public void executeAll() throws Exception(Code) | | Execute all tests.
|
executeAxisXSD | public void executeAxisXSD() throws Exception(Code) | | Test custom mapping of xsd types not standardized: xsd:token and
xsd:normalizedString.
|
main | public static void main(String args) throws Exception(Code) | | Main entry point. Tests a variety of echo methods and reports
on their results.
Arguments are of the form:
-h localhost -p 8080 -s /soap/servlet/rpcrouter
-h indicats the host
|
setURL | public void setURL(String url) throws AxisFault(Code) | | Set up the call object.
|
verify | abstract protected void verify(String method, Object sent, Object gotBack)(Code) | | Verify that the object sent was, indeed, the one you got back.
Subclasses are sent to override this with their own output.
|
|
|