public abstract class MessageFiller extends Object
Modifier and Type | Class and Description |
---|---|
static class |
MessageFiller.AttachmentFiller
Adds a parameter as an MIME attachment to
Message . |
static class |
MessageFiller.Header
Adds a parameter as an header.
|
Modifier and Type | Field and Description |
---|---|
protected int |
methodPos
The index of the method invocation parameters that this object looks for.
|
Modifier | Constructor and Description |
---|---|
protected |
MessageFiller(int methodPos) |
Modifier and Type | Method and Description |
---|---|
abstract void |
fillIn(Object[] methodArgs,
Object returnValue,
Message msg)
Moves an argument of a method invocation into a
Message . |
Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.