-
-
Methods Summary
Methods
Type Params |
Return Type |
Name and description |
|
static void |
addMimeParts(AttachmentContainer container, java.util.List<Attachment> attachments, MimeMultipart mp, StringToStringMap contentIds)
|
|
static void |
addMultipartAttachment(MimeMultipart mp, StringToStringMap contentIds, java.util.List<Attachment> attachments, boolean isMtomEnabled)
|
|
static void |
addSingleAttachment(MimeMultipart mp, StringToStringMap contentIds, Attachment att, boolean isMtomEnabled)
|
|
static java.lang.String |
buildMTOMContentType(java.lang.String header, java.lang.String action, SoapVersion soapVersion)
|
|
static java.lang.String |
buildRootPartContentType(java.lang.String action, SoapVersion soapVersion)
|
|
static java.util.List<HttpAttachmentPart> |
extractAttachmentParts(WsdlOperation operation, java.lang.String messageContent, boolean addAnonymous, boolean isResponse, boolean forceMtom)
|
|
static AttachmentEncoding |
getAttachmentEncoding(WsdlOperation operation, HttpAttachmentPart httpAttachmentPart, boolean isResponse)
|
|
static AttachmentEncoding |
getAttachmentEncoding(WsdlOperation operation, java.lang.String partName, boolean isResponse)
|
|
static java.lang.String |
getXmlMimeContentType(XmlCursor cursor)
|
|
static void |
initPartContentId(StringToStringMap contentIds, MimeBodyPart part, Attachment attachment, boolean isMultipart, boolean isMtomEnabled)
|
|
static boolean |
isSwaRefType(SchemaType schemaType)
|
|
static boolean |
isXopInclude(SchemaType schemaType)
|
|
static boolean |
prepareMessagePart(WsdlAttachmentContainer container, MimeMultipart mp, MessageXmlPart messagePart, StringToStringMap contentIds)
|
-
Inherited Methods Summary
Inherited Methods
Methods inherited from class |
Name |
class java.lang.Object |
java.lang.Object#wait(long), java.lang.Object#wait(long, int), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
-
-
Field Detail
-
public static final Session JAVAMAIL_SESSION
-
public static final long MAX_SIZE_IN_MEMORY_ATTACHMENT
-
public static final java.lang.String ROOTPART_SOAPUI_ORG
-
public static final javax.xml.namespace.QName XOP_HREF_QNAME
-
Method Detail
-
public static java.lang.String buildMTOMContentType(java.lang.String header, java.lang.String action, SoapVersion soapVersion)
-
public static java.lang.String buildRootPartContentType(java.lang.String action, SoapVersion soapVersion)
-
public static java.util.List<HttpAttachmentPart> extractAttachmentParts(WsdlOperation operation, java.lang.String messageContent, boolean addAnonymous, boolean isResponse, boolean forceMtom)
-
public static java.lang.String getXmlMimeContentType(XmlCursor cursor)
-
public static boolean isSwaRefType(SchemaType schemaType)
-
public static boolean isXopInclude(SchemaType schemaType)
ReadyAPI functional (soapui) SDK 3.2.0