org.apache.activemq.transport.stomp
Class StompFrameError

java.lang.Object
  extended by org.apache.activemq.transport.stomp.StompFrame
      extended by org.apache.activemq.transport.stomp.StompFrameError
All Implemented Interfaces:
Command, DataStructure

public class StompFrameError
extends StompFrame

Command indicating that an invalid Stomp Frame was received.

Author:
chirino

Constructor Summary
StompFrameError(ProtocolException exception)
           
 
Method Summary
 ProtocolException getException()
           
 
Methods inherited from class org.apache.activemq.transport.stomp.StompFrame
getAction, getCommandId, getContent, getDataStructureType, getFrom, getHeaders, getTo, isBrokerInfo, isMarshallAware, isMessage, isMessageAck, isMessageDispatch, isMessageDispatchNotification, isResponse, isResponseRequired, isShutdownInfo, isWireFormatInfo, setAction, setCommandId, setContent, setFrom, setHeaders, setResponseRequired, setTo, toString, visit
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StompFrameError

public StompFrameError(ProtocolException exception)
Method Detail

getException

public ProtocolException getException()


Copyright © 2009 Apache Software Foundation. All Rights Reserved.