Uses of Interface
org.apache.cxf.endpoint.Client
-
Packages that use Client Package Description org.apache.cxf.bus.managers org.apache.cxf.databinding.stax org.apache.cxf.endpoint Client and Server related classes.org.apache.cxf.feature org.apache.cxf.feature.validation org.apache.cxf.ws.security.cache org.apache.cxf.ws.security.trust org.jboss.wsf.stack.cxf.client.configuration -
-
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.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.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.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() -
Uses of Client in org.jboss.wsf.stack.cxf.client.configuration
Methods in org.jboss.wsf.stack.cxf.client.configuration with parameters of type Client Modifier and Type Method Description voidCXFClientConfigurer. setConfigProperties(Client client, Map<String,String> properties)
-