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 interfaces -
-
Uses of MAPBuilderFactory in org.jboss.ws.api.addressing
Methods in org.jboss.ws.api.addressing that return MAPBuilderFactory Modifier and Type Method Description static MAPBuilderFactoryMAPBuilderFactory. getInstance()Get the properMAPBuilderFactoryinstance 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 MAPBuilderFactoryMAPBuilderFactory. getInstance(ClassLoader loader)The same asgetInstance()except the provided ClassLoader instance is used to lookup the factory name.
-