*
* @see org.apache.avalon.framework.activity.Initializable#initialize()
*/
public void initialize() throws Exception {
LogManager.setLogManager(new WSRPLogManager(new WSRPLogger(this.getLogger())));
this.consumerEnvironment = new ConsumerEnvironmentImpl();
this.consumerEnvironment.init(this.service,
this);
consumerEnvironment.setConsumerAgent(consumerAgent);
}