Add a CommandMarshaller

git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@557385 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Robert Davies 2007-07-18 20:30:21 +00:00
parent 71a3324b93
commit 3cfa0b6e4d
1 changed files with 6 additions and 0 deletions

View File

@ -44,6 +44,12 @@ public interface Store{
* String Marshaller
*/
public final static Marshaller StringMarshaller = new StringMarshaller();
/**
* Command Marshaller
*/
public final static Marshaller CommandMarshaller = new CommandMarshaller();
/**
* close the store
*