com.sun.xml.ws.client.sei
Class MessageFiller.Header
java.lang.Object
com.sun.xml.ws.client.sei.MessageFiller
com.sun.xml.ws.client.sei.MessageFiller.Header
- Enclosing class:
- MessageFiller
static final class MessageFiller.Header
- extends MessageFiller
Adds a parameter as an header.
Method Summary |
(package private) void |
fillIn(Object[] methodArgs,
Message msg)
Moves an argument of a method invocation into a Message . |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MessageFiller.Header
protected MessageFiller.Header(int methodPos,
Bridge bridge,
ValueGetter getter)
fillIn
void fillIn(Object[] methodArgs,
Message msg)
- Description copied from class:
MessageFiller
- Moves an argument of a method invocation into a
Message
.
- Specified by:
fillIn
in class MessageFiller