Uses of Class
org.filteredpush.client.exception.ServiceAccessException

Packages that use ServiceAccessException
org.filteredpush.client.jsf   
org.filteredpush.client.util   
 

Uses of ServiceAccessException in org.filteredpush.client.jsf
 

Methods in org.filteredpush.client.jsf that throw ServiceAccessException
 java.lang.String MessengerBean.getAnnotation(java.lang.String annotationURI)
          Get the full annotation in rdf/xml with the specific uri.
 java.util.List<FPAnnotationDigest> MessengerBean.getAnnotationReponses(java.lang.String uri)
          Get the annotation response for the specific annotation.
 java.util.List<FPAnnotationDigest> MessengerBean.getInterestedAnnotations(java.lang.String interestHandle)
          Get the annotation digests that pertains to the specific interest.
 java.util.List<FPAnnotationDigest> MessengerBean.getNewInterestedAnnotations(java.lang.String interestHandle, java.util.Date lastTime)
          Get the annotation digests that pertains to the specific interest and sent into the FPush network after the specific time stamp.
 java.lang.String MessengerBean.registerInterest(java.lang.String interest)
          Register the interest in FPush network.
 java.util.List<FPAnnotationDigest> MessengerBean.searchAnnotations(java.util.List<java.lang.String> interestHandles, java.util.Map<java.lang.String,java.lang.String> paramMap)
          Search annotations in the FPush network that pertaining the specified interests and also the search parameters.
 void MessengerBean.sendAnnotationResponse(FPAnnotation respondedAnnotation, FPUser respondant)
          Send the response annotation to FPush network.
 

Uses of ServiceAccessException in org.filteredpush.client.util
 

Methods in org.filteredpush.client.util that throw ServiceAccessException
static java.util.Map<java.lang.String,java.lang.String> GBIFChecklistService.getFillIn(java.util.Map<java.lang.String,java.lang.String> data)