Uses of Class
de.bea.domingo.http.DominoGetMethod

Packages that use DominoGetMethod
de.bea.domingo.http Http implementation of the contract in package de.bea.domingo
 

Uses of DominoGetMethod in de.bea.domingo.http
 

Methods in de.bea.domingo.http that return DominoGetMethod
 DominoGetMethod SessionHttp.createGetMethod(java.lang.String pathInfo)
          Factory method for GET methods.
 DominoGetMethod DominoHttpClient.createGetMethod(java.lang.String pathInfo)
          Creates and returns a new Http GET method.
(package private) static DominoGetMethod DominoGetMethod.getInstance(java.lang.String uri)
          Returns a new instance of this class.
 



Domingo Java-API