public interface MediatorSerializer
Modifier and Type | Method and Description |
---|---|
String |
getMediatorClassName()
Return the class name of the mediator which can be serialized
|
org.apache.axiom.om.OMElement |
serializeMediator(org.apache.axiom.om.OMElement parent,
Mediator m)
Return the XML representation of this mediator
|
org.apache.axiom.om.OMElement serializeMediator(org.apache.axiom.om.OMElement parent, Mediator m)
m
- mediator to be serializedparent
- the OMElement to which the serialization should be attachedString getMediatorClassName()
Copyright © 2005-2017 Apache Software Foundation. All Rights Reserved.