A C D E G H I K M O P Q R S X

A

AbstractAsyncHandler - Class in org.mobicents.slee.resource.xcapclient.handler
Asbtract class for a handler
AbstractAsyncHandler(XCAPClientResourceAdaptor, XCAPResourceAdaptorActivityHandle, XcapUriKey) - Constructor for class org.mobicents.slee.resource.xcapclient.handler.AbstractAsyncHandler
 
activityEnded(ActivityHandle) - Method in class org.mobicents.slee.resource.xcapclient.XCAPClientResourceAdaptor
 
activityUnreferenced(ActivityHandle) - Method in class org.mobicents.slee.resource.xcapclient.XCAPClientResourceAdaptor
 
AsyncActivityImpl - Class in org.mobicents.slee.resource.xcapclient
 
AsyncActivityImpl(XCAPClientResourceAdaptor, XCAPResourceAdaptorActivityHandle) - Constructor for class org.mobicents.slee.resource.xcapclient.AsyncActivityImpl
 
AsyncDeleteHandler - Class in org.mobicents.slee.resource.xcapclient.handler
Handles an async delete request.
AsyncDeleteHandler(XCAPClientResourceAdaptor, XCAPResourceAdaptorActivityHandle, XcapUriKey) - Constructor for class org.mobicents.slee.resource.xcapclient.handler.AsyncDeleteHandler
 
AsyncDeleteIfMatchHandler - Class in org.mobicents.slee.resource.xcapclient.handler
Handles an async delete if ETag match request.
AsyncDeleteIfMatchHandler(XCAPClientResourceAdaptor, XCAPResourceAdaptorActivityHandle, XcapUriKey, String) - Constructor for class org.mobicents.slee.resource.xcapclient.handler.AsyncDeleteIfMatchHandler
 
AsyncDeleteIfNoneMatchHandler - Class in org.mobicents.slee.resource.xcapclient.handler
Handles an async delete if ETag matches none request.
AsyncDeleteIfNoneMatchHandler(XCAPClientResourceAdaptor, XCAPResourceAdaptorActivityHandle, XcapUriKey, String) - Constructor for class org.mobicents.slee.resource.xcapclient.handler.AsyncDeleteIfNoneMatchHandler
 
AsyncGetHandler - Class in org.mobicents.slee.resource.xcapclient.handler
Handles an async get request.
AsyncGetHandler(XCAPClientResourceAdaptor, XCAPResourceAdaptorActivityHandle, XcapUriKey) - Constructor for class org.mobicents.slee.resource.xcapclient.handler.AsyncGetHandler
 
AsyncPutByteArrayContentHandler - Class in org.mobicents.slee.resource.xcapclient.handler
Handles an async put request, using byte array content.
AsyncPutByteArrayContentHandler(XCAPClientResourceAdaptor, XCAPResourceAdaptorActivityHandle, XcapUriKey, String, byte[]) - Constructor for class org.mobicents.slee.resource.xcapclient.handler.AsyncPutByteArrayContentHandler
 
AsyncPutIfMatchByteArrayContentHandler - Class in org.mobicents.slee.resource.xcapclient.handler
Handles an async put if ETag match request, using byte array content.
AsyncPutIfMatchByteArrayContentHandler(XCAPClientResourceAdaptor, XCAPResourceAdaptorActivityHandle, XcapUriKey, String, String, byte[]) - Constructor for class org.mobicents.slee.resource.xcapclient.handler.AsyncPutIfMatchByteArrayContentHandler
 
AsyncPutIfMatchStringContentHandler - Class in org.mobicents.slee.resource.xcapclient.handler
Handles an async put if ETag match request, using String content.
AsyncPutIfMatchStringContentHandler(XCAPClientResourceAdaptor, XCAPResourceAdaptorActivityHandle, XcapUriKey, String, String, String) - Constructor for class org.mobicents.slee.resource.xcapclient.handler.AsyncPutIfMatchStringContentHandler
 
AsyncPutIfNoneMatchByteArrayContentHandler - Class in org.mobicents.slee.resource.xcapclient.handler
Handles an async put if ETag matches none request, using byte array content.
AsyncPutIfNoneMatchByteArrayContentHandler(XCAPClientResourceAdaptor, XCAPResourceAdaptorActivityHandle, XcapUriKey, String, String, byte[]) - Constructor for class org.mobicents.slee.resource.xcapclient.handler.AsyncPutIfNoneMatchByteArrayContentHandler
 
AsyncPutIfNoneMatchStringContentHandler - Class in org.mobicents.slee.resource.xcapclient.handler
Handles an async put if ETag matches none request, using String content.
AsyncPutIfNoneMatchStringContentHandler(XCAPClientResourceAdaptor, XCAPResourceAdaptorActivityHandle, XcapUriKey, String, String, String) - Constructor for class org.mobicents.slee.resource.xcapclient.handler.AsyncPutIfNoneMatchStringContentHandler
 
AsyncPutStringContentHandler - Class in org.mobicents.slee.resource.xcapclient.handler
Handles an async put request, using String content.
AsyncPutStringContentHandler(XCAPClientResourceAdaptor, XCAPResourceAdaptorActivityHandle, XcapUriKey, String, String) - Constructor for class org.mobicents.slee.resource.xcapclient.handler.AsyncPutStringContentHandler
 

C

configure() - Method in class org.mobicents.slee.resource.xcapclient.XCAPClientResourceAdaptor
 
content - Variable in class org.mobicents.slee.resource.xcapclient.handler.AsyncPutByteArrayContentHandler
 
content - Variable in class org.mobicents.slee.resource.xcapclient.handler.AsyncPutIfMatchByteArrayContentHandler
 
content - Variable in class org.mobicents.slee.resource.xcapclient.handler.AsyncPutIfMatchStringContentHandler
 
content - Variable in class org.mobicents.slee.resource.xcapclient.handler.AsyncPutIfNoneMatchByteArrayContentHandler
 
content - Variable in class org.mobicents.slee.resource.xcapclient.handler.AsyncPutIfNoneMatchStringContentHandler
 
content - Variable in class org.mobicents.slee.resource.xcapclient.handler.AsyncPutStringContentHandler
 
createActivity() - Method in class org.mobicents.slee.resource.xcapclient.XCAPClientResourceAdaptorSbbInterfaceImpl
 

D

delete(XcapUriKey) - Method in class org.mobicents.slee.resource.xcapclient.AsyncActivityImpl
 
delete(XcapUriKey) - Method in class org.mobicents.slee.resource.xcapclient.XCAPClientResourceAdaptorSbbInterfaceImpl
 
deleteIfMatch(XcapUriKey, String) - Method in class org.mobicents.slee.resource.xcapclient.AsyncActivityImpl
 
deleteIfMatch(XcapUriKey, String) - Method in class org.mobicents.slee.resource.xcapclient.XCAPClientResourceAdaptorSbbInterfaceImpl
 
deleteIfNoneMatch(XcapUriKey, String) - Method in class org.mobicents.slee.resource.xcapclient.AsyncActivityImpl
 
deleteIfNoneMatch(XcapUriKey, String) - Method in class org.mobicents.slee.resource.xcapclient.XCAPClientResourceAdaptorSbbInterfaceImpl
 
doRequest() - Method in class org.mobicents.slee.resource.xcapclient.handler.AbstractAsyncHandler
To be implemented by concrete handler, sends the request to the XCAP and processes response.
doRequest() - Method in class org.mobicents.slee.resource.xcapclient.handler.AsyncDeleteHandler
 
doRequest() - Method in class org.mobicents.slee.resource.xcapclient.handler.AsyncDeleteIfMatchHandler
 
doRequest() - Method in class org.mobicents.slee.resource.xcapclient.handler.AsyncDeleteIfNoneMatchHandler
 
doRequest() - Method in class org.mobicents.slee.resource.xcapclient.handler.AsyncGetHandler
 
doRequest() - Method in class org.mobicents.slee.resource.xcapclient.handler.AsyncPutByteArrayContentHandler
 
doRequest() - Method in class org.mobicents.slee.resource.xcapclient.handler.AsyncPutIfMatchByteArrayContentHandler
 
doRequest() - Method in class org.mobicents.slee.resource.xcapclient.handler.AsyncPutIfMatchStringContentHandler
 
doRequest() - Method in class org.mobicents.slee.resource.xcapclient.handler.AsyncPutIfNoneMatchByteArrayContentHandler
 
doRequest() - Method in class org.mobicents.slee.resource.xcapclient.handler.AsyncPutIfNoneMatchStringContentHandler
 
doRequest() - Method in class org.mobicents.slee.resource.xcapclient.handler.AsyncPutStringContentHandler
 

E

endActivity() - Method in class org.mobicents.slee.resource.xcapclient.AsyncActivityImpl
 
endActivity(ActivityHandle) - Method in class org.mobicents.slee.resource.xcapclient.XCAPClientResourceAdaptor
 
entityActivated() - Method in class org.mobicents.slee.resource.xcapclient.XCAPClientResourceAdaptor
 
entityCreated(BootstrapContext) - Method in class org.mobicents.slee.resource.xcapclient.XCAPClientResourceAdaptor
 
entityDeactivated() - Method in class org.mobicents.slee.resource.xcapclient.XCAPClientResourceAdaptor
 
entityDeactivating() - Method in class org.mobicents.slee.resource.xcapclient.XCAPClientResourceAdaptor
 
entityRemoved() - Method in class org.mobicents.slee.resource.xcapclient.XCAPClientResourceAdaptor
 
equals(Object) - Method in class org.mobicents.slee.resource.xcapclient.AsyncActivityImpl
 
eTag - Variable in class org.mobicents.slee.resource.xcapclient.handler.AsyncDeleteIfMatchHandler
 
eTag - Variable in class org.mobicents.slee.resource.xcapclient.handler.AsyncDeleteIfNoneMatchHandler
 
eTag - Variable in class org.mobicents.slee.resource.xcapclient.handler.AsyncPutIfMatchByteArrayContentHandler
 
eTag - Variable in class org.mobicents.slee.resource.xcapclient.handler.AsyncPutIfMatchStringContentHandler
 
eTag - Variable in class org.mobicents.slee.resource.xcapclient.handler.AsyncPutIfNoneMatchByteArrayContentHandler
 
eTag - Variable in class org.mobicents.slee.resource.xcapclient.handler.AsyncPutIfNoneMatchStringContentHandler
 
eventProcessingFailed(ActivityHandle, Object, int, Address, int, FailureReason) - Method in class org.mobicents.slee.resource.xcapclient.XCAPClientResourceAdaptor
 
eventProcessingSuccessful(ActivityHandle, Object, int, Address, int) - Method in class org.mobicents.slee.resource.xcapclient.XCAPClientResourceAdaptor
 

G

get(XcapUriKey) - Method in class org.mobicents.slee.resource.xcapclient.AsyncActivityImpl
 
get(XcapUriKey) - Method in class org.mobicents.slee.resource.xcapclient.XCAPClientResourceAdaptorSbbInterfaceImpl
 
getActivities() - Method in class org.mobicents.slee.resource.xcapclient.XCAPClientResourceAdaptor
 
getActivity(ActivityHandle) - Method in class org.mobicents.slee.resource.xcapclient.XCAPClientResourceAdaptor
 
getActivityContextInterface(AsyncActivity) - Method in class org.mobicents.slee.resource.xcapclient.XCAPClientActivityContextInterfaceFactoryImpl
 
getActivityContextInterfaceFactory() - Method in class org.mobicents.slee.resource.xcapclient.XCAPClientResourceAdaptor
 
getActivityHandle(Object) - Method in class org.mobicents.slee.resource.xcapclient.XCAPClientResourceAdaptor
 
getClient() - Method in class org.mobicents.slee.resource.xcapclient.XCAPClientResourceAdaptor
 
getExecutorService() - Method in class org.mobicents.slee.resource.xcapclient.XCAPClientResourceAdaptor
 
getHandle() - Method in class org.mobicents.slee.resource.xcapclient.AsyncActivityImpl
 
getJndiName() - Method in class org.mobicents.slee.resource.xcapclient.XCAPClientActivityContextInterfaceFactoryImpl
 
getMarshaler() - Method in class org.mobicents.slee.resource.xcapclient.XCAPClientResourceAdaptor
 
getRA() - Method in class org.mobicents.slee.resource.xcapclient.AsyncActivityImpl
 
getSBBResourceAdaptorInterface(String) - Method in class org.mobicents.slee.resource.xcapclient.XCAPClientResourceAdaptor
 
getServerHost() - Method in class org.mobicents.slee.resource.xcapclient.XCAPClientResourceAdaptor
 
getServerPort() - Method in class org.mobicents.slee.resource.xcapclient.XCAPClientResourceAdaptor
 
getSleeEndpoint() - Method in class org.mobicents.slee.resource.xcapclient.XCAPClientResourceAdaptor
 
getXcapRoot() - Method in class org.mobicents.slee.resource.xcapclient.XCAPClientResourceAdaptor
 

H

handle - Variable in class org.mobicents.slee.resource.xcapclient.handler.AbstractAsyncHandler
 
hashCode() - Method in class org.mobicents.slee.resource.xcapclient.AsyncActivityImpl
 

I

init(BootstrapContext) - Method in class org.mobicents.slee.resource.xcapclient.XCAPClientResourceAdaptor
 

K

key - Variable in class org.mobicents.slee.resource.xcapclient.handler.AbstractAsyncHandler
 

M

mimetype - Variable in class org.mobicents.slee.resource.xcapclient.handler.AsyncPutByteArrayContentHandler
 
mimetype - Variable in class org.mobicents.slee.resource.xcapclient.handler.AsyncPutIfMatchByteArrayContentHandler
 
mimetype - Variable in class org.mobicents.slee.resource.xcapclient.handler.AsyncPutIfMatchStringContentHandler
 
mimetype - Variable in class org.mobicents.slee.resource.xcapclient.handler.AsyncPutIfNoneMatchByteArrayContentHandler
 
mimetype - Variable in class org.mobicents.slee.resource.xcapclient.handler.AsyncPutIfNoneMatchStringContentHandler
 
mimetype - Variable in class org.mobicents.slee.resource.xcapclient.handler.AsyncPutStringContentHandler
 

O

org.mobicents.slee.resource.xcapclient - package org.mobicents.slee.resource.xcapclient
 
org.mobicents.slee.resource.xcapclient.handler - package org.mobicents.slee.resource.xcapclient.handler
 

P

processResponseEvent(ResponseEvent, XCAPResourceAdaptorActivityHandle) - Method in class org.mobicents.slee.resource.xcapclient.XCAPClientResourceAdaptor
 
put(XcapUriKey, String, String) - Method in class org.mobicents.slee.resource.xcapclient.AsyncActivityImpl
 
put(XcapUriKey, String, byte[]) - Method in class org.mobicents.slee.resource.xcapclient.AsyncActivityImpl
 
put(XcapUriKey, String, String) - Method in class org.mobicents.slee.resource.xcapclient.XCAPClientResourceAdaptorSbbInterfaceImpl
 
put(XcapUriKey, String, byte[]) - Method in class org.mobicents.slee.resource.xcapclient.XCAPClientResourceAdaptorSbbInterfaceImpl
 
putIfMatch(XcapUriKey, String, String, String) - Method in class org.mobicents.slee.resource.xcapclient.AsyncActivityImpl
 
putIfMatch(XcapUriKey, String, String, byte[]) - Method in class org.mobicents.slee.resource.xcapclient.AsyncActivityImpl
 
putIfMatch(XcapUriKey, String, String, String) - Method in class org.mobicents.slee.resource.xcapclient.XCAPClientResourceAdaptorSbbInterfaceImpl
 
putIfMatch(XcapUriKey, String, String, byte[]) - Method in class org.mobicents.slee.resource.xcapclient.XCAPClientResourceAdaptorSbbInterfaceImpl
 
putIfNoneMatch(XcapUriKey, String, String, String) - Method in class org.mobicents.slee.resource.xcapclient.AsyncActivityImpl
 
putIfNoneMatch(XcapUriKey, String, String, byte[]) - Method in class org.mobicents.slee.resource.xcapclient.AsyncActivityImpl
 
putIfNoneMatch(XcapUriKey, String, String, String) - Method in class org.mobicents.slee.resource.xcapclient.XCAPClientResourceAdaptorSbbInterfaceImpl
 
putIfNoneMatch(XcapUriKey, String, String, byte[]) - Method in class org.mobicents.slee.resource.xcapclient.XCAPClientResourceAdaptorSbbInterfaceImpl
 

Q

queryLiveness(ActivityHandle) - Method in class org.mobicents.slee.resource.xcapclient.XCAPClientResourceAdaptor
 

R

ra - Variable in class org.mobicents.slee.resource.xcapclient.handler.AbstractAsyncHandler
 
run() - Method in class org.mobicents.slee.resource.xcapclient.handler.AbstractAsyncHandler
 

S

serviceActivated(String) - Method in class org.mobicents.slee.resource.xcapclient.XCAPClientResourceAdaptor
 
serviceDeactivated(String) - Method in class org.mobicents.slee.resource.xcapclient.XCAPClientResourceAdaptor
 
serviceInstalled(String, int[], String[]) - Method in class org.mobicents.slee.resource.xcapclient.XCAPClientResourceAdaptor
 
serviceUninstalled(String) - Method in class org.mobicents.slee.resource.xcapclient.XCAPClientResourceAdaptor
 
setResourceAdaptorEntity(ResourceAdaptorEntity) - Method in class org.mobicents.slee.resource.xcapclient.XCAPClientResourceAdaptor
 
setServerHost(String) - Method in class org.mobicents.slee.resource.xcapclient.XCAPClientResourceAdaptor
 
setServerPort(Integer) - Method in class org.mobicents.slee.resource.xcapclient.XCAPClientResourceAdaptor
 
setSleeEndpoint(SleeEndpoint) - Method in class org.mobicents.slee.resource.xcapclient.XCAPClientResourceAdaptor
 
setXcapRoot(String) - Method in class org.mobicents.slee.resource.xcapclient.XCAPClientResourceAdaptor
 
shutdown() - Method in class org.mobicents.slee.resource.xcapclient.XCAPClientResourceAdaptorSbbInterfaceImpl
 
start() - Method in class org.mobicents.slee.resource.xcapclient.XCAPClientResourceAdaptor
 
stop() - Method in class org.mobicents.slee.resource.xcapclient.XCAPClientResourceAdaptor
Stops this resource adaptor.
stopping() - Method in class org.mobicents.slee.resource.xcapclient.XCAPClientResourceAdaptor
 

X

XCAPClientActivityContextInterfaceFactoryImpl - Class in org.mobicents.slee.resource.xcapclient
 
XCAPClientActivityContextInterfaceFactoryImpl(SleeContainer, String) - Constructor for class org.mobicents.slee.resource.xcapclient.XCAPClientActivityContextInterfaceFactoryImpl
 
XCAPClientResourceAdaptor - Class in org.mobicents.slee.resource.xcapclient
 
XCAPClientResourceAdaptor() - Constructor for class org.mobicents.slee.resource.xcapclient.XCAPClientResourceAdaptor
 
XCAPClientResourceAdaptorSbbInterfaceImpl - Class in org.mobicents.slee.resource.xcapclient
 
XCAPClientResourceAdaptorSbbInterfaceImpl(XCAPClientResourceAdaptor) - Constructor for class org.mobicents.slee.resource.xcapclient.XCAPClientResourceAdaptorSbbInterfaceImpl
 

A C D E G H I K M O P Q R S X

Copyright © 2008. All Rights Reserved.