arjuna.tpi.httpauto.seamful.endpoint module

class arjuna.tpi.httpauto.seamful.endpoint.AnonHttpEndPoint(*, service)

Bases: arjuna.tpi.httpauto.seamful.endpoint.BaseHttpEndPoint

class arjuna.tpi.httpauto.seamful.endpoint.BaseHttpEndPoint(*, name, service, ep_dir)

Bases: object

property action

Http Message Loader for this service end point.

property message

Http Message Loader for this service using default end point.

property name
perform(action, **fargs) arjuna.tpi.httpauto.response.HttpResponse
property root_dir
send(msg=None, **fargs) arjuna.tpi.httpauto.response.HttpResponse
property service
class arjuna.tpi.httpauto.seamful.endpoint.HttpEndPoint(*, name, service)

Bases: arjuna.tpi.httpauto.seamful.endpoint.BaseHttpEndPoint