org.apache.openejb.jee
Class HandlerChain
java.lang.Object
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>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
serviceNamePattern
protected QName serviceNamePattern
portNamePattern
protected QName portNamePattern
protocolBindings
protected List<String> protocolBindings
handler
protected List<Handler> handler
id
protected String id
HandlerChain
public HandlerChain()
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-2013 The Apache Software Foundation. All Rights Reserved.