|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DestinationResolverChunkBasedAttributeController
Attribute controller for DestinationResolver
implementation that use
a ExportIdentifierChunk
to retrieve
destination of messages.
Method Summary | |
---|---|
boolean |
getDeleteChunk()
Returns true if the destination chunk must be deleted from
the message. |
String |
getDestinationChunkName()
Returns the name of the chunks that contains the destination identification of the message. |
void |
setDeleteChunk(boolean deleteChunk)
Set if the destination chunk must be deleted from the message. |
void |
setDestinationChunkName(String destinationChunkName)
Set the name of the chunks that contains the destination identification of the message. |
Method Detail |
---|
String getDestinationChunkName()
void setDestinationChunkName(String destinationChunkName)
destinationChunkName
- a chunk name.boolean getDeleteChunk()
true
if the destination chunk must be deleted from
the message. The default value is true
true
if the destination chunk must be deleted from
the message.void setDeleteChunk(boolean deleteChunk)
deleteChunk
- true
if the destination chunk must be
deleted from the message.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |