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: 543 $ $Id: JmsClientAspectXMLLoader.java 543 2005-12-27 22:00:46Z ovidiu $
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.