com.xmlcalabash.extensions
Class SendMail

java.lang.Object
  extended by com.xmlcalabash.library.DefaultStep
      extended by com.xmlcalabash.extensions.SendMail
All Implemented Interfaces:
XProcRunnable, XProcStep

public class SendMail
extends DefaultStep

Created by IntelliJ IDEA. User: ndw Date: 11/15/11 Time: 7:14 AM To change this template use File | Settings | File Templates.


Field Summary
static net.sf.saxon.s9api.QName _content_type
           
static net.sf.saxon.s9api.QName em_Address
           
static net.sf.saxon.s9api.QName em_adrs
           
static net.sf.saxon.s9api.QName em_content
           
static net.sf.saxon.s9api.QName em_Message
           
static net.sf.saxon.s9api.QName em_name
           
static java.lang.String NS_EMAIL
           
static java.lang.String NS_RFC822
           
 
Fields inherited from class com.xmlcalabash.library.DefaultStep
_byte_order_mark, _cdata_section_elements, _doctype_public, _doctype_system, _encoding, _escape_uri_attributes, _include_content_type, _indent, _media_type, _method, _normalization_form, _omit_xml_declaration, _standalone, _undeclare_prefixes, _version, logger, runtime, step
 
Constructor Summary
SendMail(XProcRuntime runtime, XAtomicStep step)
          Creates a new instance of Identity
 
Method Summary
 void reset()
           
 void run()
           
 void setInput(java.lang.String port, ReadablePipe pipe)
           
 void setOutput(java.lang.String port, WritablePipe pipe)
           
 
Methods inherited from class com.xmlcalabash.library.DefaultStep
error, evaluateXPath, fine, finer, finest, getOption, getOption, getOption, getOption, getOption, getStep, info, makeSerializer, setOption, setParameter, setParameter, warning
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NS_EMAIL

public static final java.lang.String NS_EMAIL
See Also:
Constant Field Values

NS_RFC822

public static final java.lang.String NS_RFC822
See Also:
Constant Field Values

_content_type

public static final net.sf.saxon.s9api.QName _content_type

em_Message

public static final net.sf.saxon.s9api.QName em_Message

em_Address

public static final net.sf.saxon.s9api.QName em_Address

em_name

public static final net.sf.saxon.s9api.QName em_name

em_adrs

public static final net.sf.saxon.s9api.QName em_adrs

em_content

public static final net.sf.saxon.s9api.QName em_content
Constructor Detail

SendMail

public SendMail(XProcRuntime runtime,
                XAtomicStep step)
Creates a new instance of Identity

Method Detail

setInput

public void setInput(java.lang.String port,
                     ReadablePipe pipe)
Specified by:
setInput in interface XProcStep
Overrides:
setInput in class DefaultStep

setOutput

public void setOutput(java.lang.String port,
                      WritablePipe pipe)
Specified by:
setOutput in interface XProcStep
Overrides:
setOutput in class DefaultStep

reset

public void reset()
Specified by:
reset in interface XProcRunnable
Overrides:
reset in class DefaultStep

run

public void run()
         throws net.sf.saxon.s9api.SaxonApiException
Specified by:
run in interface XProcRunnable
Overrides:
run in class DefaultStep
Throws:
net.sf.saxon.s9api.SaxonApiException