Package 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.xsdJava 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
Fields Modifier and Type Field Description protected List<Handler>handlerprotected Stringidprotected QNameportNamePatternprotected List<String>protocolBindingsprotected QNameserviceNamePattern
-
Constructor Summary
Constructors Constructor Description HandlerChain()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Handler>getHandler()StringgetId()QNamegetPortNamePattern()List<String>getProtocolBindings()QNamegetServiceNamePattern()voidsetId(String value)voidsetPortNamePattern(QName value)voidsetServiceNamePattern(QName value)
-
-
-
Method Detail
-
getServiceNamePattern
public QName getServiceNamePattern()
-
setServiceNamePattern
public void setServiceNamePattern(QName value)
-
getPortNamePattern
public QName getPortNamePattern()
-
setPortNamePattern
public void setPortNamePattern(QName value)
-
getId
public String getId()
-
setId
public void setId(String value)
-
-