| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
XSD_FILENAME
Define name of XSD.
|
static java.net.URL |
XSD_LOCATION
Define URL to XSD_LOCATION.
|
| Constructor and Description |
|---|
XmlAccessExecutor(WpContainer container)
Initialize executor for specified container.
|
| Modifier and Type | Method and Description |
|---|---|
protected Request |
executeCmd(com.xebialabs.overthere.OverthereConnection session,
com.xebialabs.deployit.plugin.api.flow.ExecutionContext context,
com.xebialabs.overthere.OverthereFile xmlaccessRequestFile,
java.lang.String scriptTemplateId)
Execute the command using the specified session and context.
|
Request |
executeXmlAccess(com.xebialabs.deployit.plugin.api.flow.ExecutionContext context,
com.xebialabs.overthere.OverthereFile xmlaccessRequestFile,
java.lang.String scriptTemplateId) |
Request |
executeXmlAccess(com.xebialabs.deployit.plugin.api.flow.ExecutionContext context,
Request domObject)
Execute XML access
|
Request |
executeXmlAccess(com.xebialabs.overthere.OverthereConnection session,
com.xebialabs.deployit.plugin.api.flow.ExecutionContext context,
com.xebialabs.overthere.OverthereFile xmlaccessRequestFile,
java.lang.String scriptTemplateId) |
Request |
executeXmlAccess(com.xebialabs.overthere.OverthereConnection session,
com.xebialabs.deployit.plugin.api.flow.ExecutionContext context,
Request domObject)
Execute XML access
|
boolean |
isSuccessfullyExecuted(Request xmlAccessResponse)
Determine if request was successfully executed.
|
public static final java.lang.String XSD_FILENAME
public static final java.net.URL XSD_LOCATION
public XmlAccessExecutor(WpContainer container)
container - The container to execute the XML Access command.public Request executeXmlAccess(com.xebialabs.deployit.plugin.api.flow.ExecutionContext context, Request domObject) throws XmlAccessExecutionException
context - The ExecutionContext in which the command is executeddomObject - DOM of XML access request to executeXmlAccessExecutionExceptionpublic Request executeXmlAccess(com.xebialabs.overthere.OverthereConnection session, com.xebialabs.deployit.plugin.api.flow.ExecutionContext context, Request domObject) throws XmlAccessExecutionException
session - The OverthereConnection used to execute the remote commandcontext - The ExecutionContext in which the command is executeddomObject - DOM of XML access request to executeXmlAccessExecutionExceptionpublic Request executeXmlAccess(com.xebialabs.deployit.plugin.api.flow.ExecutionContext context, com.xebialabs.overthere.OverthereFile xmlaccessRequestFile, java.lang.String scriptTemplateId) throws XmlAccessExecutionException
XmlAccessExecutionExceptionpublic Request executeXmlAccess(com.xebialabs.overthere.OverthereConnection session, com.xebialabs.deployit.plugin.api.flow.ExecutionContext context, com.xebialabs.overthere.OverthereFile xmlaccessRequestFile, java.lang.String scriptTemplateId) throws XmlAccessExecutionException
XmlAccessExecutionExceptionpublic boolean isSuccessfullyExecuted(Request xmlAccessResponse)
xmlAccessResponse - Response objectprotected Request executeCmd(com.xebialabs.overthere.OverthereConnection session, com.xebialabs.deployit.plugin.api.flow.ExecutionContext context, com.xebialabs.overthere.OverthereFile xmlaccessRequestFile, java.lang.String scriptTemplateId) throws XmlAccessExecutionException
session - The OverthereConnection used to execute the remote command.context - The ExecutionContext in which the command is executed.xmlaccessRequestFile - The XML Access script with the commands to execute.scriptTemplateId - XmlAccessExecutionException