com.softwareag.um.io.ClientContextBuilder Class Referenceabstract

This is an abstract Builder object which is used to create client side Transports. More...

Inheritance diagram for com.softwareag.um.io.ClientContextBuilder:
com.softwareag.um.io.ContextBuilder

Public Member Functions

abstract ClientTransportContext build ()
 Builds the ClientTransportContext based on the configuration that has been set on the Builder. More...
 

Detailed Description

This is an abstract Builder object which is used to create client side Transports.

See Also
com.softwareag.um.io.ClientSocketTransportContext.Builder
com.softwareag.um.io.ClientSSLTransportContext.Builder
com.softwareag.um.io.ClientRDMATransportContext.Builder
com.softwareag.um.io.ClientSHMTransportContext.Builder

Member Function Documentation

abstract ClientTransportContext com.softwareag.um.io.ClientContextBuilder.build ( )
pure virtual

Builds the ClientTransportContext based on the configuration that has been set on the Builder.

Returns
ClientTransportContext used by the TransportFactory.connect method to construct Transports

Implements com.softwareag.um.io.ContextBuilder.