Class MessageFiller.AttachmentFiller

java.lang.Object
com.sun.xml.ws.server.sei.MessageFiller
com.sun.xml.ws.server.sei.MessageFiller.AttachmentFiller
Enclosing class:
MessageFiller

public abstract static class MessageFiller.AttachmentFiller extends MessageFiller
Adds a parameter as an MIME attachment to Message.
  • Field Details

  • Constructor Details

  • Method Details

    • createAttachmentFiller

      public static MessageFiller createAttachmentFiller(ParameterImpl param, ValueGetter getter)
      Creates an MessageFiller based on the parameter type
      Parameters:
      param - runtime Parameter that abstracts the annotated java parameter
      getter - Gets a value from an object that represents a parameter passed as a method argument.