public class orapipe extends java.lang.Object implements PipelineErrorHandler, PipelineConstants
java oracle.xml.pipeline.controller.orapipe options* <pipedoc> -help Prints the help message -version Prints the release version -sequential Executes the pipeline in a sequential mode, default is parallel -validate Validates the pipedoc with the pipeline schema, by default does not validate. If 'outparam' feature is used, then validate will fail with the current pipeline schema because this is an additional feature. If you are on a proxy server set the java property at runtime e.g. "-DproxySet=true -DproxyHost=www.proxyhost.com -DproxyPort=80" -log <logfile> Writes the errors/logs to the output file, by default writes to pipe.log -noinfo Don't log any info items, turned on by default -nowarning Don't log any warnings, turned on by default -force Executes pipeline even if target is up-to-date, by default no force is specified
COMPSTREAMRESULT, COMPSTREAMSOURCE, DOCFRAG, DOCUMENT, DOMRESULT, DOMSOURCE, ELEMENT, PROCESS_WAITING, SAXRESULT, SAXSOURCE, STREAMRESULT, STREAMSOURCE
Constructor and Description |
---|
orapipe() |
Modifier and Type | Method and Description |
---|---|
void |
error(java.lang.String msg, PipelineException e)
Handle any error thrown by the pipeline
|
void |
fatalError(java.lang.String msg, PipelineException e)
Handle an fatal error thrown by the pipeline
|
void |
info(java.lang.String msg)
Handle any informational items from the pipeline
|
static void |
main(java.lang.String[] args) |
void |
warning(java.lang.String msg, PipelineException e)
Handle all warnings thrown by the pipeline
|
public static void main(java.lang.String[] args)
public void error(java.lang.String msg, PipelineException e) throws PipelineException
error
in interface PipelineErrorHandler
msg
- - error messagePipelineException
-java.lang.Exception
PipelineException
public void fatalError(java.lang.String msg, PipelineException e) throws PipelineException
fatalError
in interface PipelineErrorHandler
msg
- - error messagePipelineException
-java.lang.Exception
PipelineException
public void warning(java.lang.String msg, PipelineException e) throws PipelineException
warning
in interface PipelineErrorHandler
msg
- - error messagePipelineException
-java.lang.Exception
PipelineException
public void info(java.lang.String msg)
info
in interface PipelineErrorHandler
message
-