Uses of Interface
org.apache.cxf.endpoint.Client
-
-
Uses of Client in org.apache.cxf.binding.coloc.feature
Methods in org.apache.cxf.binding.coloc.feature with parameters of type Client Modifier and Type Method Description voidColocFeature.Portable. initialize(Client client, Bus bus) -
Uses of Client in org.apache.cxf.bus.managers
Methods in org.apache.cxf.bus.managers with parameters of type Client Modifier and Type Method Description voidClientLifeCycleManagerImpl. 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 Client Modifier and Type Method Description voidFailoverFeature.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 Client Modifier and Type Method Description voidStaxDataBindingFeature.Portable. initialize(Client client, Bus bus) -
Uses of Client in org.apache.cxf.endpoint
Classes in org.apache.cxf.endpoint that implement Client Modifier and Type Class Description classClientImplMethods in org.apache.cxf.endpoint with parameters of type Client Modifier and Type Method Description voidClientLifeCycleListener. 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 Client Modifier and Type Method Description ClientDynamicClientFactory. createClient(String wsdlUrl)Create a newClientinstance using the WSDL to be loaded from the specified URL and using the current classloading context.ClientDynamicClientFactory. createClient(String wsdlUrl, ClassLoader classLoader)Create a newClientinstance using the WSDL to be loaded from the specified URL and with the specifiedClassLoaderas parent.ClientDynamicClientFactory. createClient(String wsdlUrl, ClassLoader classLoader, List<String> bindingFiles)ClientDynamicClientFactory. createClient(String wsdlUrl, List<String> bindingFiles)ClientDynamicClientFactory. createClient(String wsdlUrl, QName service)ClientDynamicClientFactory. createClient(String wsdlUrl, QName service, ClassLoader classLoader, QName port)ClientDynamicClientFactory. createClient(String wsdlUrl, QName service, ClassLoader classLoader, QName port, List<String> bindingFiles)ClientDynamicClientFactory. createClient(String wsdlUrl, QName service, List<String> bindingFiles)ClientDynamicClientFactory. createClient(String wsdlUrl, QName service, QName port)ClientDynamicClientFactory. createClient(String wsdlUrl, QName service, QName port, List<String> bindingFiles)ClientDynamicClientFactory. createClient(URL wsdlUrl)Create a newClientinstance using the WSDL to be loaded from the specified URL and using the current classloading context.ClientDynamicClientFactory. createClient(URL wsdlUrl, ClassLoader classLoader)Create a newClientinstance using the WSDL to be loaded from the specified URL and with the specifiedClassLoaderas parent.ClientDynamicClientFactory. createClient(URL wsdlUrl, ClassLoader classLoader, List<String> bindingFiles)ClientDynamicClientFactory. createClient(URL wsdlUrl, List<String> bindingFiles)ClientDynamicClientFactory. createClient(URL wsdlUrl, QName service)ClientDynamicClientFactory. createClient(URL wsdlUrl, QName service, ClassLoader classLoader, QName port)ClientDynamicClientFactory. createClient(URL wsdlUrl, QName service, ClassLoader classLoader, QName port, List<String> bindingFiles)ClientDynamicClientFactory. createClient(URL wsdlUrl, QName service, List<String> bindingFiles)ClientDynamicClientFactory. createClient(URL wsdlUrl, QName service, QName port)ClientDynamicClientFactory. 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 Client Modifier and Type Method Description default 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 Client Modifier and Type Method Description voidSchemaValidationFeature.Portable. initialize(Client client, Bus bus) -
Uses of Client in org.apache.cxf.frontend
Fields in org.apache.cxf.frontend declared as Client Modifier and Type Field Description protected ClientClientProxy. clientMethods in org.apache.cxf.frontend that return Client Modifier and Type Method Description ClientClientFactoryBean. create()protected ClientClientFactoryBean. createClient(Endpoint ep)ClientClientProxy. getClient()static ClientClientProxy. getClient(Object o)Methods in org.apache.cxf.frontend with parameters of type Client Modifier and Type Method Description protected voidClientFactoryBean. applyFeatures(Client client)protected ClientProxyClientProxyFactoryBean. clientClientProxy(Client c)Constructors in org.apache.cxf.frontend with parameters of type Client Constructor Description ClientProxy(Client c) -
Uses of Client in org.apache.cxf.jaxws
Methods in org.apache.cxf.jaxws that return Client Modifier and Type Method Description ClientDispatchImpl. getClient()Methods in org.apache.cxf.jaxws with parameters of type Client Modifier and Type Method Description protected ClientProxyJaxWsProxyFactoryBean. clientClientProxy(Client c)Constructors in org.apache.cxf.jaxws with parameters of type Client Constructor Description JaxWsClientProxy(Client c, javax.xml.ws.Binding b) -
Uses of Client in org.apache.cxf.metrics
Methods in org.apache.cxf.metrics with parameters of type Client Modifier and Type Method Description voidMetricsFeature.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 Client Modifier and Type Method Description voidHttpConduitFeature.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 Client Modifier and Type Method Description voidCertConstraintsFeature.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 Client Modifier and Type Method Description voidConnectionFactoryFeature.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 Modifier and Type Method Description voidWSPolicyFeature. initialize(Client client, Bus bus) -
Uses of Client in org.apache.cxf.ws.rm
Methods in org.apache.cxf.ws.rm that return Client Modifier and Type Method Description protected 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 Client Modifier and Type Method Description voidRMManager. 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 Client Modifier and Type Method Description voidCacheCleanupListener. 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 Client Modifier and Type Field Description protected ClientAbstractSTSClient. clientMethods in org.apache.cxf.ws.security.trust that return Client Modifier and Type Method Description ClientAbstractSTSClient. getClient()
-