org.jboss.aop
Interface XmlLoader

All Known Implementing Classes:
AspectXmlLoader

public interface XmlLoader

comment

Author:
Bill Burke

Method Summary
 void deploy(URL url, AspectManager manager)
           
 void undeploy(URL url, AspectManager manager)
           
 

Method Detail

deploy

public void deploy(URL url,
                   AspectManager manager)
            throws Exception
Throws:
Exception

undeploy

public void undeploy(URL url,
                     AspectManager manager)
              throws Exception
Throws:
Exception


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.