Class com.sekati.services.SOAPEvent

Description

SoapEvent for use by Logger for Console.

Field Index

CALL_FAULT, CALL_RESULT, CONNECT, FAULT

Inherited from Event

Method Index

new SOAPEvent()

Inherited from Event

Inherited from CoreObject

Constructor Detail

SOAPEvent

public function SOAPEvent(type:String, data:Object)

Constructor creates a SoapEvent via SoapClient to be dispatched.

Parameters

type(String) - one of the Soap event types listed above.
data(Object) - contains Soap transaction data for connect, connectFaunt,callResult, callFault.

Return

Void

Field Detail

CONNECT

static public CONNECT:String

FAULT

static public FAULT:String

CALL_RESULT

static public CALL_RESULT:String

CALL_FAULT

static public CALL_FAULT:String