public abstract class DriverBaseTask extends AntBaseTask
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
config
Path to axis2.xml (local/optional)
|
protected java.lang.String |
driverId |
protected java.lang.String |
location
Location of the service
|
static java.lang.String |
PropertyActorID |
static java.lang.String |
PropertyAxis2Security
Controls whether client stubs should be created with security turned on or off.
|
protected java.lang.String |
repository
Path to repository (local/optional)
|
classpath, exitCodeMessageProperty, exitCodeProperty, InternalTaskError, loaderref, logger, PropertyRootPath, timeout| Constructor and Description |
|---|
DriverBaseTask() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute() |
java.util.Properties |
getProperties() |
protected NodeAgentServiceStub |
getStub()
Returns a service stub
|
protected void |
message(java.lang.String message) |
protected void |
resolveSecurity() |
void |
setConfig(java.lang.String config)
Sets the path to the local axis2.xml
|
void |
setDriverId(java.lang.String driverId) |
void |
setLocation(java.lang.String location)
Sets the service location
|
void |
setRepository(java.lang.String repository)
Sets the path to the local repository
|
createClasspath, fixClassPath, getClasspath, getErrorMessage, setClasspath, setClasspathRef, setExitCode, setExitCodeProperty, setLoaderref, setResult, setTimeoutbindToOwner, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskTypepublic static final java.lang.String PropertyAxis2Security
public static final java.lang.String PropertyActorID
protected java.lang.String location
protected java.lang.String repository
protected java.lang.String config
protected java.lang.String driverId
public void setDriverId(java.lang.String driverId)
driverId - the driverId to setpublic void setLocation(java.lang.String location)
location - locationpublic void setRepository(java.lang.String repository)
repository - repositorypublic void setConfig(java.lang.String config)
config - configpublic void execute()
throws org.apache.tools.ant.BuildException
execute in class AntBaseTaskorg.apache.tools.ant.BuildExceptionprotected void resolveSecurity()
throws java.lang.Exception
java.lang.Exceptionprotected NodeAgentServiceStub getStub() throws java.lang.Exception
java.lang.Exception - in case of errorpublic java.util.Properties getProperties()
throws java.lang.Exception
getProperties in class AntBaseTaskjava.lang.Exceptionprotected void message(java.lang.String message)
Copyright © 2018 RENCI. All Rights Reserved.