public abstract class BaseContentMessageConverter extends Object
| Modifier and Type | Field and Description |
|---|---|
protected static String |
ACTION |
protected static String |
CONTENT_ID |
protected org.slf4j.Logger |
log |
protected static String |
SPACE_ID |
protected static String |
STORE_ID |
protected static String |
USERNAME |
| Constructor and Description |
|---|
BaseContentMessageConverter() |
| Modifier and Type | Method and Description |
|---|---|
ContentMessage |
fromMessage(ContentMessage msg,
javax.jms.MapMessage mapMsg) |
javax.jms.MapMessage |
toMessage(ContentMessage contentMsg,
javax.jms.Session session) |
protected final org.slf4j.Logger log
protected static final String STORE_ID
protected static final String SPACE_ID
protected static final String CONTENT_ID
protected static final String USERNAME
protected static final String ACTION
public ContentMessage fromMessage(ContentMessage msg, javax.jms.MapMessage mapMsg) throws javax.jms.JMSException, org.springframework.jms.support.converter.MessageConversionException
javax.jms.JMSExceptionorg.springframework.jms.support.converter.MessageConversionExceptionpublic javax.jms.MapMessage toMessage(ContentMessage contentMsg, javax.jms.Session session) throws javax.jms.JMSException, org.springframework.jms.support.converter.MessageConversionException
javax.jms.JMSExceptionorg.springframework.jms.support.converter.MessageConversionExceptionCopyright © 2009-2012 DuraSpace. All Rights Reserved.