C D E F G I R S T V 

C

com.opencloud.slee.resources.sis.script.scs - package com.opencloud.slee.resources.sis.script.scs
 
com.opencloud.slee.resources.sis.script.sip.scs - package com.opencloud.slee.resources.sis.script.sip.scs
 
com.opencloud.slee.resources.sis.script.variables - package com.opencloud.slee.resources.sis.script.variables
 
compositionNotFound() - Method in interface com.opencloud.slee.resources.sis.script.scs.SCSActivity
Notify the SIS that a suitable composition could not be found for the request encapsulated in the SCSEvent fired on this activity.
compositionNotFound() - Method in interface com.opencloud.slee.resources.sis.script.scs.SCSEvent
Notify the SIS that a suitable composition could not be found for the request.
compositionSelected(CompositionID) - Method in interface com.opencloud.slee.resources.sis.script.scs.SCSActivity
Notify the SIS that a composition has been selected for the request encapsulated in the SCSEvent fired on this activity.
compositionSelected(CompositionID) - Method in interface com.opencloud.slee.resources.sis.script.scs.SCSEvent
Notify the SIS that a composition has been selected for the request.

D

delete() - Method in interface com.opencloud.slee.resources.sis.script.variables.ScriptVariable
Delete the variable.
delete(Object) - Method in interface com.opencloud.slee.resources.sis.script.variables.ScriptVariable
Delete the variable.

E

exists() - Method in interface com.opencloud.slee.resources.sis.script.variables.ScriptVariable
Determine if the variable exists without the need of an event object.
exists(Object) - Method in interface com.opencloud.slee.resources.sis.script.variables.ScriptVariable
Determine if the variable exists in the given event object.

F

forward(Header...) - Method in interface com.opencloud.slee.resources.sis.script.sip.scs.SipSCSActivity
Forwards the request back to the network.
forward(URI, Header...) - Method in interface com.opencloud.slee.resources.sis.script.sip.scs.SipSCSActivity
Forwards the request back to the network, but with a new destination address.
forward(Header...) - Method in interface com.opencloud.slee.resources.sis.script.sip.scs.SipSCSEvent
Forwards the request back to the network.
forward(URI, Header...) - Method in interface com.opencloud.slee.resources.sis.script.sip.scs.SipSCSEvent
Forwards the request back to the network, but with a new destination address.

G

getActivityContextInterface(SipSCSActivity) - Method in interface com.opencloud.slee.resources.sis.script.sip.scs.SipSCSActivityContextInterfaceFactory
Create an Activity Context Interface for a SIP Service Composition Selection activity.
getAddressFactory() - Method in interface com.opencloud.slee.resources.sis.script.sip.scs.SipSCSActivity
Get the JAIN SIP AddressFactory object, for creating SIP URIs and addresses for headers.
getAddressFactory() - Method in interface com.opencloud.slee.resources.sis.script.sip.scs.SipSCSEvent
Get the JAIN SIP AddressFactory object, for creating SIP URIs and addresses for headers.
getEvent() - Method in interface com.opencloud.slee.resources.sis.script.scs.SCSActivity
Get the last service composition selection event fired on this activity by the SIS.
getHeaderFactory() - Method in interface com.opencloud.slee.resources.sis.script.sip.scs.SipSCSActivity
Get the JAIN SIP HeaderFactory object, for creating SIP headers to be used in responses.
getHeaderFactory() - Method in interface com.opencloud.slee.resources.sis.script.sip.scs.SipSCSEvent
Get the JAIN SIP HeaderFactory object, for creating SIP headers to be used in responses.
getName() - Method in interface com.opencloud.slee.resources.sis.script.variables.ScriptVariable
Get the name of the variable.
getRequest() - Method in interface com.opencloud.slee.resources.sis.script.scs.SCSEvent
Get the request event received from the network.
getSipRequest() - Method in interface com.opencloud.slee.resources.sis.script.sip.scs.SipSCSEvent
Get the JAIN SIP Request object received by the SIS-SIP.
getType() - Method in interface com.opencloud.slee.resources.sis.script.variables.ScriptVariable
Get the type of the variable.
getValue() - Method in enum com.opencloud.slee.resources.sis.script.scs.SCSExtensionsProvider.Metadata
Get the value associated with this enum.
getValue() - Method in interface com.opencloud.slee.resources.sis.script.variables.ScriptVariable
Get the variable's value.
getValue(Object) - Method in interface com.opencloud.slee.resources.sis.script.variables.ScriptVariable
Get the variable's value.
getVariable(String) - Method in interface com.opencloud.slee.resources.sis.script.scs.SCSActivity
Get a script variable.

I

isLocalSipURI(SipURI) - Method in interface com.opencloud.slee.resources.sis.script.sip.scs.SipSCSActivity
Determine if a URI is local to this SIS instance.

R

reject(int, String, Header...) - Method in interface com.opencloud.slee.resources.sis.script.sip.scs.SipSCSActivity
Instruct the SIS to reject the request with an error response.
reject(int, String, Header...) - Method in interface com.opencloud.slee.resources.sis.script.sip.scs.SipSCSEvent
Instruct the SIS to reject the request with an error response.

S

ScriptVariable - Interface in com.opencloud.slee.resources.sis.script.variables
Descriptor class for a composition script variable obtainable by an SBB via an SCS Activity, Interceptor Activity, or Composition Activity.
SCSActivity - Interface in com.opencloud.slee.resources.sis.script.scs
The Service Composition Selection Activity is the activity type that Service Composition Selection Events are fired on.
SCSEvent - Interface in com.opencloud.slee.resources.sis.script.scs
A Service Composition Selection Event is fired to a service on a Service Composition Selection Activity.
SCSExtensionsProvider - Interface in com.opencloud.slee.resources.sis.script.scs
Resource adaptor interface for Service Composition Selection Extensions.
SCSExtensionsProvider.Metadata - Enum in com.opencloud.slee.resources.sis.script.scs
 
setValue(Object) - Method in interface com.opencloud.slee.resources.sis.script.variables.ScriptVariable
Set the variable's value.
setValue(Object, Object) - Method in interface com.opencloud.slee.resources.sis.script.variables.ScriptVariable
Set the variable's value.
SipSCSActivity - Interface in com.opencloud.slee.resources.sis.script.sip.scs
 
SipSCSActivityContextInterfaceFactory - Interface in com.opencloud.slee.resources.sis.script.sip.scs
SLEE Activity Context Interface Factory for the SIP Service Composition Selection Resource Adaptor Type.
SipSCSEvent - Interface in com.opencloud.slee.resources.sis.script.sip.scs
 

T

toString() - Method in enum com.opencloud.slee.resources.sis.script.scs.SCSExtensionsProvider.Metadata
Returns the value associated with this enum.

V

valueOf(String) - Static method in enum com.opencloud.slee.resources.sis.script.scs.SCSExtensionsProvider.Metadata
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.opencloud.slee.resources.sis.script.variables.VariableType
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.opencloud.slee.resources.sis.script.scs.SCSExtensionsProvider.Metadata
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.opencloud.slee.resources.sis.script.variables.VariableType
Returns an array containing the constants of this enum type, in the order they are declared.
VariableType - Enum in com.opencloud.slee.resources.sis.script.variables
Enumeration of SIS script variable types.
C D E F G I R S T V