com.sun.xml.ws.client.sei
Class MessageFiller.Header

java.lang.Object
  extended by com.sun.xml.ws.client.sei.MessageFiller
      extended by com.sun.xml.ws.client.sei.MessageFiller.Header
Enclosing class:
MessageFiller

static final class MessageFiller.Header
extends MessageFiller

Adds a parameter as an header.


Nested Class Summary
 
Nested classes/interfaces inherited from class com.sun.xml.ws.client.sei.MessageFiller
MessageFiller.AttachmentFiller, MessageFiller.Header
 
Field Summary
 
Fields inherited from class com.sun.xml.ws.client.sei.MessageFiller
methodPos
 
Constructor Summary
protected MessageFiller.Header(int methodPos, Bridge bridge, ValueGetter getter)
           
 
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
 

Constructor Detail

MessageFiller.Header

protected MessageFiller.Header(int methodPos,
                               Bridge bridge,
                               ValueGetter getter)
Method Detail

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