org.apache.openejb.jee
Class HandlerChain

java.lang.Object
  extended by org.apache.openejb.jee.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 Summary
protected  List<Handler> handler
           
protected  String id
           
protected  QName portNamePattern
           
protected  List<String> protocolBindings
           
protected  QName serviceNamePattern
           
 
Constructor Summary
HandlerChain()
           
 
Method Summary
 List<Handler> getHandler()
           
 String getId()
           
 QName getPortNamePattern()
           
 List<String> getProtocolBindings()
           
 QName getServiceNamePattern()
           
 void setId(String value)
           
 void setPortNamePattern(QName value)
           
 void setServiceNamePattern(QName value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

serviceNamePattern

protected QName serviceNamePattern

portNamePattern

protected QName portNamePattern

protocolBindings

protected List<String> protocolBindings

handler

protected List<Handler> handler

id

protected String id
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()

getHandler

public List<Handler> getHandler()

getId

public String getId()

setId

public void setId(String value)


Copyright © 1999-2012 The Apache Software Foundation. All Rights Reserved.