<div dir="ltr"><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Feb 7, 2014 at 9:51 PM, Bill Burke <span dir="ltr"><<a href="mailto:bburke@redhat.com" target="_blank">bburke@redhat.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div id=":277" style="overflow:hidden">I just need a reference to this service as it contains config information that is stored in the subsystem (standalone.xml, sorry if I'm confusing the terminology). Don't care where or when the Undertow Handler gets this referenc(deploy time or runtime).<br>
<br>
Is it possible to create HttpHandler instances in a deployment processor and attach them to the WAR deployment? What about AuthMechanisms? I guess I should dive into the undertow subsystem a bit more.</div></blockquote>
</div><br><br></div><div class="gmail_extra">Yeah it is possible create & attach http handlers to the chain inside your deployment processor, same for auth mechanisms.<br></div><div class="gmail_extra">There are many subsystems that already do exactly this.<br>
</div></div>