Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
C
D
E
G
H
M
O
P
Q
R
S
U
X
A
AbstractAsyncHandler
- Class in
org.mobicents.slee.resource.xcapclient.handler
Abstract class for a handler
AbstractAsyncHandler(XCAPClientResourceAdaptor, XCAPResourceAdaptorActivityHandle, URI, Header[], Credentials)
- 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
addActivity(XCAPResourceAdaptorActivityHandle, AsyncActivityImpl)
- Method in class org.mobicents.slee.resource.xcapclient.
XCAPClientResourceAdaptor
To add the newly created activity to the activity map
additionalRequestHeaders
- Variable in class org.mobicents.slee.resource.xcapclient.handler.
AbstractAsyncHandler
administrativeRemove(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, URI, Header[], Credentials)
- 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, URI, String, Header[], Credentials)
- 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, URI, String, Header[], Credentials)
- 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, URI, Header[], Credentials)
- 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, URI, String, byte[], Header[], Credentials)
- 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, URI, String, String, byte[], Header[], Credentials)
- 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, URI, String, String, String, Header[], Credentials)
- 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, URI, String, String, byte[], Header[], Credentials)
- 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, URI, String, String, String, Header[], Credentials)
- 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, URI, String, String, Header[], Credentials)
- Constructor for class org.mobicents.slee.resource.xcapclient.handler.
AsyncPutStringContentHandler
C
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
credentials
- Variable in class org.mobicents.slee.resource.xcapclient.handler.
AbstractAsyncHandler
D
delete(URI, Header[], Credentials)
- Method in class org.mobicents.slee.resource.xcapclient.
AsyncActivityImpl
delete(URI, Header[], Credentials)
- Method in class org.mobicents.slee.resource.xcapclient.
XCAPClientResourceAdaptorSbbInterfaceImpl
deleteIfMatch(URI, String, Header[], Credentials)
- Method in class org.mobicents.slee.resource.xcapclient.
AsyncActivityImpl
deleteIfMatch(URI, String, Header[], Credentials)
- Method in class org.mobicents.slee.resource.xcapclient.
XCAPClientResourceAdaptorSbbInterfaceImpl
deleteIfNoneMatch(URI, String, Header[], Credentials)
- Method in class org.mobicents.slee.resource.xcapclient.
AsyncActivityImpl
deleteIfNoneMatch(URI, String, Header[], Credentials)
- 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
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, FireableEventType, Object, Address, ReceivableService, int, FailureReason)
- Method in class org.mobicents.slee.resource.xcapclient.
XCAPClientResourceAdaptor
eventProcessingSuccessful(ActivityHandle, FireableEventType, Object, Address, ReceivableService, int)
- Method in class org.mobicents.slee.resource.xcapclient.
XCAPClientResourceAdaptor
eventUnreferenced(ActivityHandle, FireableEventType, Object, Address, ReceivableService, int)
- Method in class org.mobicents.slee.resource.xcapclient.
XCAPClientResourceAdaptor
G
get(URI, Header[], Credentials)
- Method in class org.mobicents.slee.resource.xcapclient.
AsyncActivityImpl
get(URI, Header[], Credentials)
- 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
getActivityHandle(Object)
- Method in class org.mobicents.slee.resource.xcapclient.
XCAPClientResourceAdaptor
getClient()
- Method in class org.mobicents.slee.resource.xcapclient.
XCAPClientResourceAdaptor
getCredentialsFactory()
- Method in class org.mobicents.slee.resource.xcapclient.
XCAPClientResourceAdaptorSbbInterfaceImpl
getExecutorService()
- Method in class org.mobicents.slee.resource.xcapclient.
XCAPClientResourceAdaptor
getHandle()
- Method in class org.mobicents.slee.resource.xcapclient.
AsyncActivityImpl
getHeaderFactory()
- Method in class org.mobicents.slee.resource.xcapclient.
XCAPClientResourceAdaptorSbbInterfaceImpl
getMarshaler()
- Method in class org.mobicents.slee.resource.xcapclient.
XCAPClientResourceAdaptor
getRA()
- Method in class org.mobicents.slee.resource.xcapclient.
AsyncActivityImpl
getResourceAdaptorInterface(String)
- Method in class org.mobicents.slee.resource.xcapclient.
XCAPClientResourceAdaptor
getSleeEndpoint()
- Method in class org.mobicents.slee.resource.xcapclient.
XCAPClientResourceAdaptor
getTracer(String)
- Method in class org.mobicents.slee.resource.xcapclient.
XCAPClientResourceAdaptor
getXCAPResourceAdaptorContext()
- 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
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
Receives an Event and sends it to the SLEE
put(URI, String, String, Header[], Credentials)
- Method in class org.mobicents.slee.resource.xcapclient.
AsyncActivityImpl
put(URI, String, byte[], Header[], Credentials)
- Method in class org.mobicents.slee.resource.xcapclient.
AsyncActivityImpl
put(URI, String, String, Header[], Credentials)
- Method in class org.mobicents.slee.resource.xcapclient.
XCAPClientResourceAdaptorSbbInterfaceImpl
put(URI, String, byte[], Header[], Credentials)
- Method in class org.mobicents.slee.resource.xcapclient.
XCAPClientResourceAdaptorSbbInterfaceImpl
putIfMatch(URI, String, String, String, Header[], Credentials)
- Method in class org.mobicents.slee.resource.xcapclient.
AsyncActivityImpl
putIfMatch(URI, String, String, byte[], Header[], Credentials)
- Method in class org.mobicents.slee.resource.xcapclient.
AsyncActivityImpl
putIfMatch(URI, String, String, String, Header[], Credentials)
- Method in class org.mobicents.slee.resource.xcapclient.
XCAPClientResourceAdaptorSbbInterfaceImpl
putIfMatch(URI, String, String, byte[], Header[], Credentials)
- Method in class org.mobicents.slee.resource.xcapclient.
XCAPClientResourceAdaptorSbbInterfaceImpl
putIfNoneMatch(URI, String, String, String, Header[], Credentials)
- Method in class org.mobicents.slee.resource.xcapclient.
AsyncActivityImpl
putIfNoneMatch(URI, String, String, byte[], Header[], Credentials)
- Method in class org.mobicents.slee.resource.xcapclient.
AsyncActivityImpl
putIfNoneMatch(URI, String, String, String, Header[], Credentials)
- Method in class org.mobicents.slee.resource.xcapclient.
XCAPClientResourceAdaptorSbbInterfaceImpl
putIfNoneMatch(URI, String, String, byte[], Header[], Credentials)
- 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
raActive()
- Method in class org.mobicents.slee.resource.xcapclient.
XCAPClientResourceAdaptor
raConfigurationUpdate(ConfigProperties)
- Method in class org.mobicents.slee.resource.xcapclient.
XCAPClientResourceAdaptor
raConfigure(ConfigProperties)
- Method in class org.mobicents.slee.resource.xcapclient.
XCAPClientResourceAdaptor
raInactive()
- Method in class org.mobicents.slee.resource.xcapclient.
XCAPClientResourceAdaptor
raStopping()
- Method in class org.mobicents.slee.resource.xcapclient.
XCAPClientResourceAdaptor
raUnconfigure()
- Method in class org.mobicents.slee.resource.xcapclient.
XCAPClientResourceAdaptor
raVerifyConfiguration(ConfigProperties)
- Method in class org.mobicents.slee.resource.xcapclient.
XCAPClientResourceAdaptor
run()
- Method in class org.mobicents.slee.resource.xcapclient.handler.
AbstractAsyncHandler
S
serviceActive(ReceivableService)
- Method in class org.mobicents.slee.resource.xcapclient.
XCAPClientResourceAdaptor
serviceInactive(ReceivableService)
- Method in class org.mobicents.slee.resource.xcapclient.
XCAPClientResourceAdaptor
serviceStopping(ReceivableService)
- Method in class org.mobicents.slee.resource.xcapclient.
XCAPClientResourceAdaptor
setAuthenticationCredentials(Credentials)
- Method in class org.mobicents.slee.resource.xcapclient.
XCAPClientResourceAdaptorSbbInterfaceImpl
setResourceAdaptorContext(ResourceAdaptorContext)
- Method in class org.mobicents.slee.resource.xcapclient.
XCAPClientResourceAdaptor
shutdown()
- Method in class org.mobicents.slee.resource.xcapclient.
XCAPClientResourceAdaptorSbbInterfaceImpl
U
unsetAuthenticationCredentials()
- Method in class org.mobicents.slee.resource.xcapclient.
XCAPClientResourceAdaptorSbbInterfaceImpl
unsetResourceAdaptorContext()
- Method in class org.mobicents.slee.resource.xcapclient.
XCAPClientResourceAdaptor
uri
- Variable in class org.mobicents.slee.resource.xcapclient.handler.
AbstractAsyncHandler
X
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
M
O
P
Q
R
S
U
X
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
Copyright © 2010. All Rights Reserved.