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$

Field Summary
static String BOUNDARY
          Content boundary in the multipart request.
 
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
 

Field Detail

BOUNDARY

public static final String BOUNDARY
Content boundary in the multipart request.

See Also:
Constant Field Values
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-2014 Magnolia International Ltd.. All Rights Reserved.