public class CacheMediatorSerializer extends AbstractMediatorSerializer
<cache [id="string"] [hashGenerator="class"] [timeout="seconds"] [scope=(per-host | per-mediator)] collector=(true | false) [maxMessageSize="in-bytes"]> <onCacheHit [sequence="key"]> (mediator)+ </onCacheHit>? <implementation type=(memory | disk) maxSize="int"/> </cache>
DESCRIPTION_Q, fac, log, nullNS, PROP_Q, synNS
Constructor and Description |
---|
CacheMediatorSerializer() |
Modifier and Type | Method and Description |
---|---|
String |
getMediatorClassName()
Return the class name of the mediator which can be serialized
|
org.apache.axiom.om.OMElement |
serializeSpecificMediator(Mediator m)
Specific mediator factory implementations should implement this method to build the
Mediator by the given XML configuration |
handleException, handleException, saveTracingState, serializeMediator, serializeMediatorProperties, serializeMediatorProperties, serializeNamespaces, serializeProperties
public org.apache.axiom.om.OMElement serializeSpecificMediator(Mediator m)
AbstractMediatorSerializer
Mediator
by the given XML configurationserializeSpecificMediator
in class AbstractMediatorSerializer
m
- mediator to be serializedpublic String getMediatorClassName()
MediatorSerializer
Copyright © 2005-2017 Apache Software Foundation. All Rights Reserved.