Uses of Class
org.apache.activemq.artemis.dto.BindingDTO
-
Packages that use BindingDTO Package Description org.apache.activemq.artemis.dto The JAXB POJOs for the XML configuration of ActiveMQ Artemis broker -
-
Uses of BindingDTO in org.apache.activemq.artemis.dto
Methods in org.apache.activemq.artemis.dto that return BindingDTO Modifier and Type Method Description BindingDTOWebServerDTO. getDefaultBinding()Methods in org.apache.activemq.artemis.dto that return types with arguments of type BindingDTO Modifier and Type Method Description List<BindingDTO>WebServerDTO. getBindings()Method parameters in org.apache.activemq.artemis.dto with type arguments of type BindingDTO Modifier and Type Method Description voidWebServerDTO. setBindings(List<BindingDTO> bindings)
-