public class RoutePointConnectionServiceImpl
extends java.lang.Object
implements com.nortel.soa.oi.cct.routepointconnectionservice.RoutePointConnectionService
This service provides functionality associated with RoutePointConnections such as querying capabilities, routing and applying media treatment etc.
| Constructor and Description |
|---|
RoutePointConnectionServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
ConnectionCapabilitiesResponse |
getCapabilities(ConnectionRequest parameters) |
java.lang.String |
getVersion() |
GetVersionResponse |
getVersion(GetVersionRequest parameters) |
GiveMediaTreatmentResponse |
giveMediaTreatment(GiveMediaTreatmentRequest parameters) |
GiveMediaTreatmentResponse |
giveMediaTreatment(SsoToken ssoToken,
Connection routePointConnection,
MediaTreatment mediaTreatment) |
RouteResponse |
route(RouteRequest parameters) |
RouteResponse |
route(SsoToken ssoToken,
Connection routePointConnection,
java.lang.String destinationAddress,
boolean isControlled,
int intRouteRequestType) |
void |
routePointRetrieve(RoutePointRetrieveRequest parameters) |
void |
routePointRetrieve(SsoToken ssoToken,
Connection routePointConnection,
Address address) |
public RouteResponse route(RouteRequest parameters) throws SessionNotCreatedException, RouteException
route in interface com.nortel.soa.oi.cct.routepointconnectionservice.RoutePointConnectionServiceSessionNotCreatedExceptionRouteExceptionpublic RouteResponse route(SsoToken ssoToken, Connection routePointConnection, java.lang.String destinationAddress, boolean isControlled, int intRouteRequestType) throws SessionNotCreatedException, RouteException
public void routePointRetrieve(RoutePointRetrieveRequest parameters) throws SessionNotCreatedException, RoutePointRetrieveException
routePointRetrieve in interface com.nortel.soa.oi.cct.routepointconnectionservice.RoutePointConnectionServiceSessionNotCreatedExceptionRoutePointRetrieveExceptionpublic void routePointRetrieve(SsoToken ssoToken, Connection routePointConnection, Address address) throws SessionNotCreatedException, RoutePointRetrieveException
public GetVersionResponse getVersion(GetVersionRequest parameters) throws SessionNotCreatedException, GetVersionException
getVersion in interface com.nortel.soa.oi.cct.routepointconnectionservice.RoutePointConnectionServiceSessionNotCreatedExceptionGetVersionExceptionpublic java.lang.String getVersion()
throws SessionNotCreatedException,
GetVersionException
public GiveMediaTreatmentResponse giveMediaTreatment(GiveMediaTreatmentRequest parameters) throws GiveMediaTreatmentException, SessionNotCreatedException
giveMediaTreatment in interface com.nortel.soa.oi.cct.routepointconnectionservice.RoutePointConnectionServiceGiveMediaTreatmentExceptionSessionNotCreatedExceptionpublic GiveMediaTreatmentResponse giveMediaTreatment(SsoToken ssoToken, Connection routePointConnection, MediaTreatment mediaTreatment) throws GiveMediaTreatmentException, SessionNotCreatedException
public ConnectionCapabilitiesResponse getCapabilities(ConnectionRequest parameters) throws GetCapabilitiesException, SessionNotCreatedException
getCapabilities in interface com.nortel.soa.oi.cct.routepointconnectionservice.RoutePointConnectionServiceGetCapabilitiesExceptionSessionNotCreatedExceptionCopyright © 2010 All Rights Reserved.