public class MessageFault extends NetObject
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.ServiceModel.Channels.MessageFault
Powered by JCOBridge: more info at https://www.jcobridge.com
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
assemblyFullName
Fully assembly qualified name: System.ServiceModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
|
static java.lang.String |
assemblyShortName
Assembly name: System.ServiceModel
|
static java.lang.String |
className
Qualified class name: System.ServiceModel.Channels.MessageFault
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
MessageFault() |
MessageFault(java.lang.Object instance)
Internal constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static MessageFault |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into MessageFault, a cast assert is made to check if types are compatible. |
static MessageFault |
CreateFault(FaultCode code,
FaultReason reason) |
static MessageFault |
CreateFault(FaultCode code,
FaultReason reason,
NetObject detail) |
static MessageFault |
CreateFault(FaultCode code,
FaultReason reason,
NetObject detail,
XmlObjectSerializer serializer) |
static MessageFault |
CreateFault(FaultCode code,
FaultReason reason,
NetObject detail,
XmlObjectSerializer serializer,
java.lang.String actor) |
static MessageFault |
CreateFault(FaultCode code,
FaultReason reason,
NetObject detail,
XmlObjectSerializer serializer,
java.lang.String actor,
java.lang.String node) |
static MessageFault |
CreateFault(FaultCode code,
java.lang.String reason) |
static MessageFault |
CreateFault(Message message,
int maxBufferSize) |
java.lang.String |
getActor() |
FaultCode |
getCode() |
boolean |
getHasDetail() |
boolean |
getIsMustUnderstandFault() |
java.lang.String |
getJCOAssemblyName()
Returns the reflected Assembly name
|
java.lang.String |
getJCOClassName()
Returns the reflected Class name
|
java.lang.Object |
getJCOInstance()
Returns the instantiated class
|
java.lang.String |
getJCOObjectName()
Returns the reflected Class name used to build the object
|
JCType |
getJCOType()
Returns the instantiated class Type
|
java.lang.String |
getNode() |
XmlDictionaryReader |
GetReaderAtDetailContents() |
FaultReason |
getReason() |
void |
setJCOInstance(JCObject instance) |
static boolean |
WasHeaderNotUnderstood(MessageHeaders headers,
java.lang.String name,
java.lang.String ns) |
void |
WriteTo(XmlDictionaryWriter writer,
EnvelopeVersion version) |
void |
WriteTo(XmlWriter writer,
EnvelopeVersion version) |
public static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public MessageFault()
throws java.lang.Throwable
java.lang.Throwablepublic MessageFault(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic static MessageFault cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into MessageFault, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedMessageFault instancejava.lang.Throwable - in case of error during cast operationpublic static MessageFault CreateFault(FaultCode code, FaultReason reason) throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, MulticastNotSupportedException, ArgumentNullException, FormatException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ConfigurationErrorsException, ArgumentOutOfRangeException, OverflowException, SecurityException, OutOfMemoryException
java.lang.ThrowableArgumentExceptionIndexOutOfRangeExceptionMulticastNotSupportedExceptionArgumentNullExceptionFormatExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionInvalidOperationExceptionConfigurationErrorsExceptionArgumentOutOfRangeExceptionOverflowExceptionSecurityExceptionOutOfMemoryExceptionpublic static MessageFault CreateFault(FaultCode code, FaultReason reason, NetObject detail) throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, IndexOutOfRangeException, MulticastNotSupportedException
public static MessageFault CreateFault(FaultCode code, FaultReason reason, NetObject detail, XmlObjectSerializer serializer) throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, MulticastNotSupportedException, ArgumentNullException, FormatException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ConfigurationErrorsException, ArgumentOutOfRangeException, OverflowException, SecurityException, OutOfMemoryException
java.lang.ThrowableArgumentExceptionIndexOutOfRangeExceptionMulticastNotSupportedExceptionArgumentNullExceptionFormatExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionInvalidOperationExceptionConfigurationErrorsExceptionArgumentOutOfRangeExceptionOverflowExceptionSecurityExceptionOutOfMemoryExceptionpublic static MessageFault CreateFault(FaultCode code, FaultReason reason, NetObject detail, XmlObjectSerializer serializer, java.lang.String actor) throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, ArgumentNullException, ArgumentOutOfRangeException, FormatException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, OverflowException, OutOfMemoryException
public static MessageFault CreateFault(FaultCode code, FaultReason reason, NetObject detail, XmlObjectSerializer serializer, java.lang.String actor, java.lang.String node) throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, ArgumentNullException, ArgumentOutOfRangeException, FormatException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, OverflowException, OutOfMemoryException
public static MessageFault CreateFault(FaultCode code, java.lang.String reason) throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, ArgumentNullException, FormatException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, OverflowException, OutOfMemoryException
public static MessageFault CreateFault(Message message, int maxBufferSize) throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, ArgumentNullException, ArgumentOutOfRangeException, FormatException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, OverflowException, OutOfMemoryException, KeyNotFoundException, XmlException
java.lang.ThrowableArgumentExceptionIndexOutOfRangeExceptionArgumentNullExceptionArgumentOutOfRangeExceptionFormatExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionOverflowExceptionOutOfMemoryExceptionKeyNotFoundExceptionXmlExceptionpublic java.lang.String getActor()
throws java.lang.Throwable
java.lang.Throwablepublic FaultCode getCode() throws java.lang.Throwable
java.lang.Throwablepublic boolean getHasDetail()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getIsMustUnderstandFault()
throws java.lang.Throwable,
ArgumentException,
ArgumentNullException,
TypeLoadException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotSupportedException,
CultureNotFoundException
public java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in class NetObjectString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class NetObjectString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class NetObjectObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class NetObjectString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in class NetObjectJCType representing the CLR Type of the instantiated Classpublic java.lang.String getNode()
throws java.lang.Throwable
java.lang.Throwablepublic XmlDictionaryReader GetReaderAtDetailContents() throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, ArgumentNullException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, FormatException, OverflowException, OutOfMemoryException
java.lang.ThrowableArgumentExceptionIndexOutOfRangeExceptionArgumentNullExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatExceptionOverflowExceptionOutOfMemoryExceptionpublic FaultReason getReason() throws java.lang.Throwable
java.lang.Throwablepublic void setJCOInstance(JCObject instance)
setJCOInstance in class NetObjectpublic static boolean WasHeaderNotUnderstood(MessageHeaders headers, java.lang.String name, java.lang.String ns) throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, ArgumentNullException, FormatException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, OverflowException, OutOfMemoryException, CultureNotFoundException, NotSupportedException, XmlException
java.lang.ThrowableArgumentExceptionIndexOutOfRangeExceptionArgumentNullExceptionFormatExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionOverflowExceptionOutOfMemoryExceptionCultureNotFoundExceptionNotSupportedExceptionXmlExceptionpublic void WriteTo(XmlDictionaryWriter writer, EnvelopeVersion version) throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, ArgumentNullException, FormatException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, OverflowException, OutOfMemoryException
public void WriteTo(XmlWriter writer, EnvelopeVersion version) throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, MulticastNotSupportedException, ArgumentNullException, FormatException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ConfigurationErrorsException, ArgumentOutOfRangeException, OverflowException, OutOfMemoryException
java.lang.ThrowableArgumentExceptionIndexOutOfRangeExceptionMulticastNotSupportedExceptionArgumentNullExceptionFormatExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionConfigurationErrorsExceptionArgumentOutOfRangeExceptionOverflowExceptionOutOfMemoryException