public class XmlInputFactoryInjectionProvider extends Object implements org.glassfish.hk2.api.Factory<XMLInputFactory>
transformer factories.| Constructor and Description |
|---|
XmlInputFactoryInjectionProvider(javax.ws.rs.core.Configuration config)
Create new XML input factory provider.
|
| Modifier and Type | Method and Description |
|---|---|
void |
dispose(XMLInputFactory instance) |
XMLInputFactory |
provide() |
@Inject public XmlInputFactoryInjectionProvider(javax.ws.rs.core.Configuration config)
config - Jersey configuration properties.@PerThread public XMLInputFactory provide()
provide in interface org.glassfish.hk2.api.Factory<XMLInputFactory>public void dispose(XMLInputFactory instance)
dispose in interface org.glassfish.hk2.api.Factory<XMLInputFactory>Copyright © 2007-2015, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.