Class Access.StringElement
- java.lang.Object
-
- org.apache.synapse.transport.http.access.Access.StringElement
-
- All Implemented Interfaces:
Access.AccessLogElement
- Enclosing class:
- Access
protected static class Access.StringElement extends Object implements Access.AccessLogElement
write any string
-
-
Constructor Summary
Constructors Constructor Description StringElement(String str)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addElement(StringBuilder buf, Date date, org.apache.http.HttpRequest request, org.apache.http.HttpResponse response)
-
-
-
Constructor Detail
-
StringElement
public StringElement(String str)
-
-
Method Detail
-
addElement
public void addElement(StringBuilder buf, Date date, org.apache.http.HttpRequest request, org.apache.http.HttpResponse response)
- Specified by:
addElement
in interfaceAccess.AccessLogElement
-
-