com.moximedia.aims
Class AimsClientServices

java.lang.Object
  extended byjava.util.AbstractCollection
      extended byjava.util.AbstractList
          extended byjava.util.ArrayList
              extended bycom.moximedia.aims.AimsClientServices
All Implemented Interfaces:
java.lang.Cloneable, java.util.Collection, java.util.List, java.util.RandomAccess, java.io.Serializable

public class AimsClientServices
extends java.util.ArrayList
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.AbstractList
modCount
 
Constructor Summary
AimsClientServices()
          Creates new AimsServices
 
Method Summary
 void addService(AimsClientService service)
          Adds a service to the collection.
static AimsClientServices getClientServices(java.lang.String server)
          Gets the map services available on a map server.
static AimsClientServices getClientServices(java.lang.String server, java.lang.String servletPath)
          Gets the map services available on a map server.
 
Methods inherited from class java.util.ArrayList
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, get, indexOf, isEmpty, lastIndexOf, remove, removeRange, set, size, toArray, toArray, trimToSize
 
Methods inherited from class java.util.AbstractList
equals, hashCode, iterator, listIterator, listIterator, subList
 
Methods inherited from class java.util.AbstractCollection
containsAll, remove, removeAll, retainAll, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.List
containsAll, equals, hashCode, iterator, listIterator, listIterator, remove, removeAll, retainAll, subList
 

Constructor Detail

AimsClientServices

public AimsClientServices()
Creates new AimsServices

Method Detail

addService

public void addService(AimsClientService service)
Adds a service to the collection.

Parameters:
service - The AimsService to add to the collection.

getClientServices

public static AimsClientServices getClientServices(java.lang.String server)
Gets the map services available on a map server.

Parameters:
server - The name of the map server.
Returns:
The map services.

getClientServices

public static AimsClientServices getClientServices(java.lang.String server,
                                                   java.lang.String servletPath)
Gets the map services available on a map server.

Parameters:
server - The name of the map server.
servletPath - The servlet path for the server.
Returns:
The map services.