Skip navigation links

Oracle Application Server
Web Services Java API Reference
10g Release 3 (10.1.3.1.0)

B28977-01


oracle.webservices.reliability
Class ReliabilityClientFactory

java.lang.Object
  extended by oracle.webservices.reliability.ReliabilityClientFactory


public class ReliabilityClientFactory
extends Object

The class is a singleton factory used to create reliability clients


Method Summary
 ReliabilityClient getClient()
          Creates a reliability client with the configuration provided.
static ReliabilityClientFactory getClientFactory()
          Get the default factory instance.

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Method Detail

getClientFactory

public static ReliabilityClientFactory getClientFactory()
Get the default factory instance.
Returns:
a factory instance.

getClient

public ReliabilityClient getClient()
Creates a reliability client with the configuration provided.
Returns:
a reliability client.

Skip navigation links

Copyright © 2006, Oracle. All Rights Reserved.