Contains a list of handlers that are to be invoked when a named transport resource is being used by a service provider.
Name | Description |
---|---|
![]() ![]() |
![]()
![]() |
If you do not code a <transport_handler_list> element, then the only message handlers that are invoked when the named transport is used are those that are specified in the <service> element.
<named_transport_entry type="http">
<name>PORT80</name>
<transport_handler_list>
<handler><program>HANDLER1</program><handler_parameter_list/></handler>
<handler><program>HANDLER2</program><handler_parameter_list/></handler>
</transport_handler_list>
</named_transport_entry>