Uses of Interface
org.apache.axis2.transport.http.server.HttpService

Packages that use HttpService
org.apache.axis2.transport.http.server   
 

Uses of HttpService in org.apache.axis2.transport.http.server
 

Methods in org.apache.axis2.transport.http.server with parameters of type HttpService
 void SimpleHttpServer.setHttpService(HttpService service)
           
 

Constructors in org.apache.axis2.transport.http.server with parameters of type HttpService
HttpServiceHandler(HttpService service)