com.esri.arcgis.search
Interface IIndexingXMLSerialize

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IIndexingXMLSerializeProxy

public interface IIndexingXMLSerialize
extends java.io.Serializable

COM Interface 'IIndexingXMLSerialize'. Generated 3/19/2015 1:21:02 PM from 'C:\ArcGIS\COM\esriSearch.tlb'

Description: 'Serialize / deserialize indexing configuration.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID2bbd19f5_c898_4d9f_bfd6_564d26cbdc34
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void deserialize(java.lang.String str)
          Deserialize.
 void load(IXMLReader pReader)
          Load.
 void save(IXMLWriter pWriter)
          Save.
 java.lang.String serialize()
          Serialize.
 

Field Detail

IID2bbd19f5_c898_4d9f_bfd6_564d26cbdc34

static final int IID2bbd19f5_c898_4d9f_bfd6_564d26cbdc34
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

serialize

java.lang.String serialize()
                           throws java.io.IOException,
                                  AutomationException
Serialize.

Returns:
The pStr
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

deserialize

void deserialize(java.lang.String str)
                 throws java.io.IOException,
                        AutomationException
Deserialize.

Parameters:
str - The str (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

load

void load(IXMLReader pReader)
          throws java.io.IOException,
                 AutomationException
Load.

Parameters:
pReader - A reference to a com.esri.arcgis.system.IXMLReader (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

save

void save(IXMLWriter pWriter)
          throws java.io.IOException,
                 AutomationException
Save.

Parameters:
pWriter - A reference to a com.esri.arcgis.system.IXMLWriter (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.