net.officefloor.plugin.socket.server.http.server
Interface HttpServicerBuilder
- All Known Implementing Classes:
- MockHttpServer
public interface HttpServicerBuilder
Builder to construct the HTTP service Task.
- Author:
- Daniel Sagenschneider
buildServicer
HttpServicerTask buildServicer(String managedObjectName,
MockHttpServer server)
throws Exception
- Builds the
ServerHttpConnection servicer Task.
- Parameters:
managedObjectName - Name that the ManagedObject for the
ServerHttpConnection is registered under.server - MockHttpServer to construct the servicer Task
instances.
- Returns:
HttpServicerTask to link the ManagedObjectSource
to service the ServerHttpConnection.
- Throws:
Exception - If fails to build the servicer Task.
Copyright © 2005-2011. All Rights Reserved.