org.projectodd.stilts.stomplet.cdi.container
Class WeldStompletContainer
java.lang.Object
org.projectodd.stilts.stomplet.container.SimpleStompletContainer
org.projectodd.stilts.stomplet.cdi.container.WeldStompletContainer
- All Implemented Interfaces:
- StompletContainer, MessageRouter
public class WeldStompletContainer
- extends SimpleStompletContainer
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WeldStompletContainer
public WeldStompletContainer(ClassLoader classLoader,
javax.enterprise.inject.spi.BeanManager beanManager)
addStomplet
public void addStomplet(String pattern,
String className)
throws StompException
- Throws:
StompException
addStomplet
public void addStomplet(String pattern,
String className,
Map<String,String> properties)
throws StompException
- Throws:
StompException
newStomplet
protected Stomplet newStomplet(String className)
throws ClassNotFoundException,
NoSuchStompletException
- Throws:
ClassNotFoundException
NoSuchStompletException
Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.