This project has retired. For details please refer to its Attic page.
SampleClient

org.apache.archiva.web.xmlrpc.client
Class SampleClient

Package class diagram package SampleClient
java.lang.Object
  extended by org.apache.archiva.web.xmlrpc.client.SampleClient

public class SampleClient
extends java.lang.Object

TestClient Test client for Archiva Web Services. To execute: 1. set the in the exec-maven-plugin config in the pom.xml in the following order: - url - username - password 2. execute 'mvn exec:java' from the command-line


Constructor Summary
SampleClient()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SampleClient

public SampleClient()
Method Detail

main

public static void main(java.lang.String[] args)