info.magnolia.module.exchangesimple
Class Transporter

java.lang.Object
  extended by info.magnolia.module.exchangesimple.Transporter

public class Transporter
extends Object

Class responsible for transport of activated content.

Author:
Sameer Charles $Id: Transporter.java 41137 2011-01-06 18:19:25Z gjoseph $

Constructor Summary
Transporter()
           
 
Method Summary
static void transport(HttpURLConnection connection, ActivationContent activationContent)
          Initiates multipart http post to transport content to the subscriber.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Transporter

public Transporter()
Method Detail

transport

public static void transport(HttpURLConnection connection,
                             ActivationContent activationContent)
                      throws ExchangeException
Initiates multipart http post to transport content to the subscriber.

Parameters:
connection -
activationContent -
Throws:
ExchangeException


Copyright © 2003-2011 Magnolia International Ltd.. All Rights Reserved.