org.jboss.jms.client.container
Class JmsClientAspectXMLLoader

java.lang.Object
  extended by org.jboss.aop.AspectXmlLoader
      extended by org.jboss.jms.client.container.JmsClientAspectXMLLoader
All Implemented Interfaces:
org.jboss.aop.XmlLoader

public class JmsClientAspectXMLLoader
extends org.jboss.aop.AspectXmlLoader

This class deploys the client side AOP config from a byte[] representation of the client aop config file. This allows the config to be kep on the server but the advising to be done on the client.

Version:
$Revision: 2545 $ $Id: JmsClientAspectXMLLoader.java 2545 2007-03-14 18:39:02Z clebert.suconic@jboss.com $
Author:
Tim Fox

Field Summary
 
Fields inherited from class org.jboss.aop.AspectXmlLoader
aspects, bindings, counter, defaultBaseName, factories, factory, manager
 
Constructor Summary
JmsClientAspectXMLLoader()
           
 
Method Summary
 void deployXML(byte[] config)
           
 
Methods inherited from class org.jboss.aop.AspectXmlLoader
deploy, deploy, deployAdvice, deployAnnotationIntroduction, deployAnnotationOverride, deployArrayBinding, deployArrayReplacement, deployAspect, deployBinding, deployCFlowStack, deployClassMetaData, deployDeclare, deployDomain, deployDynamicCFlow, deployInterceptor, deployInterceptorStack, deployIntroductionPointcut, deployMetaDataLoader, deployPluggablePointcut, deployPointcut, deployPrepare, deployTypedef, deployXML, deployXML, deployXML, deployXML, deployXML, getClassLoader, loadAnnotationIntroduction, loadDocument, loadURL, setClassLoader, setManager, undeploy, undeployAdvice, undeployAnnotationIntroduction, undeployAnnotationOverride, undeployArrayBinding, undeployArrayReplacement, undeployAspect, undeployBinding, undeployCFlowStack, undeployClassMetaData, undeployDeclare, undeployDomain, undeployDynamicCFlow, undeployInterceptor, undeployInterceptorStack, undeployIntroductionPointcut, undeployMetaDataLoader, undeployPluggablePointcut, undeployPointcut, undeployPrepare, undeployTypedef, undeployXML, undeployXML, undeployXML
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JmsClientAspectXMLLoader

public JmsClientAspectXMLLoader()
Method Detail

deployXML

public void deployXML(byte[] config)
               throws java.lang.Exception
Throws:
java.lang.Exception


Copyright © 2006 JBoss Inc. All Rights Reserved.