Uses of Class
org.apache.qpid.qmf.QMFPackage

Packages that use QMFPackage
org.apache.qpid.qmf   
org.apache.qpid.qmf.schema   
 

Uses of QMFPackage in org.apache.qpid.qmf
 

Methods in org.apache.qpid.qmf that return QMFPackage
 QMFPackage QMFClass.getPackage()
           
 QMFPackage QMFService.getPackage(String aPackage)
           
 

Methods in org.apache.qpid.qmf that return types with arguments of type QMFPackage
 Collection<QMFPackage> QMFService.getSupportedSchemas()
           
 

Methods in org.apache.qpid.qmf with parameters of type QMFPackage
 void QMFService.registerSchema(QMFPackage qmfPackage)
           
 void QMFClass.setPackage(QMFPackage aPackage)
           
 

Uses of QMFPackage in org.apache.qpid.qmf.schema
 

Subclasses of QMFPackage in org.apache.qpid.qmf.schema
 class BrokerSchema
           
 



Licensed to the Apache Software Foundation