Connections

A collection of Connection Elements. All of the Connections will use the same Service Manager class that implements the ServiceIF Interface.

Syntax

<Connections> 
   <Properties> 
      <Property name="service.classname" value="org.openptk.spi.RetryService"/> 
   </Properties> 
   <Connection ...> 
      ... 
   </Connection .../> 
   ... 
</Connections>


Arguments

None


Properties

NameRequiredDescriptionExample
service.classname YesThe fully qualified name of a Class that implements the Service interface. This Service Manager will be used for all Connections.

BasicService:  Routes the Request to the Operations object, no management of the Request.

RetryService: Routes the Requests to the Operations object and will retry the Request if the Operations object is in a failed State
org.openptk.spi.BasicService
org.openptk.spi.RetryService
 

Parent Element

OpenPTK


XML Sub-Elements