OK, I need a little help on this.

I'm trying to imlpement the new HTTPClientPolicy "NonProxyHosts" attributes.
Ideally, I would like to directly have in the bean a Pattern so that it's only initiallized once at parsing time.

How to deal with that in JAXB ?
It's simple to add a String attribute in the schema resulting in a new property in the generated bean, but how can I convert it into a regular Pattern ?

Some ideas ?
--G

Reply via email to