Class CswActionTransformerProviderImpl
java.lang.Object
org.codice.ddf.spatial.ogc.csw.catalog.endpoint.transformer.impl.CswActionTransformerProviderImpl
- All Implemented Interfaces:
CswActionTransformerProvider
public class CswActionTransformerProviderImpl
extends Object
implements CswActionTransformerProvider
This code is experimental. While this interface is functional and tested, it may change or be
removed in a future version of the library.
Manages a reference list of CswActionTransformer's by mapping them to the typenames
they apply to.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidbind(CswActionTransformer cswActionTransformer) getTransformer(String typeName) voidunbind(CswActionTransformer cswActionTransformer)
-
Constructor Details
-
CswActionTransformerProviderImpl
public CswActionTransformerProviderImpl()
-
-
Method Details
-
bind
-
unbind
-
getTransformer
- Specified by:
getTransformerin interfaceCswActionTransformerProvider
-