<< Click to Display Table of Contents >>
OZSOAPLogTarget
This interface provides SOAP store related information.
Method Detail
getServiceName
public String getServiceName()
Gets the service name requested by the client.
getPort
public String getPort()
Gets the service port requested by the client.
getOperation
public String getOperation()
Gets the operation of the service requested by the client.
getEndPoint
public String getEndPoint()
Gets the EndPoint that called the service requested by the client.
getRequestXML
public String getRequestXML()
Gets the XML content requested by the client.
getServiceExecuteTime
public long getServiceExecuteTime()
Gets the time taken for the service requested by the client to execute.(Unit: Milliseconds)
getServiceState
public String getServiceState()
Gets whether the SOAP service requested by the client successfully executed.