*
* @param destination The <code>Destination</code> that manages this <code>HTTPProxyAdapter</code>.
*/
protected void setupAdapterControl(Destination destination)
{
controller = new HTTPProxyAdapterControl(this, destination.getControl());
controller.register();
setControl(controller);
}