org.apache.qpid.qmf.schema
Class BrokerSchema.SessionClass.SolicitAckMethodResponseCommandFactory

java.lang.Object
  extended by org.apache.qpid.qmf.schema.BrokerSchema.SessionClass.SolicitAckMethodResponseCommandFactory
Enclosing class:
BrokerSchema.SessionClass

public final class BrokerSchema.SessionClass.SolicitAckMethodResponseCommandFactory
extends Object


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

Method Detail

createResponseCommand

public BrokerSchema.SessionClass.SolicitAckMethodResponseCommand createResponseCommand(CompletionCode status)

createResponseCommand

public BrokerSchema.SessionClass.SolicitAckMethodResponseCommand createResponseCommand(CompletionCode status,
                                                                                       String msg)

createResponseCommand

public BrokerSchema.SessionClass.SolicitAckMethodResponseCommand createResponseCommand()


Licensed to the Apache Software Foundation