Class DtoPolicyEntry.DispatchPolicy

  • All Implemented Interfaces:
    org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2
    Enclosing class:
    DtoPolicyEntry

    public static class DtoPolicyEntry.DispatchPolicy
    extends Object
    implements org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2

    Java class for anonymous complex type.

    The following schema fragment specifies the expected content contained within this class.

     <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>