Package org.apache.cxf.ext.logging.event
Class LogEvent
- java.lang.Object
-
- org.apache.cxf.ext.logging.event.LogEvent
-
public final class LogEvent extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringKEY_EXCHANGE_ID
-
Constructor Summary
Constructors Constructor Description LogEvent()
-
Method Summary
-
-
-
Field Detail
-
KEY_EXCHANGE_ID
public static final String KEY_EXCHANGE_ID
- See Also:
- Constant Field Values
-
-
Method Detail
-
getMessageId
public String getMessageId()
-
setMessageId
public void setMessageId(String id)
-
getExchangeId
public String getExchangeId()
-
setExchangeId
public void setExchangeId(String exchangeId)
-
getType
public EventType getType()
-
setType
public void setType(EventType type)
-
getAddress
public String getAddress()
-
setAddress
public void setAddress(String address)
-
getContentType
public String getContentType()
-
setContentType
public void setContentType(String contentType)
-
getEncoding
public String getEncoding()
-
setEncoding
public void setEncoding(String encoding)
-
getHttpMethod
public String getHttpMethod()
-
setHttpMethod
public void setHttpMethod(String httpMethod)
-
getResponseCode
public String getResponseCode()
-
setResponseCode
public void setResponseCode(String responseCode)
-
getPrincipal
public String getPrincipal()
-
setPrincipal
public void setPrincipal(String principal)
-
getServiceName
public QName getServiceName()
-
setServiceName
public void setServiceName(QName serviceName)
-
getPortName
public QName getPortName()
-
setPortName
public void setPortName(QName portName)
-
getPortTypeName
public QName getPortTypeName()
-
setPortTypeName
public void setPortTypeName(QName portTypeName)
-
getOperationName
public String getOperationName()
-
setOperationName
public void setOperationName(String operationName)
-
isBinaryContent
public boolean isBinaryContent()
-
setBinaryContent
public void setBinaryContent(boolean binaryContent)
-
isMultipartContent
public boolean isMultipartContent()
-
setMultipartContent
public void setMultipartContent(boolean multipartContent)
-
getPayload
public String getPayload()
-
setPayload
public void setPayload(String payload)
-
isTruncated
public boolean isTruncated()
-
setTruncated
public void setTruncated(boolean truncated)
-
getFullContentFile
public File getFullContentFile()
-
setFullContentFile
public void setFullContentFile(File fullContentFile)
-
-