com.sun.xml.ws.client.sei
Class MessageFiller.AttachmentFiller
java.lang.Object
com.sun.xml.ws.client.sei.MessageFiller
com.sun.xml.ws.client.sei.MessageFiller.AttachmentFiller
- Enclosing class:
- MessageFiller
abstract static class MessageFiller.AttachmentFiller
- extends MessageFiller
Adds a parameter as an MIME attachment to Message
.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
param
protected final ParameterImpl param
getter
protected final ValueGetter getter
mimeType
protected final String mimeType
MessageFiller.AttachmentFiller
protected MessageFiller.AttachmentFiller(ParameterImpl param,
ValueGetter getter)
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 parametergetter
- Gets a value from an object that represents a parameter passed
as a method argument.
getContentId
String getContentId()