Grails cxf plugin - customize cxf endpoint display page -


i customize view of published endpoint page, generated cxf-plugin (http://localhost:8080/myapp/services). display of soap endpoints should have layout of entire app access restricted by spring security. question is, how possible accomplish?

my first idea customize output of servlet via css, i'm struggling how done. problem here is, authorization information seem problem.

another alternative create own controller , display information in customized fashion. problem here, i'm not aware of possibilities on information endpoints, wsdl documents , on, published via /services servlet.

the third, worst solution (at least perspective) create own controller, http on /services, parse html , extract endpoint information via approach.

perhaps has done before , can give me hint how endpoint information controller.

thanks help!


Comments

Popular posts from this blog

python - Subclassed QStyledItemDelegate ignores Stylesheet -

java - HttpClient 3.1 Connection pooling vs HttpClient 4.3.2 -

SQL: Divide the sum of values in one table with the count of rows in another -