Uses of Class
org.deegree_impl.clients.gazetteer.GazetteerClientException

Packages that use GazetteerClientException
org.deegree_impl.clients.gazetteer.control   
 

Uses of GazetteerClientException in org.deegree_impl.clients.gazetteer.control
 

Methods in org.deegree_impl.clients.gazetteer.control that throw GazetteerClientException
protected  void TakeListener.validateRequest(RPCMethodCall mc)
          validates the request to be performed.
protected  java.lang.String TakeListener.createRequest(RPCMethodCall mc)
          creates a Gazetteer/WFS GetFeature request from the parameters contained in the passed RPCMethodeCall.
protected  Feature TakeListener.performRequest(RPCMethodCall mc, java.lang.String request)
          performs a GetFeature request against a WFS-G and returns the result encapsulated in GetTermResultSet
protected  void GetTermListListener.validateRequest(RPCMethodCall mc)
          validates the request to be performed.
protected  java.lang.String GetTermListListener.createRequest(RPCMethodCall mc)
          creates a Gazetteer/WFS GetFeature request from the parameters contained in the passed RPCMethodeCall.
protected  void GetRelatedTermsListener.validateRequest(RPCMethodCall mc)
          validates the request to be performed.
protected  java.lang.String GetRelatedTermsListener.createRequest(RPCMethodCall mc)
          creates a Gazetteer/WFS GetFeature request from the parameters contained in the passed RPCMethodeCall.
private  java.util.HashMap GetRelatedTermsListener.performRequest(java.lang.String request)
          performs a GetFeature request against a WFS-G and returns the result encapsulated in GetTermResultSet
private  GetTermsResultSet GetRelatedTermsListener.createResultSet(RPCMethodCall mc, java.util.HashMap map)
          creates the result object to send to the next page from the parameters contained in the passed RPCMethodeCall and the Document array.