Class MessageFiller

java.lang.Object
com.sun.xml.ws.server.sei.MessageFiller
Direct Known Subclasses:
MessageFiller.AttachmentFiller, MessageFiller.Header

public abstract class MessageFiller extends Object
Puts a non-payload message parameter to Message.

Instance of this class is used to handle header parameters and attachment parameters. They add things to Message.

Author:
Kohsuke Kawaguchi, Jitendra Kotamraju
  • Field Details

    • methodPos

      protected final int methodPos
      The index of the method invocation parameters that this object looks for.
  • Constructor Details

    • MessageFiller

      protected MessageFiller(int methodPos)
  • Method Details

    • fillIn

      public abstract void fillIn(Object[] methodArgs, Object returnValue, Message msg)
      Moves an argument of a method invocation into a Message.