Package com.bea.wcp.diameter
Class ClientApplication
java.lang.Object
com.bea.wcp.diameter.Application
com.bea.wcp.diameter.ClientApplication
- Direct Known Subclasses:
RfApplication,RoApplication,ShApplication,SyApplication
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidinit()Called by the container to initialize the application.Methods inherited from class com.bea.wcp.diameter.Application
createRequest, createSession, createSession, createSession, createSessionId, getDestinationHost, getDestinationRealm, getId, getName, getNode, getOriginHost, getOriginRealm, getParameter, getParameter, log, log, rcvAnswer, rcvMessage, rcvRequest, setDestinationHost, setDestinationRealm
-
Constructor Details
-
ClientApplication
public ClientApplication()
-
-
Method Details
-
init
Description copied from class:ApplicationCalled by the container to initialize the application. Applications override this method to perform application specific initialization.- Overrides:
initin classApplication- Throws:
DiameterException- if the initialization failed
-