org.apache.falcon.resource.channel
Class HTTPChannel

java.lang.Object
  extended by org.apache.falcon.resource.channel.AbstractChannel
      extended by org.apache.falcon.resource.channel.HTTPChannel
All Implemented Interfaces:
Channel

public class HTTPChannel
extends AbstractChannel

A Channel implementation for HTTP.


Constructor Summary
HTTPChannel()
           
 
Method Summary
 void init(String colo, String serviceName)
           
<T> T
invoke(String methodName, Object... args)
           
 
Methods inherited from class org.apache.falcon.resource.channel.AbstractChannel
getMethod
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HTTPChannel

public HTTPChannel()
Method Detail

init

public void init(String colo,
                 String serviceName)
          throws FalconException
Throws:
FalconException

invoke

public <T> T invoke(String methodName,
                    Object... args)
         throws FalconException
Throws:
FalconException


Copyright © 2013-2014 Apache Software Foundation. All Rights Reserved.