Uses of Class
org.filteredpush.rdf.binding.HandlerResource

Packages that use HandlerResource
org.filteredpush.rdf.binding   
org.filteredpush.rdf.processing   
 

Uses of HandlerResource in org.filteredpush.rdf.binding
 

Methods in org.filteredpush.rdf.binding that return HandlerResource
 HandlerResource ObjectFactory.createHandlerResource()
          Create an instance of HandlerResource
 

Methods in org.filteredpush.rdf.binding that return types with arguments of type HandlerResource
 java.util.List<HandlerResource> HandlerResources.getResource()
          Gets the value of the resource property.
 

Uses of HandlerResource in org.filteredpush.rdf.processing
 

Methods in org.filteredpush.rdf.processing with parameters of type HandlerResource
 void ModelDescriptorBuilder.getPropertyDescriptors(HandlerResource resource, ResourceDescriptor resourceDescriptor)
          Gets all the PropertyDescriptors for a given resource from the xml config and creates the appropriate object (bound, unbound, object).