asit.moa.client
Class ClientFactory

java.lang.Object
  extended byasit.moa.client.ClientFactory

public class ClientFactory
extends Object

Author:
atauber

Field Summary
protected static Hashtable deliveryHandlers_
           
 
Constructor Summary
protected ClientFactory()
           
 
Method Summary
static DeliveryClient getDeliveryClient(String type)
           
static MetaInfo getMetaInfo(String mimeType, String description)
           
static MOAIDClient getMOAIDClient()
           
static CreateSignatureClient getSignatureClient()
           
static SignReference getSignReference()
           
static SingleSignatureInfo getSingleSignatureInfo()
           
static StatusClient getStatusClient()
           
static VerifySignatureClient getVerifySignatureClient()
           
 void registerDeliveryHandler(DeliveryHandler handler)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

deliveryHandlers_

protected static Hashtable deliveryHandlers_
Constructor Detail

ClientFactory

protected ClientFactory()
Method Detail

registerDeliveryHandler

public void registerDeliveryHandler(DeliveryHandler handler)

getSignatureClient

public static CreateSignatureClient getSignatureClient()
                                                throws ClientException
Throws:
ClientException

getStatusClient

public static StatusClient getStatusClient()
                                    throws ClientException
Throws:
ClientException

getMOAIDClient

public static MOAIDClient getMOAIDClient()
                                  throws ClientException
Throws:
ClientException

getVerifySignatureClient

public static VerifySignatureClient getVerifySignatureClient()
                                                      throws ClientException
Throws:
ClientException

getDeliveryClient

public static DeliveryClient getDeliveryClient(String type)
                                        throws ClientException
Throws:
ClientException

getSignReference

public static SignReference getSignReference()

getSingleSignatureInfo

public static SingleSignatureInfo getSingleSignatureInfo()

getMetaInfo

public static MetaInfo getMetaInfo(String mimeType,
                                   String description)


Copyright 2007 Institut fuer Angewandte Informationsverarbeitung und Kommunikationstechnologie. All Rights Reserved.