org.apache.abdera.protocol
Interface Resolver<T>


public interface Resolver<T>

The Resolver interface is a utility class used to resolve objects based on a request. It is used internally by Abdera as the basis for Target and Subject resolvers.


Method Summary
 T resolve(Request request)
           
 

Method Detail

resolve

T resolve(Request request)


Copyright © 2006-2010 Apache Software Foundation. All Rights Reserved.