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