Uses of Class
org.jboss.ws.api.addressing.MAPBuilderFactory
Packages that use MAPBuilderFactory Package Description org.jboss.ws.api.addressing JSR-261 support classes and interfacesUses of MAPBuilderFactory in org.jboss.ws.api.addressing
Methods in org.jboss.ws.api.addressing that return MAPBuilderFactory Modifier and Type Method and Description static MAPBuilderFactory
MAPBuilderFactory. getInstance()
Get the properMAPBuilderFactory
instance according to stack in use; this uses the ws server integration modular classloader if available (alternatively the current thread context classloader is used) for looking up the factory name.static MAPBuilderFactory
MAPBuilderFactory. getInstance(ClassLoader loader)
The same asgetInstance()
except the provided ClassLoader instance is used to lookup the factory name.
Copyright © 2018 JBoss, by Red Hat. All rights reserved.