org.apache.activemq.apollo.dto
Class StompDTO

java.lang.Object
  extended by org.apache.activemq.apollo.dto.ProtocolDTO
      extended by org.apache.activemq.apollo.dto.StompDTO

public class StompDTO
extends ProtocolDTO

Allow you to customize the stomp protocol implementation.

Author:
Hiram Chirino

Field Summary
 java.lang.String add_user_header
           
 java.util.List<AddUserHeaderDTO> add_user_headers
          A broker accepts connections via it's configured connectors.
 
Constructor Summary
StompDTO()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

add_user_header

public java.lang.String add_user_header

add_user_headers

public java.util.List<AddUserHeaderDTO> add_user_headers
A broker accepts connections via it's configured connectors.

Constructor Detail

StompDTO

public StompDTO()


Copyright © 2005-2011 The Apache Software Foundation. All Rights Reserved.