Class Access.MethodElement
- java.lang.Object
-
- org.apache.synapse.transport.http.access.Access.MethodElement
-
- All Implemented Interfaces:
Access.AccessLogElement
- Enclosing class:
- Access
protected static class Access.MethodElement extends Object implements Access.AccessLogElement
write request method (GET, POST, etc.) - %m
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
MethodElement()
-
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)
-
-
-
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
-
-