Class SOAPMessage
public class SOAPMessage : JVMBridgeBase<SOAPMessage>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBase>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
- Inheritance
-
SOAPMessage
- Implements
- Inherited Members
- Extension Methods
Constructors
SOAPMessage()
Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge
[Obsolete("SOAPMessage class represents, in .NET, an instance of a JVM interface or abstract class. This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public SOAPMessage()
SOAPMessage(IJVMBridgeBaseInitializer)
Internal constructor: used internally from JCOBridge
[Obsolete("This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public SOAPMessage(IJVMBridgeBaseInitializer initializer)
Parameters
initializerIJVMBridgeBaseInitializer
SOAPMessage(params object[])
Generic constructor: it is useful for JCOBridge when there is a derived class which needs to pass arguments to the highest JVMBridgeBase class
[Obsolete("SOAPMessage class represents, in .NET, an instance of a JVM interface or abstract class. This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public SOAPMessage(params object[] args)
Parameters
argsobject[]
Properties
Attachments
public Iterator Attachments { get; }
Property Value
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
CHARACTER_SET_ENCODING
public static String CHARACTER_SET_ENCODING { get; }
Property Value
ContentDescription
https://docs.oracle.com/javase/8/docs/api/javax/xml/soap/SOAPMessage.html#getContentDescription-- https://docs.oracle.com/javase/8/docs/api/javax/xml/soap/SOAPMessage.html#setContentDescription-java.lang.String-
public String ContentDescription { get; set; }
Property Value
IsBridgeAbstract
true if the BridgeClassName is an abstract class, i.e. cannot be created an instance
public override bool IsBridgeAbstract { get; }
Property Value
IsBridgeCloseable
true if the BridgeClassName implements Closeable
public override bool IsBridgeCloseable { get; }
Property Value
IsBridgeInterface
true if the BridgeClassName is an interface, i.e. does not have any public constructor
public override bool IsBridgeInterface { get; }
Property Value
IsBridgeStatic
true if the BridgeClassName is a static class, i.e. does not have any public constructor
public override bool IsBridgeStatic { get; }
Property Value
MimeHeaders
public MimeHeaders MimeHeaders { get; }
Property Value
SOAPBody
public SOAPBody SOAPBody { get; }
Property Value
SOAPHeader
public SOAPHeader SOAPHeader { get; }
Property Value
SOAPPart
public SOAPPart SOAPPart { get; }
Property Value
WRITE_XML_DECLARATION
public static String WRITE_XML_DECLARATION { get; }
Property Value
Methods
AddAttachmentPart(AttachmentPart)
public void AddAttachmentPart(AttachmentPart arg0)
Parameters
CountAttachments()
public int CountAttachments()
Returns
CreateAttachmentPart()
public AttachmentPart CreateAttachmentPart()
Returns
CreateAttachmentPart(DataHandler)
public AttachmentPart CreateAttachmentPart(DataHandler arg0)
Parameters
arg0DataHandler
Returns
CreateAttachmentPart(object, String)
public AttachmentPart CreateAttachmentPart(object arg0, String arg1)
Parameters
Returns
GetAttachment(SOAPElement)
public AttachmentPart GetAttachment(SOAPElement arg0)
Parameters
arg0SOAPElement
Returns
Exceptions
GetAttachments(MimeHeaders)
public Iterator GetAttachments(MimeHeaders arg0)
Parameters
arg0MimeHeaders
Returns
GetProperty(String)
public object GetProperty(String arg0)
Parameters
Returns
Exceptions
RemoveAllAttachments()
public void RemoveAllAttachments()
RemoveAttachments(MimeHeaders)
public void RemoveAttachments(MimeHeaders arg0)
Parameters
arg0MimeHeaders
SaveChanges()
public void SaveChanges()
Exceptions
SaveRequired()
public bool SaveRequired()
Returns
SetProperty(String, object)
public void SetProperty(String arg0, object arg1)
Parameters
Exceptions
WriteTo(OutputStream)
public void WriteTo(OutputStream arg0)
Parameters
arg0OutputStream