Class SynapseBackEndWireLogs
- java.lang.Object
-
- org.apache.synapse.transport.http.conn.SynapseBackEndWireLogs
-
- All Implemented Interfaces:
Serializable
public class SynapseBackEndWireLogs extends Object implements Serializable
This class holds wirelog information per mediator- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SynapseBackEndWireLogs()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
appendRequestWireLog(String requestWireLog)
void
appendResponseWireLog(String responseWireLog)
String
getMediatorID()
String
getRequestWireLog()
String
getResponseWireLog()
void
setMediatorID(String mediatorID)
-
-
-
Method Detail
-
getMediatorID
public String getMediatorID()
-
setMediatorID
public void setMediatorID(String mediatorID)
-
getRequestWireLog
public String getRequestWireLog()
-
appendRequestWireLog
public void appendRequestWireLog(String requestWireLog)
-
getResponseWireLog
public String getResponseWireLog()
-
appendResponseWireLog
public void appendResponseWireLog(String responseWireLog)
-
-