aktbus.core
Class AktMessageWithPath

java.lang.Object
  |
  +--aktbus.core.AktMessageWithPath

public class AktMessageWithPath
extends java.lang.Object

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
 aktbus.core.AktMessageInterface 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

path

public java.lang.String path
The request path in a HTTP request.


message

public aktbus.core.AktMessageInterface message
The AktMessage object in a HTTP request.

Constructor Detail

AktMessageWithPath

public AktMessageWithPath()