| |||||||
| DETAILS: DOCUMENTATION | ELEMENTS | ATTRIBUTES | SOURCE | FRAMES | NO FRAMES | ||||||
{http://www.w3.org/2001/XMLSchema}anyType
|
+--{http://java.sun.com/xml/ns/j2ee}service-ref_handlerType (restriction)
Declares the handler for a port-component. Handlers can access the
init-param name/value pairs using the HandlerInfo interface. If
port-name is not specified, the handler is assumed to be associated
with all ports of the service.
Used in: service-ref
| Nested Element Summary | |
j2ee:fully-qualified-classType | handler-classDefines a fully qualified class name for the handler implementation. |
j2ee:string | handler-nameDefines the name of the handler. |
j2ee:param-valueType | init-param |
j2ee:string | port-nameThe port-name element defines the WSDL port-name that a handler should be associated with. |
j2ee:xsdQNameType | soap-headerDefines the QName of a SOAP header that will be processed by the handler. |
j2ee:string | soap-roleThe soap-role element contains a SOAP actor definition that the Handler will play as a role. |
| Attribute Summary | |
xsd:ID | id |
| Attribute Detail |
xsd:IDoptionalunqualified<xsd:complexType name="service-ref_handlerType"><xsd:sequence><xsd:group ref="j2ee:descriptionGroup"/><xsd:element name="handler-name" type="j2ee:string">
</xsd:element><xsd:element name="handler-class" type="j2ee:fully-qualified-classType">
</xsd:element><xsd:element maxOccurs="unbounded" minOccurs="0" name="init-param" type="j2ee:param-valueType"/><xsd:element maxOccurs="unbounded" minOccurs="0" name="soap-header" type="j2ee:xsdQNameType">
</xsd:element><xsd:element maxOccurs="unbounded" minOccurs="0" name="soap-role" type="j2ee:string">
</xsd:element><xsd:element maxOccurs="unbounded" minOccurs="0" name="port-name" type="j2ee:string"></xsd:sequence>
</xsd:element><xsd:attribute name="id" type="xsd:ID"/></xsd:complexType>
| |||||||
| DETAILS: DOCUMENTATION | ELEMENTS | ATTRIBUTES | SOURCE | FRAMES | NO FRAMES | ||||||