Class SOAPFactory
public class SOAPFactory : JVMBridgeBase<SOAPFactory>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition
- Inheritance
-
SOAPFactory
- Implements
- Extension Methods
Constructors
SOAPFactory()
public SOAPFactory()
SOAPFactory(IJVMBridgeBaseInitializer)
Initializer used internally by JCOBridge. Do not use directly.
[Obsolete("This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public SOAPFactory(IJVMBridgeBaseInitializer initializer)
Parameters
initializerIJVMBridgeBaseInitializer
Properties
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
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 java.lang.AutoCloseable
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
Methods
CreateDetail()
public Detail CreateDetail()
Returns
Exceptions
CreateElement(String)
public SOAPElement CreateElement(String arg0)
Parameters
Returns
Exceptions
CreateElement(String, String, String)
public SOAPElement CreateElement(String arg0, String arg1, String arg2)
Parameters
Returns
Exceptions
CreateElement(QName)
public SOAPElement CreateElement(QName arg0)
Parameters
Returns
Exceptions
CreateElement(Name)
public SOAPElement CreateElement(Name arg0)
Parameters
Returns
Exceptions
CreateElement(Element)
public SOAPElement CreateElement(Element arg0)
Parameters
Returns
Exceptions
CreateFault()
public SOAPFault CreateFault()
Returns
Exceptions
CreateFault(String, QName)
public SOAPFault CreateFault(String arg0, QName arg1)
Parameters
Returns
Exceptions
CreateName(String)
public Name CreateName(String arg0)
Parameters
Returns
Exceptions
CreateName(String, String, String)
public Name CreateName(String arg0, String arg1, String arg2)
Parameters
Returns
Exceptions
CreatePoolableInstance()
HPA initializer for SOAPFactory()
public static SOAPFactory CreatePoolableInstance()
Returns
NewInstance()
public static SOAPFactory NewInstance()
Returns
Exceptions
NewInstance(String)
public static SOAPFactory NewInstance(String arg0)