Class ClientApplication

java.lang.Object
com.bea.wcp.diameter.Application
com.bea.wcp.diameter.ClientApplication
Direct Known Subclasses:
RfApplication, RoApplication, ShApplication, SyApplication

public abstract class ClientApplication extends Application
Base class for Diameter client applications. Extends the Application base class with support for the 'destination.host' and 'destination.realm' initialization parameters. The 'destination.host' parameter can be used to set the default destination host for all requests for the application, and the 'destination.realm' parameter can be used to set the default destination realm. If 'destination.realm' is not specified, then the default destination realm is the domain part of the 'destination.host' if specified, otherwise the default realm of the current Diameter node.
Author:
Copyright (c) 2019, Oracle and/or its affiliates. All rights reserved.
  • Constructor Details

    • ClientApplication

      public ClientApplication()
  • Method Details

    • init

      public void init() throws DiameterException
      Description copied from class: Application
      Called by the container to initialize the application. Applications override this method to perform application specific initialization.
      Overrides:
      init in class Application
      Throws:
      DiameterException - if the initialization failed