Class HandlerChain


  • public class HandlerChain
    extends Object
    javaee_web_services_client_1_3.xsd

    Java class for handler-chainType complex type.

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

     <complexType name="handler-chainType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <choice minOccurs="0">
               <element name="service-name-pattern" type="{http://java.sun.com/xml/ns/javaee}qname-pattern"/>
               <element name="port-name-pattern" type="{http://java.sun.com/xml/ns/javaee}qname-pattern"/>
               <element name="protocol-bindings" type="{http://java.sun.com/xml/ns/javaee}protocol-bindingListType"/>
             </choice>
             <element name="handler" type="{http://java.sun.com/xml/ns/javaee}handlerType" maxOccurs="unbounded"/>
           </sequence>
           <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • serviceNamePattern

        protected QName serviceNamePattern
      • portNamePattern

        protected QName portNamePattern
      • protocolBindings

        protected List<String> protocolBindings
    • Constructor Detail

      • HandlerChain

        public HandlerChain()
    • Method Detail

      • getServiceNamePattern

        public QName getServiceNamePattern()
      • setServiceNamePattern

        public void setServiceNamePattern​(QName value)
      • getPortNamePattern

        public QName getPortNamePattern()
      • setPortNamePattern

        public void setPortNamePattern​(QName value)
      • getProtocolBindings

        public List<String> getProtocolBindings()
      • getId

        public String getId()
      • setId

        public void setId​(String value)