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

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

public final class BrokerSchema.SessionClass.DetachMethodResponseCommandFactory
extends Object


Method Summary
 BrokerSchema.SessionClass.DetachMethodResponseCommand createResponseCommand()
           
 BrokerSchema.SessionClass.DetachMethodResponseCommand createResponseCommand(CompletionCode status)
           
 BrokerSchema.SessionClass.DetachMethodResponseCommand 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.DetachMethodResponseCommand createResponseCommand(CompletionCode status)

createResponseCommand

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

createResponseCommand

public BrokerSchema.SessionClass.DetachMethodResponseCommand createResponseCommand()


Licensed to the Apache Software Foundation