Package com.adaptris.stax.services
Interface Plugin
-
- All Superinterfaces:
ComponentLifecycle
- All Known Implementing Classes:
StaxTransformPlugin
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public interface Plugin extends ComponentLifecycle
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AdaptrisMessagetransform(AdaptrisMessage msg)-
Methods inherited from interface com.adaptris.core.ComponentLifecycle
close, init, start, stop
-
-
-
-
Method Detail
-
transform
AdaptrisMessage transform(AdaptrisMessage msg) throws ServiceException
- Throws:
ServiceException
-
-