Uses of Interface
com.sun.xml.rpc.encoding.simpletype.AttachmentEncoder
-
Packages that use AttachmentEncoder Package Description com.sun.xml.rpc.encoding com.sun.xml.rpc.encoding.simpletype -
-
Uses of AttachmentEncoder in com.sun.xml.rpc.encoding
Fields in com.sun.xml.rpc.encoding declared as AttachmentEncoder Modifier and Type Field Description protected AttachmentEncoderAttachmentSerializer. attachmentEncoderConstructors in com.sun.xml.rpc.encoding with parameters of type AttachmentEncoder Constructor Description AttachmentSerializer(QName type, boolean encodeType, boolean isNullable, String encodingStyle, boolean serializerAsAttachment, AttachmentEncoder encoder)AttachmentSerializer(QName type, boolean encodeType, boolean isNullable, String encodingStyle, boolean serializerAsAttachment, AttachmentEncoder encoder, SOAPVersion ver) -
Uses of AttachmentEncoder in com.sun.xml.rpc.encoding.simpletype
Classes in com.sun.xml.rpc.encoding.simpletype that implement AttachmentEncoder Modifier and Type Class Description classDataHandlerAttachmentEncoderclassImageAttachmentEncoderclassMimeMultipartAttachmentEncoderclassSourceAttachmentEncoderclassXSDAnyURIEncoderclassXSDStringEncoderMethods in com.sun.xml.rpc.encoding.simpletype that return AttachmentEncoder Modifier and Type Method Description static AttachmentEncoderDataHandlerAttachmentEncoder. getInstance()static AttachmentEncoderImageAttachmentEncoder. getInstance()static AttachmentEncoderMimeMultipartAttachmentEncoder. getInstance()static AttachmentEncoderSourceAttachmentEncoder. getInstance()
-