org.jboss.jms.client.container
Class JmsClientAspectXMLLoader

java.lang.Object
  extended byAspectXmlLoader
      extended byorg.jboss.jms.client.container.JmsClientAspectXMLLoader

public class JmsClientAspectXMLLoader
extends 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
See Also:
Serialized Form

Constructor Summary
JmsClientAspectXMLLoader()
           
 
Method Summary
 void deployXML(byte[] config)
           
 
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.