Oracle Communication and Mobility Server Java API Reference
E14335-01

oracle.sdp.parlayx.call_direction
Class CallDirectionClient

java.lang.Object
  extended by oracle.sdp.parlayx.call_direction.CallDirectionClient

public class CallDirectionClient
extends Object


Constructor Summary
CallDirectionClient()
           
 
Method Summary
 oracle.webservices.transport.ClientTransport getClientTransport()
          returns the transport context
 String getEndpoint()
           
 boolean getMaintainSession()
           
 String getPassword()
           
 oracle.sdp.parlayx.call_direction.CallDirection getPort()
          used to access the JAX-RPC level APIs returns the interface of the port instance
 String getUsername()
           
 org.csapi.schema.parlayx.call_notification.v2_2.Action handleBusy(String correlator, URI callingParty, String callingPartyName, URI calledParty)
          delegate all operations to the underlying implementation class.
 org.csapi.schema.parlayx.call_notification.v2_2.Action handleCalledNumber(String correlator, URI callingParty, String callingPartyName, URI calledParty)
           
 org.csapi.schema.parlayx.call_notification.v2_2.Action handleNoAnswer(String correlator, URI callingParty, String callingPartyName, URI calledParty)
           
 org.csapi.schema.parlayx.call_notification.v2_2.Action handleNotReachable(String correlator, URI callingParty, String callingPartyName, URI calledParty)
           
static void main(String[] args)
           
 void setEndpoint(String endpoint)
           
 void setMaintainSession(boolean maintainSession)
           
 void setPassword(String password)
           
 void setUsername(String username)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CallDirectionClient

public CallDirectionClient()
                    throws Exception
Throws:
Exception
Method Detail

main

public static void main(String[] args)
Parameters:
args -

handleBusy

public org.csapi.schema.parlayx.call_notification.v2_2.Action handleBusy(String correlator,
                                                                         URI callingParty,
                                                                         String callingPartyName,
                                                                         URI calledParty)
                                                                  throws RemoteException,
                                                                         org.csapi.schema.parlayx.common.v2_1.ServiceException,
                                                                         org.csapi.schema.parlayx.common.v2_1.PolicyException
delegate all operations to the underlying implementation class.

Throws:
RemoteException
org.csapi.schema.parlayx.common.v2_1.ServiceException
org.csapi.schema.parlayx.common.v2_1.PolicyException

handleNotReachable

public org.csapi.schema.parlayx.call_notification.v2_2.Action handleNotReachable(String correlator,
                                                                                 URI callingParty,
                                                                                 String callingPartyName,
                                                                                 URI calledParty)
                                                                          throws RemoteException,
                                                                                 org.csapi.schema.parlayx.common.v2_1.ServiceException,
                                                                                 org.csapi.schema.parlayx.common.v2_1.PolicyException
Throws:
RemoteException
org.csapi.schema.parlayx.common.v2_1.ServiceException
org.csapi.schema.parlayx.common.v2_1.PolicyException

handleNoAnswer

public org.csapi.schema.parlayx.call_notification.v2_2.Action handleNoAnswer(String correlator,
                                                                             URI callingParty,
                                                                             String callingPartyName,
                                                                             URI calledParty)
                                                                      throws RemoteException,
                                                                             org.csapi.schema.parlayx.common.v2_1.ServiceException,
                                                                             org.csapi.schema.parlayx.common.v2_1.PolicyException
Throws:
RemoteException
org.csapi.schema.parlayx.common.v2_1.ServiceException
org.csapi.schema.parlayx.common.v2_1.PolicyException

handleCalledNumber

public org.csapi.schema.parlayx.call_notification.v2_2.Action handleCalledNumber(String correlator,
                                                                                 URI callingParty,
                                                                                 String callingPartyName,
                                                                                 URI calledParty)
                                                                          throws RemoteException,
                                                                                 org.csapi.schema.parlayx.common.v2_1.ServiceException,
                                                                                 org.csapi.schema.parlayx.common.v2_1.PolicyException
Throws:
RemoteException
org.csapi.schema.parlayx.common.v2_1.ServiceException
org.csapi.schema.parlayx.common.v2_1.PolicyException

getPort

public oracle.sdp.parlayx.call_direction.CallDirection getPort()
used to access the JAX-RPC level APIs returns the interface of the port instance


getEndpoint

public String getEndpoint()

setEndpoint

public void setEndpoint(String endpoint)

getPassword

public String getPassword()

setPassword

public void setPassword(String password)

getUsername

public String getUsername()

setUsername

public void setUsername(String username)

setMaintainSession

public void setMaintainSession(boolean maintainSession)

getMaintainSession

public boolean getMaintainSession()

getClientTransport

public oracle.webservices.transport.ClientTransport getClientTransport()
returns the transport context



Copyright © 2007-2009 Oracle Corporation. All Rights Reserved.