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
Adds a parameter as an MIME attachment to
Message.-
Nested Class Summary
Nested classes/interfaces inherited from class com.sun.xml.ws.server.sei.MessageFiller
MessageFiller.AttachmentFiller, MessageFiller.Header -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final ValueGetterprotected final Stringprotected final ParameterImplFields inherited from class com.sun.xml.ws.server.sei.MessageFiller
methodPos -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedAttachmentFiller(ParameterImpl param, ValueGetter getter) -
Method Summary
Modifier and TypeMethodDescriptionstatic MessageFillercreateAttachmentFiller(ParameterImpl param, ValueGetter getter) Creates an MessageFiller based on the parameter typeMethods inherited from class com.sun.xml.ws.server.sei.MessageFiller
fillIn
-
Field Details
-
param
-
getter
-
mimeType
-
-
Constructor Details
-
AttachmentFiller
-
-
Method Details
-
createAttachmentFiller
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.
-