Uses of Class
com.avoka.tm.vo.SvcConn
Package
Description
Provides HTTP Client classes using underlying Apache HTTP Components library.
Provides Value Object Query classes.
Provides Service classes.
Provides Value Object persistent entity classes.
-
Uses of SvcConn in com.avoka.tm.http
Modifier and TypeMethodDescriptionRequestBuilder.setSvcConn
(SvcConn svcConn) Set the service connection parameter. -
Uses of SvcConn in com.avoka.tm.query
Modifier and TypeMethodDescriptionSvcConnQuery.firstValue()
Execute the query and return the first value object for the query.Modifier and TypeMethodDescriptionSvcConnQuery.listValues()
Execute the query and return a list of value objects. -
Uses of SvcConn in com.avoka.tm.svc
ModifierConstructorDescriptionSvcConnUpdater
(SvcConn svcConn) Create a a service connection updater for the given svcConn value object. -
Uses of SvcConn in com.avoka.tm.vo