tomp.ext.source
Class URLSource

java.lang.Object
  |
  +--tomp.ext.Base
        |
        +--tomp.ext.source.URLSource
All Implemented Interfaces:
Source

public class URLSource
extends Base
implements Source


Field Summary
protected  java.net.URL url
           
 
Fields inherited from class tomp.ext.Base
action, application, status, STATUS, STATUS_ABORTED, STATUS_IN_PROCESSING, STATUS_NOT_PROCESSED, STATUS_READY, STATUS_READY_INVALID, STATUS_READY_VALID, validator
 
Constructor Summary
URLSource(Action e, java.lang.String id, Validator v, java.net.URL url)
           
 
Method Summary
 javax.xml.transform.Source getAsRawSource()
          The getAsRawSource() is actually abstract in this abstract class.
 
Methods inherited from class tomp.ext.Base
abortProcessing, commitProcessing, getAsSource, id, isReady, isValid, startProcessing
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface tomp.ext.Source
getAsSource, id, isReady, isValid
 

Field Detail

url

protected java.net.URL url
Constructor Detail

URLSource

public URLSource(Action e,
                 java.lang.String id,
                 Validator v,
                 java.net.URL url)
Method Detail

getAsRawSource

public javax.xml.transform.Source getAsRawSource()
                                          throws EXTException
Description copied from class: Base

The getAsRawSource() is actually abstract in this abstract class. It will return a source before validation.

Will be overloaded in any subclass.

Overrides:
getAsRawSource in class Base
EXTException