Uses of Class
org.jboss.ws.api.addressing.MAPBuilderFactory
Packages that use MAPBuilderFactory
-
Uses of MAPBuilderFactory in org.jboss.ws.api.addressing
Methods in org.jboss.ws.api.addressing that return MAPBuilderFactoryModifier and TypeMethodDescriptionstatic 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. -
Uses of MAPBuilderFactory in org.jboss.wsf.stack.cxf.extensions.addressing.map
Subclasses of MAPBuilderFactory in org.jboss.wsf.stack.cxf.extensions.addressing.map