org.projectodd.stilts.stomplet.container
Class DefaultStompletContext
java.lang.Object
org.projectodd.stilts.stomplet.container.DefaultStompletContext
- All Implemented Interfaces:
- StompletContext
public class DefaultStompletContext
- extends Object
- implements StompletContext
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultStompletContext
public DefaultStompletContext(MessageRouter messageRouter)
getAttributeNames
public String[] getAttributeNames()
- Specified by:
getAttributeNames
in interface StompletContext
getAttribute
public Object getAttribute(String name)
- Specified by:
getAttribute
in interface StompletContext
getMessageRouter
public MessageRouter getMessageRouter()
- Specified by:
getMessageRouter
in interface StompletContext
Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.