Package com.sun.xml.ws.server.sei
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 toMessage.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.sun.xml.ws.server.sei.MessageFiller
MessageFiller.AttachmentFiller, MessageFiller.Header
-
-
Field Summary
Fields Modifier and Type Field Description protected ValueGettergetterprotected StringmimeTypeprotected ParameterImplparam-
Fields inherited from class com.sun.xml.ws.server.sei.MessageFiller
methodPos
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedAttachmentFiller(ParameterImpl param, ValueGetter getter)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static MessageFillercreateAttachmentFiller(ParameterImpl param, ValueGetter getter)Creates an MessageFiller based on the parameter type-
Methods inherited from class com.sun.xml.ws.server.sei.MessageFiller
fillIn
-
-
-
-
Field Detail
-
param
protected final ParameterImpl param
-
getter
protected final ValueGetter getter
-
mimeType
protected final String mimeType
-
-
Constructor Detail
-
AttachmentFiller
protected AttachmentFiller(ParameterImpl param, ValueGetter getter)
-
-
Method Detail
-
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.
-
-