public class ContentTypeInfo
extends java.lang.Object
| Constructor and Description |
|---|
ContentTypeInfo(java.lang.String propertyName,
java.lang.String contentType) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getContentType()
Get the content type of the message.
|
java.lang.String |
getPropertyName()
Get the name of the message property from which the content type
has been extracted.
|
public ContentTypeInfo(java.lang.String propertyName,
java.lang.String contentType)
public java.lang.String getPropertyName()
public java.lang.String getContentType()
Copyright © 2004-2015 The Apache Software Foundation. All Rights Reserved.