com.softwareag.um.io.ContextBuilder Class Referenceabstract

Represents a Builder object which is used to create client or server TransportContexts. More...

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

Public Member Functions

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

Detailed Description

Represents a Builder object which is used to create client or server TransportContexts.

See Also
com.softwareag.um.io.ClientTransportContext
com.softwareag.um.io.ServerTransportContext

Member Function Documentation

abstract TransportContext com.softwareag.um.io.ContextBuilder.build ( )
pure virtual

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

Returns
the new TransportContext object

Implemented in com.softwareag.um.io.ServerContextBuilder, and com.softwareag.um.io.ClientContextBuilder.