Package org.apache.cocoon.portal.wsrp.consumer

Examples of org.apache.cocoon.portal.wsrp.consumer.ConsumerEnvironmentImpl


     *
     * @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);
    }
View Full Code Here


     *
     * @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);
    }
View Full Code Here

     *
     * @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);
    }
View Full Code Here

TOP

Related Classes of org.apache.cocoon.portal.wsrp.consumer.ConsumerEnvironmentImpl

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.