Package com.sun.xml.ws.server.sei
Class MessageFiller
java.lang.Object
com.sun.xml.ws.server.sei.MessageFiller
- Direct Known Subclasses:
MessageFiller.AttachmentFiller,MessageFiller.Header
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
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classAdds a parameter as an MIME attachment toMessage.static final classAdds a parameter as an header. -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final intThe index of the method invocation parameters that this object looks for. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
methodPos
protected final int methodPosThe index of the method invocation parameters that this object looks for.
-
-
Constructor Details
-
MessageFiller
protected MessageFiller(int methodPos)
-
-
Method Details
-
fillIn
Moves an argument of a method invocation into aMessage.
-