Uses of Interface
org.apache.cxf.endpoint.Client
Packages that use Client
Package
Description
-
Uses of Client in org.apache.cxf.binding.coloc.feature
Methods in org.apache.cxf.binding.coloc.feature with parameters of type Client -
Uses of Client in org.apache.cxf.bus.managers
Methods in org.apache.cxf.bus.managers with parameters of type ClientModifier and TypeMethodDescriptionvoidClientLifeCycleManagerImpl.clientCreated(Client client) voidClientLifeCycleManagerImpl.clientDestroyed(Client client) -
Uses of Client in org.apache.cxf.clustering
Methods in org.apache.cxf.clustering with parameters of type ClientModifier and TypeMethodDescriptionvoidFailoverFeature.Portable.initialize(Client client, Bus bus) -
Uses of Client in org.apache.cxf.databinding.stax
Methods in org.apache.cxf.databinding.stax with parameters of type ClientModifier and TypeMethodDescriptionvoidStaxDataBindingFeature.Portable.initialize(Client client, Bus bus) -
Uses of Client in org.apache.cxf.endpoint
Classes in org.apache.cxf.endpoint that implement ClientMethods in org.apache.cxf.endpoint with parameters of type ClientModifier and TypeMethodDescriptionvoidClientLifeCycleListener.clientCreated(Client client) voidClientLifeCycleManager.clientCreated(Client client) voidClientLifeCycleListener.clientDestroyed(Client client) voidClientLifeCycleManager.clientDestroyed(Client client) -
Uses of Client in org.apache.cxf.endpoint.dynamic
Methods in org.apache.cxf.endpoint.dynamic that return ClientModifier and TypeMethodDescriptionDynamicClientFactory.createClient(String wsdlUrl) Create a newClientinstance using the WSDL to be loaded from the specified URL and using the current classloading context.DynamicClientFactory.createClient(String wsdlUrl, ClassLoader classLoader) Create a newClientinstance using the WSDL to be loaded from the specified URL and with the specifiedClassLoaderas parent.DynamicClientFactory.createClient(String wsdlUrl, ClassLoader classLoader, List<String> bindingFiles) DynamicClientFactory.createClient(String wsdlUrl, List<String> bindingFiles) DynamicClientFactory.createClient(String wsdlUrl, QName service) DynamicClientFactory.createClient(String wsdlUrl, QName service, ClassLoader classLoader, QName port) DynamicClientFactory.createClient(String wsdlUrl, QName service, ClassLoader classLoader, QName port, List<String> bindingFiles) DynamicClientFactory.createClient(String wsdlUrl, QName service, List<String> bindingFiles) DynamicClientFactory.createClient(String wsdlUrl, QName service, QName port) DynamicClientFactory.createClient(String wsdlUrl, QName service, QName port, List<String> bindingFiles) DynamicClientFactory.createClient(URL wsdlUrl) Create a newClientinstance using the WSDL to be loaded from the specified URL and using the current classloading context.DynamicClientFactory.createClient(URL wsdlUrl, ClassLoader classLoader) Create a newClientinstance using the WSDL to be loaded from the specified URL and with the specifiedClassLoaderas parent.DynamicClientFactory.createClient(URL wsdlUrl, ClassLoader classLoader, List<String> bindingFiles) DynamicClientFactory.createClient(URL wsdlUrl, List<String> bindingFiles) DynamicClientFactory.createClient(URL wsdlUrl, QName service) DynamicClientFactory.createClient(URL wsdlUrl, QName service, ClassLoader classLoader, QName port) DynamicClientFactory.createClient(URL wsdlUrl, QName service, ClassLoader classLoader, QName port, List<String> bindingFiles) DynamicClientFactory.createClient(URL wsdlUrl, QName service, List<String> bindingFiles) DynamicClientFactory.createClient(URL wsdlUrl, QName service, QName port) DynamicClientFactory.createClient(URL wsdlUrl, QName service, QName port, List<String> bindingFiles) -
Uses of Client in org.apache.cxf.feature
Methods in org.apache.cxf.feature with parameters of type ClientModifier and TypeMethodDescriptiondefault voidAbstractPortableFeature.initialize(Client client, Bus bus) voidDelegatingFeature.initialize(Client client, Bus bus) voidFeature.initialize(Client client, Bus bus) voidWrappedFeature.initialize(Client client, Bus bus) -
Uses of Client in org.apache.cxf.feature.validation
Methods in org.apache.cxf.feature.validation with parameters of type ClientModifier and TypeMethodDescriptionvoidSchemaValidationFeature.Portable.initialize(Client client, Bus bus) -
Uses of Client in org.apache.cxf.frontend
Fields in org.apache.cxf.frontend declared as ClientMethods in org.apache.cxf.frontend that return ClientModifier and TypeMethodDescriptionClientFactoryBean.create()protected ClientClientFactoryBean.createClient(Endpoint ep) ClientProxy.getClient()static ClientMethods in org.apache.cxf.frontend with parameters of type ClientModifier and TypeMethodDescriptionprotected voidClientFactoryBean.applyFeatures(Client client) protected ClientProxyClientProxyFactoryBean.clientClientProxy(Client c) Constructors in org.apache.cxf.frontend with parameters of type Client -
Uses of Client in org.apache.cxf.jaxws
Methods in org.apache.cxf.jaxws that return ClientMethods in org.apache.cxf.jaxws with parameters of type ClientModifier and TypeMethodDescriptionprotected ClientProxyJaxWsProxyFactoryBean.clientClientProxy(Client c) Constructors in org.apache.cxf.jaxws with parameters of type Client -
Uses of Client in org.apache.cxf.metrics
Methods in org.apache.cxf.metrics with parameters of type ClientModifier and TypeMethodDescriptionvoidMetricsFeature.Portable.initialize(Client client, Bus bus) -
Uses of Client in org.apache.cxf.transport.http
Methods in org.apache.cxf.transport.http with parameters of type ClientModifier and TypeMethodDescriptionvoidHttpConduitFeature.Portable.initialize(Client client, Bus bus) -
Uses of Client in org.apache.cxf.transport.https
Methods in org.apache.cxf.transport.https with parameters of type ClientModifier and TypeMethodDescriptionvoidCertConstraintsFeature.Portable.initialize(Client client, Bus bus) -
Uses of Client in org.apache.cxf.transport.jms
Methods in org.apache.cxf.transport.jms with parameters of type ClientModifier and TypeMethodDescriptionvoidConnectionFactoryFeature.Portable.initialize(Client client, Bus bus) voidJMSConfigFeature.Portable.initialize(Client client, Bus bus) -
Uses of Client in org.apache.cxf.ws.policy
Methods in org.apache.cxf.ws.policy with parameters of type Client -
Uses of Client in org.apache.cxf.ws.rm
Methods in org.apache.cxf.ws.rm that return ClientModifier and TypeMethodDescriptionprotected ClientProxy.createClient(Bus bus, Endpoint endpoint, ProtocolVariation protocol, Conduit conduit, org.apache.cxf.ws.addressing.EndpointReferenceType address) Methods in org.apache.cxf.ws.rm with parameters of type ClientModifier and TypeMethodDescriptionvoidRMManager.clientCreated(Client client) voidRMManager.clientDestroyed(Client client) -
Uses of Client in org.apache.cxf.ws.security.cache
Methods in org.apache.cxf.ws.security.cache with parameters of type ClientModifier and TypeMethodDescriptionvoidCacheCleanupListener.clientCreated(Client client) voidCacheCleanupListener.clientDestroyed(Client client) -
Uses of Client in org.apache.cxf.ws.security.trust
Fields in org.apache.cxf.ws.security.trust declared as ClientMethods in org.apache.cxf.ws.security.trust that return Client