Class SoapMessage

    • Field Detail

      • assemblyFullName

        public static final java.lang.String assemblyFullName
        Fully assembly qualified name: mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
        See Also:
        Constant Field Values
      • assemblyShortName

        public static final java.lang.String assemblyShortName
        Assembly name: mscorlib
        See Also:
        Constant Field Values
      • className

        public static final java.lang.String className
        Qualified class name: System.Runtime.Serialization.Formatters.SoapMessage
        See Also:
        Constant Field Values
      • classType

        public static JCType classType
        The type managed from JCOBridge. See JCType
    • Constructor Detail

      • SoapMessage

        public SoapMessage​(java.lang.Object instance)
                    throws java.lang.Throwable
        Internal constructor. Use with caution
        Throws:
        java.lang.Throwable
      • SoapMessage

        public SoapMessage()
                    throws java.lang.Throwable
        Throws:
        java.lang.Throwable
    • Method Detail

      • getParamValues

        public final NetObject[] getParamValues()
                                         throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setParamValues

        public void setParamValues​(NetObject[] ParamValues)
                            throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getHeaders

        public final Header[] getHeaders()
                                  throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setHeaders

        public void setHeaders​(Header[] Headers)
                        throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getMethodName

        public java.lang.String getMethodName()
                                       throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setMethodName

        public void setMethodName​(java.lang.String MethodName)
                           throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getXmlNameSpace

        public java.lang.String getXmlNameSpace()
                                         throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setXmlNameSpace

        public void setXmlNameSpace​(java.lang.String XmlNameSpace)
                             throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getParamNames

        public java.lang.String[] getParamNames()
                                         throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setParamNames

        public void setParamNames​(java.lang.String[] ParamNames)
                           throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getParamTypes

        public final NetType[] getParamTypes()
                                      throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setParamTypes

        public void setParamTypes​(NetType[] ParamTypes)
                           throws java.lang.Throwable
        Throws:
        java.lang.Throwable