org.apache.qpid.qmf.schema
Class BrokerSchema.BrokerClass.EchoMethodResponseCommandFactory

java.lang.Object
  extended by org.apache.qpid.qmf.schema.BrokerSchema.BrokerClass.EchoMethodResponseCommandFactory
Enclosing class:
BrokerSchema.BrokerClass

public final class BrokerSchema.BrokerClass.EchoMethodResponseCommandFactory
extends Object


Method Summary
 BrokerSchema.BrokerClass.EchoMethodResponseCommand createResponseCommand(CompletionCode status)
           
 BrokerSchema.BrokerClass.EchoMethodResponseCommand createResponseCommand(CompletionCode status, String msg)
           
 BrokerSchema.BrokerClass.EchoMethodResponseCommand createResponseCommand(Long sequence, String body)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

createResponseCommand

public BrokerSchema.BrokerClass.EchoMethodResponseCommand createResponseCommand(CompletionCode status)

createResponseCommand

public BrokerSchema.BrokerClass.EchoMethodResponseCommand createResponseCommand(CompletionCode status,
                                                                                String msg)

createResponseCommand

public BrokerSchema.BrokerClass.EchoMethodResponseCommand createResponseCommand(Long sequence,
                                                                                String body)


Licensed to the Apache Software Foundation