| java.lang.Object com.sun.xml.ws.server.sei.MessageFiller
MessageFiller | abstract class MessageFiller (Code) | | 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 author: Jitendra Kotamraju |
Inner Class :abstract static class AttachmentFiller extends MessageFiller | |
Field Summary | |
final protected int | methodPos The index of the method invocation parameters that this object looks for. |
methodPos | final protected int methodPos(Code) | | The index of the method invocation parameters that this object looks for.
|
MessageFiller | protected MessageFiller(int methodPos)(Code) | | |
|
|