-
bank.BankApplication.createClient()
Create a Client in an agency
@param cid is a client identifier (last name, first name and address)
@param agencyName the the name of the agency of the new client
-
bank.BankApplicationImpl.createClient()
-
com.amazonaws.regions.Region.createClient()
Creates a new service client of the class given and configures it. If credentials or config are null, defaults will be used.
@param serviceClass The service client class to instantiate, e.g. AmazonS3Client.class
@param credentials The credentials provider to use, or null for the default credentials provider
@param config The configuration to use, or null for the default configuration
@see ServiceAbbreviations
-
com.facebook.swift.service.ThriftClientManager.createClient()
-
com.google.enterprise.connector.otex.client.ClientFactory.createClient()
Gets a new client instance.
@return a new client instance
-
com.sun.xml.ws.api.pipe.TubelineAssembler.createClient()
Creates a new tubeline for clients.
When a JAX-WS client creates a proxy or a {@link javax.xml.ws.Dispatch} froma {@link javax.xml.ws.Service}, JAX-WS runtime internally uses this method to create a new tubeline as a part of the initilization.
@param context Object that captures various contextual information that can be used to determine the tubeline to be assembled.
@return non-null freshly created tubeline.
@throws javax.xml.ws.WebServiceException if there's any configuration error that prevents the tubeline from being constructed. This exception will be propagated into the application, so it must have a descriptive error.
-
com.xixibase.cache.CacheClientManager.createClient()
Create one client with default groupID.
@return created client
-
org.apache.axis2.client.ServiceClient.createClient()
Create an operation client with the appropriate message exchange pattern (MEP). This method creates a full-function MEP client which can be used to exchange messages for a specific operation. It configures the constructed operation client to use the current normal and override options. This method is used internally, and also by generated client stub code.
@param operationQName qualified name of operation (local name is operation name, namespaceURI is just the empty string)
@return client configured to talk to the given operation
@throws AxisFault if the operation is not found
-
org.apache.axis2.description.AxisOperation.createClient()
-
org.apache.axis2.rpc.client.RPCServiceClient.createClient()
Returns a MEP client for an Out-IN operation. This client can be used to interact with a server which is offering an In-Out operation. To use the client, you must call addMessageContext() with a message context and then call execute() to execute the client.
@param sc The service context for this client to live within. Cannot benull.
@param options Options to use as defaults for this client. If any options areset specifically on the client then those override options here.
-
org.apache.cxf.endpoint.dynamic.DynamicClientFactory.createClient()
Create a new Client
instance using the WSDL to be loaded from the specified URL and using the current classloading context.
@param wsdlURL the URL to load
@return
-
org.apache.cxf.jaxws.endpoint.dynamic.JaxWsDynamicClientFactory.createClient()
-
org.apache.spark.network.client.TransportClientFactory.createClient()
Create a new {@link TransportClient} connecting to the given remote host / port. This willreuse TransportClients if they are still active and are for the same remote address. Prior to the creation of a new TransportClient, we will execute all {@link TransportClientBootstrap}s that are registered with this factory. This blocks until a connection is successfully established and fully bootstrapped. Concurrency: This method is safe to call from multiple threads.
-
org.apache.sshd.agent.SshAgentFactory.createClient()
Create an SshAgent that can be used on the client side by the authentication process to send possible keys.
@param manager
@return
-
org.apache.sshd.agent.local.AgentServerProxy.createClient()
-
org.cast.cwm.dav.DavClientManager.createClient()
-
org.jboss.as.controller.ModelController.createClient()
Create an in-VM client.
@param executor the executor to use for asynchronous operation execution
@return the client
@throws SecurityException if the caller does not have {@link #ACCESS_PERMISSION}
-
org.jclouds.chef.ChefApi.createClient()
Creates a new client.
@param clientname The name of the new client
@return The client with the generated private key. This key should bestored so client can be properly authenticated .
-
org.jibx.ws.protocol.Protocol.createClient()
Create a client to connect to a service at the specified location using this protocol. The client will use the specified JiBX binding factory for marshalling and unmarshalling the message body. The binding factory may also be used for protocol specific details, such as unmarshalling any SOAP fault details. See the relevant subclass for details.
@param location the location of the service
@param factory the factory containing bindings for the outbound and inbound message body. Bindings are onlyrequired for non-empty outbound or inbound bodies. May also be used for protocol specific details. See the relevant WsClient
subclass for details.
@param options options for outbound message
@throws WsConfigurationException on configuration exception, for instance the location is invalid.
@throws WsBindingException if client cannot be created due to an error with the JiBX bindings
@return the client
-
org.jtestserver.common.protocol.udp.UDPProtocol.createClient()
-
org.wso2.carbon.sequences.ui.factory.EditorUIClientFactory.createClient()
-
pyrasun.eio.services.bytearray.ByteArrayClientService.createClient()
-
wpn.hdri.ss.client.ClientFactory.createClient()
Creates an instance of either {@link wpn.hdri.ss.client.tango.TangoClient} or {@link wpn.hdri.ss.client.tine.TineClient} or null.
Returning instance depends on which factory will succeed to create a client: Tango will try to create TangoClient and Tine will try to create a TineClient
Null client indicates that all factories failed to create a client, due to any error.
One can investigate these problems by calling {@link this#wasExceptions()} method.
@param deviceName a device name to which factories try to connect
@return new client (BadClient if neither factory was able to create a client)