org.apache.qpid.qmf.schema
Class BrokerSchema.LinkClass.BridgeMethodResponseCommandFactory

java.lang.Object
  extended by org.apache.qpid.qmf.schema.BrokerSchema.LinkClass.BridgeMethodResponseCommandFactory
Enclosing class:
BrokerSchema.LinkClass

public final class BrokerSchema.LinkClass.BridgeMethodResponseCommandFactory
extends Object


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

createResponseCommand

public BrokerSchema.LinkClass.BridgeMethodResponseCommand createResponseCommand(CompletionCode status,
                                                                                String msg)

createResponseCommand

public BrokerSchema.LinkClass.BridgeMethodResponseCommand createResponseCommand()


Licensed to the Apache Software Foundation