public class SourceMessage
extends java.lang.Object
Constructor and Description |
---|
SourceMessage() |
Modifier and Type | Method and Description |
---|---|
java.util.Iterator |
getAttachments()
Returns the attachments for the message.
|
javax.xml.transform.Source |
getSource()
Returns the content of the message as a javax.xml.transform.Source.
|
void |
setAttachments(java.util.Iterator attachments)
Changes the attachments for the message.
|
void |
setSource(javax.xml.transform.Source src)
Changes the message content with a javax.xml.transform.Source.
|
public javax.xml.transform.Source getSource()
public void setSource(javax.xml.transform.Source src)
src
- Source holding the content of the message.public java.util.Iterator getAttachments()
public void setAttachments(java.util.Iterator attachments)
attachments
- Iterator over the attachments.?? 2022 Perforce Software, All rights reserved
This software is the confidential and proprietary information of Perforce, Inc. and is subject to copyright protection under laws of the United States of America and other countries. The use of this software should be in accordance with the license agreement terms you entered into with Perforce, Inc.