Class DtoPolicyEntry.DispatchPolicy

java.lang.Object
org.apache.activemq.schema.core.DtoPolicyEntry.DispatchPolicy
All Implemented Interfaces:
org.jvnet.jaxb.lang.Equals, org.jvnet.jaxb.lang.HashCode, org.jvnet.jaxb.lang.ToString
Enclosing class:
DtoPolicyEntry

public static class DtoPolicyEntry.DispatchPolicy extends Object implements org.jvnet.jaxb.lang.Equals, org.jvnet.jaxb.lang.HashCode, org.jvnet.jaxb.lang.ToString

Classe Java pour anonymous complex type.

Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice minOccurs="0">
         <element ref="{http://activemq.apache.org/schema/core}clientIdFilterDispatchPolicy"/>
         <element ref="{http://activemq.apache.org/schema/core}priorityDispatchPolicy"/>
         <element ref="{http://activemq.apache.org/schema/core}priorityNetworkDispatchPolicy"/>
         <element ref="{http://activemq.apache.org/schema/core}roundRobinDispatchPolicy"/>
         <element ref="{http://activemq.apache.org/schema/core}simpleDispatchPolicy"/>
         <element ref="{http://activemq.apache.org/schema/core}strictOrderDispatchPolicy"/>
         <any namespace='##other'/>
       </choice>
     </restriction>
   </complexContent>
 </complexType>