[undertow-dev] accessing msc services
Stuart Douglas
sdouglas at redhat.com
Fri Feb 7 22:21:39 EST 2014
To save you looking the relevant class is org.wildfly.extension.undertow.deployment.UndertowAttachments.
Stuart
----- Original Message -----
> From: "Bill Burke" <bburke at redhat.com>
> To: "Tomaž Cerar" <tomaz.cerar at gmail.com>
> Cc: undertow-dev at lists.jboss.org
> Sent: Friday, 7 February, 2014 11:10:26 PM
> Subject: Re: [undertow-dev] accessing msc services
>
>
>
> On 2/7/2014 3:53 PM, Tomaž Cerar wrote:
> >
> > On Fri, Feb 7, 2014 at 9:51 PM, Bill Burke <bburke at redhat.com
> > <mailto:bburke at redhat.com>> wrote:
> >
> > 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).
> >
> > 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.
> >
> >
> >
> > Yeah it is possible create & attach http handlers to the chain inside
> > your deployment processor, same for auth mechanisms.
> > There are many subsystems that already do exactly this.
>
> Awesome. Ok, that's all I needed. I'll search the codebase.
>
> --
> Bill Burke
> JBoss, a division of Red Hat
> http://bill.burkecentral.com
> _______________________________________________
> undertow-dev mailing list
> undertow-dev at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/undertow-dev
More information about the undertow-dev
mailing list