Previous Next vertical dots separating previous/next from contents/index/pdf

http://java.sun.com/xml/ns/j2ee
complexType service-ref_handlerType

Super Types
{http://www.w3.org/2001/XMLSchema}anyType
|
+--{http://java.sun.com/xml/ns/j2ee}service-ref_handlerType (restriction)

Documentation

	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

      
Properties
This component is not nillable.

Model
<...
  id = xsd:ID>
(handler-name, handler-class, init-param*, soap-header*, soap-role*, port-name* )
</...>


Nested Element Summary
j2ee:fully-qualified-classTypehandler-class
           Defines a fully qualified class name for the handler implementation.  
j2ee:stringhandler-name
          Defines the name of the handler. 
j2ee:param-valueTypeinit-param
          
j2ee:stringport-name
           The port-name element defines the WSDL port-name that a handler should be associated with.  
j2ee:xsdQNameTypesoap-header
           Defines the QName of a SOAP header that will be processed by the handler.  
j2ee:stringsoap-role
           The soap-role element contains a SOAP actor definition that the Handler will play as a role.  

Attribute Summary
 xsd:IDid
          

Attribute Detail

id

Type:
xsd:ID
Use:
optional
Form:
unqualified

Local Usage
service-refType

Source
<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:element>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID"/>
</xsd:complexType>


Submit a bug or a feature.
Created by xsddoc, a sub project of xframe, hosted at http://xframe.sourceforge.net.

 

Skip navigation bar   Back to Top