[Geoserver-users] Java API Callback on WFS requests for own DataSource

Hi,

Is there a Java Callback API where
WFS requests end up so I can dynamically
add my own map-layers on the fly?

My GIS points and segments are in an own database
and I would like to feed geoserver dynamically (for
GetCapabilities, DescribeFeatureType, GetFeature, Transaction requests)
and not preconfigure it with workspaces/layers.

So Geoserver runs more or less stateless and just tunnels
WFS conforming requests to my Java code …

Thank you
Marcel