AeroGear Android Libary 1.0.0.M1

Uses of Interface
org.jboss.aerogear.android.pipeline.Pipe

Packages that use Pipe
org.jboss.aerogear.android   
org.jboss.aerogear.android.impl.pipeline   
org.jboss.aerogear.android.pipeline   
 

Uses of Pipe in org.jboss.aerogear.android
 

Methods in org.jboss.aerogear.android that return Pipe
 Pipe Pipeline.get(String name)
          Look up for a pipe object.
 Pipe Pipeline.pipe(Class klass)
           
 Pipe Pipeline.pipe(Class klass, PipeConfig config)
           
 Pipe Pipeline.remove(String name)
          Removes a pipe from the Pipeline object
 

Uses of Pipe in org.jboss.aerogear.android.impl.pipeline
 

Classes in org.jboss.aerogear.android.impl.pipeline that implement Pipe
 class RestAdapter<T>
          Rest implementation of Pipe.
 

Methods in org.jboss.aerogear.android.impl.pipeline that return Pipe
<T> Pipe<T>
DefaultPipeFactory.createPipe(Class<T> klass, PipeConfig config)
           
 

Uses of Pipe in org.jboss.aerogear.android.pipeline
 

Methods in org.jboss.aerogear.android.pipeline that return Pipe
<T> Pipe<T>
PipeFactory.createPipe(Class<T> klass, PipeConfig config)
           
 


AeroGear Android Libary 1.0.0.M1

Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.