Public constructor.paramep Endpoint informationparamcallFlow true, if CallFlow is enabled, otherwise falseparaminfo Physical transport informationparamctx Message context for this web service invocationparamid Id of the message endpoint = ep; tInfo = info; mCtx = ctx; mId = id; fqn = f; mIsCallFlowEnabled = callFlow; // note down when the filter context is created execTime = System.currentTimeMillis();
endpoint = ep; tInfo = info; mCtx = ctx; mId = id; fqn = f; mIsCallFlowEnabled = callFlow; // note down when the filter context is created execTime = System.currentTimeMillis();
return endpoint;
return execTime;
return fqn;
return mCtx;
return mId;
return tInfo;
return mIsCallFlowEnabled;
endpoint = e;
execTime = e;
fqn = f;
mCtx = ctx;
tInfo = t;