cisco.uc.cuae.unity.callcontrol
Class CallControlStub

java.lang.Object
  extended by org.apache.axis2.client.Stub
      extended by cisco.uc.cuae.unity.callcontrol.CallControlStub

public class CallControlStub
extends org.apache.axis2.client.Stub


Nested Class Summary
static class CallControlStub.ExtensionMapper
           
static class CallControlStub.GetCallId
           
static class CallControlStub.GetCallIdResponse
           
static class CallControlStub.GetSpeed
           
static class CallControlStub.GetSpeedResponse
           
static class CallControlStub.GetVolume
           
static class CallControlStub.GetVolumeResponse
           
static class CallControlStub.Hangup
           
static class CallControlStub.HangupResponse
           
static class CallControlStub.IsConnected
           
static class CallControlStub.IsConnectedResponse
           
static class CallControlStub.PlaceCall
           
static class CallControlStub.PlaceCallResponse
           
static class CallControlStub.Play
           
static class CallControlStub.PlayResponse
           
static class CallControlStub.Record
           
static class CallControlStub.RecordResponse
           
static class CallControlStub.SetSpeed
           
static class CallControlStub.SetSpeedResponse
           
static class CallControlStub.SetVolume
           
static class CallControlStub.SetVolumeResponse
           
static class CallControlStub.Stop
           
static class CallControlStub.StopResponse
           
 
Field Summary
protected  org.apache.axis2.description.AxisOperation[] _operations
           
 
Fields inherited from class org.apache.axis2.client.Stub
_service, _serviceClient, modules
 
Constructor Summary
CallControlStub()
          Default Constructor
CallControlStub(org.apache.axis2.context.ConfigurationContext configurationContext)
          Default Constructor
CallControlStub(org.apache.axis2.context.ConfigurationContext configurationContext, java.lang.String targetEndpoint)
          Constructor that takes in a configContext
CallControlStub(org.apache.axis2.context.ConfigurationContext configurationContext, java.lang.String targetEndpoint, boolean useSeparateListener)
          Constructor that takes in a configContext and useseperate listner
CallControlStub(java.lang.String targetEndpoint)
          Constructor taking the target endpoint
 
Method Summary
 CallControlStub.GetCallIdResponse GetCallId(CallControlStub.GetCallId getCallId20)
          Auto generated method signature
 CallControlStub.GetSpeedResponse GetSpeed(CallControlStub.GetSpeed getSpeed8)
          Auto generated method signature
 CallControlStub.GetVolumeResponse GetVolume(CallControlStub.GetVolume getVolume10)
          Auto generated method signature
 CallControlStub.HangupResponse Hangup(CallControlStub.Hangup hangup0)
          Auto generated method signature
 CallControlStub.IsConnectedResponse IsConnected(CallControlStub.IsConnected isConnected16)
          Auto generated method signature
 CallControlStub.PlaceCallResponse PlaceCall(CallControlStub.PlaceCall placeCall14)
          Auto generated method signature
 CallControlStub.PlayResponse Play(CallControlStub.Play play6)
          Auto generated method signature
 CallControlStub.RecordResponse Record(CallControlStub.Record record2)
          Auto generated method signature
 CallControlStub.SetSpeedResponse SetSpeed(CallControlStub.SetSpeed setSpeed4)
          Auto generated method signature
 CallControlStub.SetVolumeResponse SetVolume(CallControlStub.SetVolume setVolume12)
          Auto generated method signature
 void startGetCallId(CallControlStub.GetCallId getCallId20, CallControlCallbackHandler callback)
          Auto generated method signature for Asynchronous Invocations
 void startGetSpeed(CallControlStub.GetSpeed getSpeed8, CallControlCallbackHandler callback)
          Auto generated method signature for Asynchronous Invocations
 void startGetVolume(CallControlStub.GetVolume getVolume10, CallControlCallbackHandler callback)
          Auto generated method signature for Asynchronous Invocations
 void startHangup(CallControlStub.Hangup hangup0, CallControlCallbackHandler callback)
          Auto generated method signature for Asynchronous Invocations
 void startIsConnected(CallControlStub.IsConnected isConnected16, CallControlCallbackHandler callback)
          Auto generated method signature for Asynchronous Invocations
 void startPlaceCall(CallControlStub.PlaceCall placeCall14, CallControlCallbackHandler callback)
          Auto generated method signature for Asynchronous Invocations
 void startPlay(CallControlStub.Play play6, CallControlCallbackHandler callback)
          Auto generated method signature for Asynchronous Invocations
 void startRecord(CallControlStub.Record record2, CallControlCallbackHandler callback)
          Auto generated method signature for Asynchronous Invocations
 void startSetSpeed(CallControlStub.SetSpeed setSpeed4, CallControlCallbackHandler callback)
          Auto generated method signature for Asynchronous Invocations
 void startSetVolume(CallControlStub.SetVolume setVolume12, CallControlCallbackHandler callback)
          Auto generated method signature for Asynchronous Invocations
 void startStop(CallControlStub.Stop stop18, CallControlCallbackHandler callback)
          Auto generated method signature for Asynchronous Invocations
 CallControlStub.StopResponse Stop(CallControlStub.Stop stop18)
          Auto generated method signature
 
Methods inherited from class org.apache.axis2.client.Stub
_getServiceClient, _setServiceClient, addAnonymousOperations, addHeader, addHeader, addHttpHeader, addPropertyToOperationClient, addPropertyToOperationClient, addPropertyToOperationClient, cleanup, createEnvelope, finalize, getFactory, setMustUnderstand, setServiceClientEPR
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_operations

protected org.apache.axis2.description.AxisOperation[] _operations
Constructor Detail

CallControlStub

public CallControlStub(org.apache.axis2.context.ConfigurationContext configurationContext,
                       java.lang.String targetEndpoint)
                throws org.apache.axis2.AxisFault
Constructor that takes in a configContext

Throws:
org.apache.axis2.AxisFault

CallControlStub

public CallControlStub(org.apache.axis2.context.ConfigurationContext configurationContext,
                       java.lang.String targetEndpoint,
                       boolean useSeparateListener)
                throws org.apache.axis2.AxisFault
Constructor that takes in a configContext and useseperate listner

Throws:
org.apache.axis2.AxisFault

CallControlStub

public CallControlStub(org.apache.axis2.context.ConfigurationContext configurationContext)
                throws org.apache.axis2.AxisFault
Default Constructor

Throws:
org.apache.axis2.AxisFault

CallControlStub

public CallControlStub()
                throws org.apache.axis2.AxisFault
Default Constructor

Throws:
org.apache.axis2.AxisFault

CallControlStub

public CallControlStub(java.lang.String targetEndpoint)
                throws org.apache.axis2.AxisFault
Constructor taking the target endpoint

Throws:
org.apache.axis2.AxisFault
Method Detail

Hangup

public CallControlStub.HangupResponse Hangup(CallControlStub.Hangup hangup0)
                                      throws java.rmi.RemoteException
Auto generated method signature

Parameters:
hangup0 -
Throws:
java.rmi.RemoteException
See Also:
cisco.uc.cuae.unity.callcontrol.CallControl#Hangup

startHangup

public void startHangup(CallControlStub.Hangup hangup0,
                        CallControlCallbackHandler callback)
                 throws java.rmi.RemoteException
Auto generated method signature for Asynchronous Invocations

Parameters:
hangup0 -
Throws:
java.rmi.RemoteException
See Also:
cisco.uc.cuae.unity.callcontrol.CallControl#startHangup

Record

public CallControlStub.RecordResponse Record(CallControlStub.Record record2)
                                      throws java.rmi.RemoteException
Auto generated method signature

Parameters:
record2 -
Throws:
java.rmi.RemoteException
See Also:
cisco.uc.cuae.unity.callcontrol.CallControl#Record

startRecord

public void startRecord(CallControlStub.Record record2,
                        CallControlCallbackHandler callback)
                 throws java.rmi.RemoteException
Auto generated method signature for Asynchronous Invocations

Parameters:
record2 -
Throws:
java.rmi.RemoteException
See Also:
cisco.uc.cuae.unity.callcontrol.CallControl#startRecord

SetSpeed

public CallControlStub.SetSpeedResponse SetSpeed(CallControlStub.SetSpeed setSpeed4)
                                          throws java.rmi.RemoteException
Auto generated method signature

Parameters:
setSpeed4 -
Throws:
java.rmi.RemoteException
See Also:
cisco.uc.cuae.unity.callcontrol.CallControl#SetSpeed

startSetSpeed

public void startSetSpeed(CallControlStub.SetSpeed setSpeed4,
                          CallControlCallbackHandler callback)
                   throws java.rmi.RemoteException
Auto generated method signature for Asynchronous Invocations

Parameters:
setSpeed4 -
Throws:
java.rmi.RemoteException
See Also:
cisco.uc.cuae.unity.callcontrol.CallControl#startSetSpeed

Play

public CallControlStub.PlayResponse Play(CallControlStub.Play play6)
                                  throws java.rmi.RemoteException
Auto generated method signature

Parameters:
play6 -
Throws:
java.rmi.RemoteException
See Also:
cisco.uc.cuae.unity.callcontrol.CallControl#Play

startPlay

public void startPlay(CallControlStub.Play play6,
                      CallControlCallbackHandler callback)
               throws java.rmi.RemoteException
Auto generated method signature for Asynchronous Invocations

Parameters:
play6 -
Throws:
java.rmi.RemoteException
See Also:
cisco.uc.cuae.unity.callcontrol.CallControl#startPlay

GetSpeed

public CallControlStub.GetSpeedResponse GetSpeed(CallControlStub.GetSpeed getSpeed8)
                                          throws java.rmi.RemoteException
Auto generated method signature

Parameters:
getSpeed8 -
Throws:
java.rmi.RemoteException
See Also:
cisco.uc.cuae.unity.callcontrol.CallControl#GetSpeed

startGetSpeed

public void startGetSpeed(CallControlStub.GetSpeed getSpeed8,
                          CallControlCallbackHandler callback)
                   throws java.rmi.RemoteException
Auto generated method signature for Asynchronous Invocations

Parameters:
getSpeed8 -
Throws:
java.rmi.RemoteException
See Also:
cisco.uc.cuae.unity.callcontrol.CallControl#startGetSpeed

GetVolume

public CallControlStub.GetVolumeResponse GetVolume(CallControlStub.GetVolume getVolume10)
                                            throws java.rmi.RemoteException
Auto generated method signature

Parameters:
getVolume10 -
Throws:
java.rmi.RemoteException
See Also:
cisco.uc.cuae.unity.callcontrol.CallControl#GetVolume

startGetVolume

public void startGetVolume(CallControlStub.GetVolume getVolume10,
                           CallControlCallbackHandler callback)
                    throws java.rmi.RemoteException
Auto generated method signature for Asynchronous Invocations

Parameters:
getVolume10 -
Throws:
java.rmi.RemoteException
See Also:
cisco.uc.cuae.unity.callcontrol.CallControl#startGetVolume

SetVolume

public CallControlStub.SetVolumeResponse SetVolume(CallControlStub.SetVolume setVolume12)
                                            throws java.rmi.RemoteException
Auto generated method signature

Parameters:
setVolume12 -
Throws:
java.rmi.RemoteException
See Also:
cisco.uc.cuae.unity.callcontrol.CallControl#SetVolume

startSetVolume

public void startSetVolume(CallControlStub.SetVolume setVolume12,
                           CallControlCallbackHandler callback)
                    throws java.rmi.RemoteException
Auto generated method signature for Asynchronous Invocations

Parameters:
setVolume12 -
Throws:
java.rmi.RemoteException
See Also:
cisco.uc.cuae.unity.callcontrol.CallControl#startSetVolume

PlaceCall

public CallControlStub.PlaceCallResponse PlaceCall(CallControlStub.PlaceCall placeCall14)
                                            throws java.rmi.RemoteException
Auto generated method signature

Parameters:
placeCall14 -
Throws:
java.rmi.RemoteException
See Also:
cisco.uc.cuae.unity.callcontrol.CallControl#PlaceCall

startPlaceCall

public void startPlaceCall(CallControlStub.PlaceCall placeCall14,
                           CallControlCallbackHandler callback)
                    throws java.rmi.RemoteException
Auto generated method signature for Asynchronous Invocations

Parameters:
placeCall14 -
Throws:
java.rmi.RemoteException
See Also:
cisco.uc.cuae.unity.callcontrol.CallControl#startPlaceCall

IsConnected

public CallControlStub.IsConnectedResponse IsConnected(CallControlStub.IsConnected isConnected16)
                                                throws java.rmi.RemoteException
Auto generated method signature

Parameters:
isConnected16 -
Throws:
java.rmi.RemoteException
See Also:
cisco.uc.cuae.unity.callcontrol.CallControl#IsConnected

startIsConnected

public void startIsConnected(CallControlStub.IsConnected isConnected16,
                             CallControlCallbackHandler callback)
                      throws java.rmi.RemoteException
Auto generated method signature for Asynchronous Invocations

Parameters:
isConnected16 -
Throws:
java.rmi.RemoteException
See Also:
cisco.uc.cuae.unity.callcontrol.CallControl#startIsConnected

Stop

public CallControlStub.StopResponse Stop(CallControlStub.Stop stop18)
                                  throws java.rmi.RemoteException
Auto generated method signature

Parameters:
stop18 -
Throws:
java.rmi.RemoteException
See Also:
cisco.uc.cuae.unity.callcontrol.CallControl#Stop

startStop

public void startStop(CallControlStub.Stop stop18,
                      CallControlCallbackHandler callback)
               throws java.rmi.RemoteException
Auto generated method signature for Asynchronous Invocations

Parameters:
stop18 -
Throws:
java.rmi.RemoteException
See Also:
cisco.uc.cuae.unity.callcontrol.CallControl#startStop

GetCallId

public CallControlStub.GetCallIdResponse GetCallId(CallControlStub.GetCallId getCallId20)
                                            throws java.rmi.RemoteException
Auto generated method signature

Parameters:
getCallId20 -
Throws:
java.rmi.RemoteException
See Also:
cisco.uc.cuae.unity.callcontrol.CallControl#GetCallId

startGetCallId

public void startGetCallId(CallControlStub.GetCallId getCallId20,
                           CallControlCallbackHandler callback)
                    throws java.rmi.RemoteException
Auto generated method signature for Asynchronous Invocations

Parameters:
getCallId20 -
Throws:
java.rmi.RemoteException
See Also:
cisco.uc.cuae.unity.callcontrol.CallControl#startGetCallId


Copyright © 2008. All Rights Reserved.