public abstract class MessageFiller extends Object
Message.
Instance of this class is used to handle header parameters and attachment parameters.
They add things to Message.
| 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,
com.sun.xml.ws.api.message.Message msg)
Moves an argument of a method invocation into a
Message. |
Copyright © 2015 Oracle Corporation. All rights reserved.