Uses of Interface
org.apache.qpid.jms.meta.JmsResourceVistor
Packages that use JmsResourceVistor
Package
Description
The core AMQP JMS client implementation classes.
-
Uses of JmsResourceVistor in org.apache.qpid.jms
Methods in org.apache.qpid.jms with parameters of type JmsResourceVistor -
Uses of JmsResourceVistor in org.apache.qpid.jms.meta
Classes in org.apache.qpid.jms.meta that implement JmsResourceVistorModifier and TypeClassDescriptionclassDefault Visitor implementation that does nothing in each method to make custom implementations simpler by only needing to override the visitation cases they need to handle.Methods in org.apache.qpid.jms.meta with parameters of type JmsResourceVistorModifier and TypeMethodDescriptionvoidJmsConnectionInfo.visit(JmsResourceVistor vistor) voidJmsConsumerInfo.visit(JmsResourceVistor vistor) voidJmsProducerInfo.visit(JmsResourceVistor vistor) voidJmsResource.visit(JmsResourceVistor visitor) Allows a visitor object to walk the resources and process them.voidJmsSessionInfo.visit(JmsResourceVistor vistor) voidJmsTransactionInfo.visit(JmsResourceVistor visitor)