Uses of Interface
org.jboss.ws.api.configuration.ClientConfigurer
-
Packages that use ClientConfigurer Package Description org.jboss.ws.api.configuration org.jboss.ws.common.configuration org.jboss.wsf.stack.cxf.client.configuration -
-
Uses of ClientConfigurer in org.jboss.ws.api.configuration
Methods in org.jboss.ws.api.configuration that return ClientConfigurer Modifier and Type Method Description static ClientConfigurerClientConfigUtil. resolveClientConfigurer()Resolves a ClientConfigurer instance by first using the current thread context classloader and failing that by using the defining classloader. -
Uses of ClientConfigurer in org.jboss.ws.common.configuration
Classes in org.jboss.ws.common.configuration with annotations of type with type parameters of type that implement declared as with annotations of type with type parameters of type with annotations of type with annotations of type with type parameters of type that return that return types with arguments of type with parameters of type with type arguments of type that throw with annotations of type with annotations of type with parameters of type with type arguments of type that throw ClientConfigurer Modifier and Type Class Description classorg.jboss.ws.common.configuration.ConfigHelper -
Uses of ClientConfigurer in org.jboss.wsf.stack.cxf.client.configuration
Classes in org.jboss.wsf.stack.cxf.client.configuration that implement ClientConfigurer Modifier and Type Class Description classCXFClientConfigurerCXF extension of common ClientConfigurer
-