Package com.altova.automation.XMLSpy
Class RaptorXMLServer
java.lang.Object
com.altova.automation.libs.COMIUnknownObject
com.altova.automation.libs.COMIDispatchObject
com.altova.automation.XMLSpy.RaptorXMLServer
public class RaptorXMLServer extends COMIDispatchObject
-
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 voiddelete()Remove this server.COMIDispatchObjectgetApplication()property ApplicationRaptorXMLConfigurationsgetConfigurations()Configurations defined for this serverbooleangetConnected()test if RaptorXML server is connectedbooleangetDefault()Is this the currently selected server?java.lang.StringgetDescription()property Descriptionjava.lang.StringgetError()property Errorjava.lang.StringgetHostName()property HostNameGUIDgetInterfaceIID()java.lang.StringgetName()property NameCOMIDispatchObjectgetParent()property ParentintgetPort()property PortvoidsetConnected(boolean newValue)test if RaptorXML server is connectedvoidsetHostName(java.lang.String newValue)property HostNamevoidsetName(java.lang.String newValue)property NamevoidsetPort(int newValue)property PortMethods 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
-
getApplication
property Application- Throws:
AutomationException
-
getParent
property Parent- Throws:
AutomationException
-
getName
property Name- Throws:
AutomationException
-
setName
property Name- Throws:
AutomationException
-
getHostName
property HostName- Throws:
AutomationException
-
setHostName
property HostName- Throws:
AutomationException
-
getPort
property Port- Throws:
AutomationException
-
setPort
property Port- Throws:
AutomationException
-
getDescription
property Description- Throws:
AutomationException
-
getConnected
test if RaptorXML server is connected- Throws:
AutomationException
-
setConnected
test if RaptorXML server is connected- Throws:
AutomationException
-
getError
property Error- Throws:
AutomationException
-
getConfigurations
Configurations defined for this server- Throws:
AutomationException
-
getDefault
Is this the currently selected server?- Throws:
AutomationException
-
delete
Remove this server.- Throws:
AutomationException
-