com.infoengine.administration.delegate
Class DelegateCreator
java.lang.Object
com.infoengine.administration.delegate.DelegateCreator
- public class DelegateCreator
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PARM_PROVIDER
private static final String PARM_PROVIDER
- See Also:
- Constant Field Values
PARM_ROOT
private static final String PARM_ROOT
- See Also:
- Constant Field Values
PARM_TASK
private static final String PARM_TASK
- See Also:
- Constant Field Values
PARM_TASKS
private static final String PARM_TASKS
- See Also:
- Constant Field Values
PARM_REPO
private static final String PARM_REPO
- See Also:
- Constant Field Values
PARM_REPOTYPE
private static final String PARM_REPOTYPE
- See Also:
- Constant Field Values
PARM_SOAPC
private static final String PARM_SOAPC
- See Also:
- Constant Field Values
PARM_TYPEID
private static final String PARM_TYPEID
- See Also:
- Constant Field Values
PARM_SYNCH
private static final String PARM_SYNCH
- See Also:
- Constant Field Values
PARM_VERIFY
private static final String PARM_VERIFY
- See Also:
- Constant Field Values
providerUrl
private String providerUrl
taskRoot
private String taskRoot
task
private String task
tasks
private String tasks
repository
private String repository
repositoryType
private String repositoryType
soapClass
private String soapClass
typeId
private String typeId
verify
private boolean verify
report
private StringBuffer report
DelegateCreator
public DelegateCreator()
setProviderURL
public void setProviderURL(String url)
setTaskRoot
public void setTaskRoot(String root)
setTask
public void setTask(String t)
setTasks
public void setTasks(String ts)
setRepository
public void setRepository(String r)
setRepositoryType
public void setRepositoryType(String rt)
setSOAPClass
public void setSOAPClass(String cls)
setTypeId
public void setTypeId(String id)
setVerify
public void setVerify(boolean b)
getReport
public String getReport()
REQUIRED
private void REQUIRED(String p1)
throws IEBadRequestException
- Throws:
IEBadRequestException
OR
private void OR(String p1,
String p2)
throws IEBadRequestException
- Throws:
IEBadRequestException
BOTH
private void BOTH(String p1,
String p2)
throws IEBadRequestException
- Throws:
IEBadRequestException
verifyParms
private void verifyParms()
throws IEBadRequestException
- Throws:
IEBadRequestException
process
public void process()
throws IEException
- Throws:
IEException
main
public static void main(String[] args)
throws Exception
- Throws:
Exception