| java.lang.Object com.eviware.soapui.impl.wsdl.submit.transports.http.AttachmentUtils
AttachmentUtils | public class AttachmentUtils (Code) | | Attachment-related utility classes
author: ole.matzura |
Method Summary | |
public static void | addMimeParts(AttachmentContainer container, MimeMultipart mp, StringToStringMap contentIds) | public static void | addMultipartAttachment(MimeMultipart mp, StringToStringMap contentIds, List<Attachment> attachments) | public static void | addSingleAttachment(MimeMultipart mp, StringToStringMap contentIds, Attachment att) | public static String | buildMTOMContentType(String header, String action, SoapVersion soapVersion) | public static String | buildRootPartContentType(String action, SoapVersion soapVersion) | public static List<WsdlAttachmentPart> | extractAttachmentParts(WsdlOperation operation, String messageContent, boolean addAnonymous, boolean isResponse) | public static AttachmentEncoding | getAttachmentEncoding(WsdlOperation operation, String partName, boolean isResponse) | public static String | getXmlMimeContentType(XmlCursor cursor) | public static void | initPartContentId(StringToStringMap contentIds, MimeBodyPart part, Attachment attachment, boolean isMultipart) | public static boolean | isSwaRefType(SchemaType schemaType) | public static boolean | isXopInclude(SchemaType schemaType) | public static boolean | prepareMessagePart(AttachmentContainer container, MimeMultipart mp, MessageXmlPart messagePart, StringToStringMap contentIds) |
JAVAMAIL_SESSION | final public static Session JAVAMAIL_SESSION(Code) | | |
ROOTPART_SOAPUI_ORG | final public static String ROOTPART_SOAPUI_ORG(Code) | | |
XOP_HREF_QNAME | final public static QName XOP_HREF_QNAME(Code) | | |
addMultipartAttachment | public static void addMultipartAttachment(MimeMultipart mp, StringToStringMap contentIds, List<Attachment> attachments) throws MessagingException(Code) | | Adds a mulitpart MimeBodyPart from an array of attachments
|
addSingleAttachment | public static void addSingleAttachment(MimeMultipart mp, StringToStringMap contentIds, Attachment att) throws MessagingException(Code) | | Adds a simple MimeBodyPart from an attachment
|
getAttachmentEncoding | public static AttachmentEncoding getAttachmentEncoding(WsdlOperation operation, String partName, boolean isResponse)(Code) | | |
getXmlMimeContentType | public static String getXmlMimeContentType(XmlCursor cursor)(Code) | | |
initPartContentId | public static void initPartContentId(StringToStringMap contentIds, MimeBodyPart part, Attachment attachment, boolean isMultipart) throws MessagingException(Code) | | |
isSwaRefType | public static boolean isSwaRefType(SchemaType schemaType)(Code) | | |
isXopInclude | public static boolean isXopInclude(SchemaType schemaType)(Code) | | |
|
|