asit.moa.client.deliver
Interface DeliveryClient

All Superinterfaces:
Client
All Known Subinterfaces:
MOAZSClient
All Known Implementing Classes:
MailDeliveryClient, MOAZSClientImpl, RobotDeliveryClient

public interface DeliveryClient
extends Client

...

Author:
Arne Tauber

Method Summary
 void addPayLoadBinaryDocument(InputStream binDoc, String fileName, String mimeType)
           
 void deliver()
           
 void setReceiver(Adressat data)
           
 
Methods inherited from interface asit.moa.client.Client
getRequest, sendRequest, sendRequest, setClientAuthStore, setDefaultAddress, setHostNameVerifierEnabled, setSSLSocketFactory, setSSLTrustStore
 

Method Detail

setReceiver

public void setReceiver(Adressat data)

addPayLoadBinaryDocument

public void addPayLoadBinaryDocument(InputStream binDoc,
                                     String fileName,
                                     String mimeType)
                              throws IOException
Throws:
IOException

deliver

public void deliver()
             throws DeliveryException
Throws:
DeliveryException


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