Package com.altova.automation.XMLSpy
Class RaptorXMLServers
java.lang.Object
com.altova.automation.libs.COMIUnknownObject
com.altova.automation.libs.COMIDispatchObject
com.altova.automation.XMLSpy.RaptorXMLServers
- All Implemented Interfaces:
COMIDispatchConstList<RaptorXMLServer>,java.lang.Iterable<RaptorXMLServer>
public class RaptorXMLServers extends COMIDispatchObject implements COMIDispatchConstList<RaptorXMLServer>
-
Field Summary
Fields inherited from class com.altova.automation.libs.COMIDispatchObject
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF -
Method Summary
Modifier and Type Method Description RaptorXMLServeradd(java.lang.String strName, java.lang.String strHostName, int nPort, boolean bSSL)Add a new RaptorXML server.RaptorXMLServerfind(java.lang.String strName)Find RaptorXML server by namejava.lang.Objectget_NewEnum()Not used in this context.COMIDispatchObjectgetApplication()property ApplicationintgetCount()RaptorXMLServergetDefault()property current selected server used for validationGUIDgetInterfaceIID()RaptorXMLServergetItem(int n)COMIDispatchObjectgetParent()property Parentjava.util.Iterator<RaptorXMLServer>iterator()Methods inherited from class com.altova.automation.libs.COMIDispatchObject
addListener, getProperty, getProperty, invoke, removeListener, setProperty, setPropertyMethods inherited from class com.altova.automation.libs.COMIUnknownObject
dispose, equals, getCOMInterfacePointer, isNull
-
Method Details
-
getInterfaceIID
-
getCount
- Specified by:
getCountin interfaceCOMIDispatchConstList<RaptorXMLServer>- Returns:
- number of elements in the list.
- Throws:
AutomationException- on COM error.
-
getItem
- Specified by:
getItemin interfaceCOMIDispatchConstList<RaptorXMLServer>- Parameters:
n- get element at specified index. COM lists typically are 1-based!- Returns:
- element at index
- Throws:
AutomationException- on COM error
-
get_NewEnum
Description copied from interface:COMIDispatchConstListNot used in this context. Lists get iterated based on indices.- Specified by:
get_NewEnumin interfaceCOMIDispatchConstList<RaptorXMLServer>- Returns:
- COM enumerator for the list.
- Throws:
AutomationException- on COM error
-
getApplication
property Application- Throws:
AutomationException
-
getParent
property Parent- Throws:
AutomationException
-
getDefault
property current selected server used for validation- Throws:
AutomationException
-
add
public RaptorXMLServer add(java.lang.String strName, java.lang.String strHostName, int nPort, boolean bSSL) throws AutomationExceptionAdd a new RaptorXML server.- Throws:
AutomationException
-
find
Find RaptorXML server by name- Throws:
AutomationException
-
iterator
- Specified by:
iteratorin interfacejava.lang.Iterable<RaptorXMLServer>
-