|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--aktbus.core.AktMessageWithPath
The AktMessageWithPath class is used to encapsulate information in an HTTP request, which usually contains a request path and an AktMessage in its body. An AktMessageWithPath object is usually created as a result of receiving an AktMessage by the HTTP protocol.
Field Summary | |
AktMessage |
message
The AktMessage object in a HTTP request. |
java.lang.String |
path
The request path in a HTTP request. |
Constructor Summary | |
AktMessageWithPath()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public java.lang.String path
public AktMessage message
Constructor Detail |
public AktMessageWithPath()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |