The handler-chains element defines the handlerchains associated with this service or service endpoint. |
QName | Type | Fixed | Default | Use | Inheritable | Annotation |
---|---|---|---|---|---|---|
id | xsd:ID | optional |
<xsd:complexType name="service-ref_handler-chainsType"> <xsd:annotation> <xsd:documentation>The handler-chains element defines the handlerchains associated with this service or service endpoint.</xsd:documentation> </xsd:annotation> <xsd:sequence> <xsd:element name="handler-chain" type="javaee:service-ref_handler-chainType" minOccurs="0" maxOccurs="unbounded"/> </xsd:sequence> <xsd:attribute name="id" type="xsd:ID"/> </xsd:complexType> |