cisco.uc.cuae.legacy
Class RemoteHttp

java.lang.Object
  extended by etch.bindings.java.support.RemoteBase
      extended by cisco.uc.cuae.legacy.RemoteHttp
All Implemented Interfaces:
CuaeCommon, Http
Direct Known Subclasses:
RemoteHttpClient, RemoteHttpServer

public class RemoteHttp
extends etch.bindings.java.support.RemoteBase
implements Http

Call to message translator for Http.


Nested Class Summary
 class RemoteHttp._Async
          Asynchronous implementation of service methods.
 
Nested classes/interfaces inherited from interface cisco.uc.cuae.legacy.Http
Http.GotRequestOptions, Http.SendResponseOptions, Http.SendResponseResult, Http.SessionEndOptions, Http.SessionEndResult, Http.SessionExpiredOptions
 
Nested classes/interfaces inherited from interface cisco.uc.cuae.legacy.CuaeCommon
CuaeCommon.CuaeResult
 
Field Summary
 RemoteHttp._Async _async
          RemoteHttp._Async class instance used to hide asynchronous message implementation.
 RemoteHttp._Async _inner
          Deprecated.  
 
Constructor Summary
RemoteHttp(etch.bindings.java.support.DeliveryService svc, etch.bindings.java.msg.ValueFactory vf)
          Constructs the RemoteHttp.
 
Method Summary
 
Methods inherited from class etch.bindings.java.support.RemoteBase
_begincall, _endcall, _newMessage, _send, _start, _startAndWaitUp, _stop, _stopAndWaitDown, _transportControl, _transportNotify, _transportQuery, _waitDown, _waitUp
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_async

public final RemoteHttp._Async _async
RemoteHttp._Async class instance used to hide asynchronous message implementation. Use this to invoke the asynchronous message implementations.


_inner

@Deprecated
public final RemoteHttp._Async _inner
Deprecated. 
RemoteHttp._Async class instance used to hide asynchronous message implementation. This is here for backwards compatibility only, use _async instead.

Constructor Detail

RemoteHttp

public RemoteHttp(etch.bindings.java.support.DeliveryService svc,
                  etch.bindings.java.msg.ValueFactory vf)
Constructs the RemoteHttp.

Parameters:
svc -
vf -


Copyright © 2008. All Rights Reserved.