Package eu.bandm.tools.xslt.base
Class MessageSender
java.lang.Object
eu.bandm.tools.xslt.base.MessageSender
- Direct Known Subclasses:
Templates
,TemplatesCache
,Transformation
,TransformationCache
Common local superclass for different phases of processing; provides
methods to send to a
MessageReceiver
and the Trace
control.-
Field Summary
Modifier and TypeFieldDescription(package private) MessageReceiver<SimpleMessage<XMLDocumentIdentifier>>
(package private) Trace
-
Constructor Summary
ConstructorDescriptionMessageSender
(MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> msg, Trace trace) -
Method Summary
Modifier and TypeMethodDescription(package private) void
error
(TypedElement el, String s) (package private) void
error
(Exception ex, Location<XMLDocumentIdentifier> loc, String s) (package private) void
(package private) void
failure
(Exception ex, Location<XMLDocumentIdentifier> loc, String s) protected Location<XMLDocumentIdentifier>
(package private) void
hint
(Location<XMLDocumentIdentifier> loc, String s) (package private) void
log
(Location<XMLDocumentIdentifier> loc, String s) (package private) void
void
void
(package private) void
warning
(Location<XMLDocumentIdentifier> loc, String s) (package private) void
warning
(TypedElement el, String s) (package private) void
-
Field Details
-
msg
-
trace
-
-
Constructor Details
-
MessageSender
-
-
Method Details
-
setMsg
-
setTrace
-
error
-
error
-
error
-
warning
-
warning
-
warning
-
hint
-
failure
-
log
-
log
-
getLocation
-