public class SynapseWireLogHolder extends Object implements Serializable
Modifier and Type | Class and Description |
---|---|
static class |
SynapseWireLogHolder.PHASE
These are the phases to determine request responses in wire level
|
static class |
SynapseWireLogHolder.RequestType |
Constructor and Description |
---|
SynapseWireLogHolder() |
Modifier and Type | Method and Description |
---|---|
void |
appendBackEndWireLog(SynapseWireLogHolder.RequestType type,
String wireLog,
String mediatorId) |
void |
appendRequestWireLog(String requestWireLog) |
void |
appendResponseWireLog(String responseWireLog) |
void |
clear() |
SynapseWireLogHolder |
deepClone()
This method is to clone wirelog holder object
|
String |
getApiName() |
Map<String,SynapseBackEndWireLogs> |
getBackEndRequestResponse() |
SynapseWireLogHolder.PHASE |
getPhase() |
String |
getProxyName() |
String |
getRequestWireLog() |
String |
getResourceUrlString() |
String |
getResponseWireLog() |
void |
setApiName(String apiName) |
void |
setPhase(SynapseWireLogHolder.PHASE phase) |
void |
setProxyName(String proxyName) |
void |
setResourceUrlString(String resourceUrlString) |
public String getProxyName()
public void setProxyName(String proxyName)
public String getApiName()
public void setApiName(String apiName)
public String getResourceUrlString()
public void setResourceUrlString(String resourceUrlString)
public String getRequestWireLog()
public void appendRequestWireLog(String requestWireLog)
public String getResponseWireLog()
public void appendResponseWireLog(String responseWireLog)
public SynapseWireLogHolder.PHASE getPhase()
public void setPhase(SynapseWireLogHolder.PHASE phase)
public void appendBackEndWireLog(SynapseWireLogHolder.RequestType type, String wireLog, String mediatorId)
public Map<String,SynapseBackEndWireLogs> getBackEndRequestResponse()
public void clear()
public SynapseWireLogHolder deepClone() throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
Copyright © 2005–2019 Apache Software Foundation. All rights reserved.