A B C D E G H I L M N R S T U V W

A

addAllParameters(Class<T>, Map<String, T>) - Method in interface com.tibco.amf.platform.runtime.extension.context.MutableInvocationContext
Adds parameters to the context.
AttributedURI - Interface in com.tibco.amf.platform.runtime.extension.context
This class is used to represent the address information of EndpointReference com.tibco.amf.addressing.endpointreference.EndpointReference.

B

BaseContext - Interface in com.tibco.amf.platform.runtime.extension.context
Base interface for ComponentContext and EndpointContext
BindingContext - Interface in com.tibco.amf.platform.runtime.extension.context
Defines the context for bindings.

C

CallableReference<B> - Interface in com.tibco.amf.platform.runtime.extension.context
Extends the SCA CallableReference
CallbackContext - Interface in com.tibco.amf.platform.runtime.extension.context
Interface that provides information on the callback.
code - Variable in exception com.tibco.amf.platform.runtime.extension.exception.SOAPException
 
com.tibco.amf.platform.runtime.extension.context - package com.tibco.amf.platform.runtime.extension.context
 
com.tibco.amf.platform.runtime.extension.exception - package com.tibco.amf.platform.runtime.extension.exception
 
ComponentContext - Interface in com.tibco.amf.platform.runtime.extension.context
Extends the SCA ComponentContext with additional context of the component.
Conversation - Interface in com.tibco.amf.platform.runtime.extension.context
 
ConvertibleException - Interface in com.tibco.amf.platform.runtime.extension.exception
Interface to be implemented by exception which need to be converted by the framework.
convertToFile(URL) - Method in interface com.tibco.amf.platform.runtime.extension.context.URLToFileConverter
Convert a given URL to its File equivalent form
createCallbackContext() - Method in interface com.tibco.amf.platform.runtime.extension.context.RequestContext
Provides a MutableCallbackContext that can be used to call back the requester.
createMutableRequestContext() - Method in interface com.tibco.amf.platform.runtime.extension.context.BaseContext
Creates a MutableRequestContext that the component can use to set contextual information for a request.
createMutableRequestContext(RequestContext) - Method in interface com.tibco.amf.platform.runtime.extension.context.BaseContext
Creates a MutableRequestContext that the component can use to set contextual information for a request.
createRequestContextFromBytes(byte[]) - Method in interface com.tibco.amf.platform.runtime.extension.context.BaseContext
Create a RequestContext from byte array

D

detail - Variable in exception com.tibco.amf.platform.runtime.extension.exception.SOAPException
 

E

EndpointContext - Interface in com.tibco.amf.platform.runtime.extension.context
Defines the context for endpoints, this interface is extended by ServiceEndpointContext and ReferenceEndpointContext.
EndpointReference<E> - Interface in com.tibco.amf.platform.runtime.extension.context
This class specifies the information of endpoint references.

G

getAddress() - Method in interface com.tibco.amf.platform.runtime.extension.context.EndpointReference
Returns the address AttributeURI information of the endpoint reference.
getAdminToken() - Method in class com.tibco.amf.platform.runtime.extension.context.LifeCycleEvent
Returns the token sent by TIBCO Matrix Administrator, if this life cycle event was triggered by TIBCO Matrix Administrator, null otherwise
getApplicationName() - Method in interface com.tibco.amf.platform.runtime.extension.context.BaseContext
Returns the name of the application that this instance of the component is part of.
getAsBytes() - Method in interface com.tibco.amf.platform.runtime.extension.context.RequestContext
Get the Byte Array representation of the RequestContext
getAttributes() - Method in interface com.tibco.amf.platform.runtime.extension.context.AttributedURI
Returns the value of the 'Any Attribute' reference list.
getAttributes() - Method in interface com.tibco.amf.platform.runtime.extension.context.WildCardExtension
Gets a Map of additional attributes.
getBestServiceReference(String) - Method in interface com.tibco.amf.platform.runtime.extension.context.ComponentContext
Returns the best ServiceReference for a reference defined by this component.
getBinding() - Method in interface com.tibco.amf.platform.runtime.extension.context.BindingContext
Provides the binding associated with this context.
getBindingContext() - Method in interface com.tibco.amf.platform.runtime.extension.context.EndpointContext
Provides the configuration of the endpoint.
getBundleContext() - Method in interface com.tibco.amf.platform.runtime.extension.context.BaseContext
Returns the BundleContext that should be used to access OSGi metadata for the component.
getCallbackContext() - Method in interface com.tibco.amf.platform.runtime.extension.context.RequestContext
Returns the CallbackContext that can be used to retrieve context information for the reply of this request.
getCallbackID() - Method in interface com.tibco.amf.platform.runtime.extension.context.CallbackContext
Returns the callback ID.
getClassLoader() - Method in interface com.tibco.amf.platform.runtime.extension.context.BaseContext
Returns the ClassLoader that should be used to load resources used by the component.
getCode() - Method in class com.tibco.amf.platform.runtime.extension.exception.SOAPCode
Returns the code value.
getCode() - Method in exception com.tibco.amf.platform.runtime.extension.exception.SOAPException
Returns the code.
getComponentName() - Method in interface com.tibco.amf.platform.runtime.extension.context.BaseContext
Returns the name of the component.
getComponentRevision() - Method in interface com.tibco.amf.platform.runtime.extension.context.BaseContext
Returns the revision of the component.
getComponentVersion() - Method in interface com.tibco.amf.platform.runtime.extension.context.BaseContext
Returns the version of the component.
getContentLength() - Method in interface com.tibco.amf.platform.runtime.extension.context.CallbackContext
Provides the content length of the callback measured in bytes.
getContentLength() - Method in interface com.tibco.amf.platform.runtime.extension.context.InvocationContext
Provides the content length of the request measured in bytes.
getContextID() - Method in interface com.tibco.amf.platform.runtime.extension.context.InvocationContext
Provides the identifier for this context.
getContextLogger() - Method in interface com.tibco.amf.platform.runtime.extension.context.BaseContext
Returns the Logger that should be used for context logging for this component.
getConversation() - Method in interface com.tibco.amf.platform.runtime.extension.context.RequestContext
Returns the conversation associated with the invocation.
getConvertible() - Method in interface com.tibco.amf.platform.runtime.extension.exception.ConvertibleException
Returns the convertible object.
getConvertibleType() - Method in interface com.tibco.amf.platform.runtime.extension.exception.ConvertibleException
Returns the type of the convertible object.
getCorrelationID() - Method in interface com.tibco.amf.platform.runtime.extension.context.InvocationContext
Provides the identifier use to correlate this invocation with others.
getCustomProperties() - Method in exception com.tibco.amf.platform.runtime.extension.exception.NativeServiceRuntimeException
 
getCustomProperties() - Method in exception com.tibco.amf.platform.runtime.extension.exception.StopRedeliverMessageException
 
getDesignURI() - Method in interface com.tibco.amf.platform.runtime.extension.context.BaseContext
Returns the URI of the component at design time.
getDetail() - Method in class com.tibco.amf.platform.runtime.extension.exception.SOAPDetail
Returns the detail.
getDetail(Class<T>) - Method in exception com.tibco.amf.platform.runtime.extension.exception.SOAPException
Returns the detail.
getDetail(Type) - Method in exception com.tibco.amf.platform.runtime.extension.exception.SOAPException
Returns the detail.
getDetailType() - Method in class com.tibco.amf.platform.runtime.extension.exception.SOAPDetail
Returns the type for detail.
getElements() - Method in interface com.tibco.amf.platform.runtime.extension.context.WildCardExtension
Gets list of additional elements.
getElementType() - Method in interface com.tibco.amf.platform.runtime.extension.context.WildCardExtension
Returns the type of additional elements.
getEndpointReference(Class<E>) - Method in interface com.tibco.amf.platform.runtime.extension.context.RequestContext
Provides the EndpointReference of the request.
getEndpointURI() - Method in interface com.tibco.amf.platform.runtime.extension.context.EndpointContext
Returns the endpoint URI using the SCA syntax.
getEnvironmentName() - Method in interface com.tibco.amf.platform.runtime.extension.context.BaseContext
Returns the name of the environment that this instance of the component is running on.
getFaultEndpointReference(Class<E>) - Method in interface com.tibco.amf.platform.runtime.extension.context.RequestContext
Provides the EndpointReference of the reply in case of fault.
getFaultName() - Method in interface com.tibco.amf.platform.runtime.extension.context.CallbackContext
Returns the qualified name of the fault if the callback message represents a fault, null otherwise.
getFaultReason() - Method in interface com.tibco.amf.platform.runtime.extension.context.CallbackContext
Returns the reason of the fault if the callback message represents a fault, null otherwise.
getHostName() - Method in interface com.tibco.amf.platform.runtime.extension.context.BaseContext
Returns the name of the host that this instance of the component is running on.
getImplementation() - Method in interface com.tibco.amf.platform.runtime.extension.context.ImplementationContext
Returns the Implementation for this component.
getImplementationContext() - Method in interface com.tibco.amf.platform.runtime.extension.context.ComponentContext
Returns the context of the implementation.
getInterface() - Method in interface com.tibco.amf.platform.runtime.extension.context.EndpointContext
Returns the interface configured with this endpoint.
getInterface() - Method in interface com.tibco.amf.platform.runtime.extension.context.InvocationContext
Gets the interface that defines the operation of this context.
getLifeCycleEvent() - Method in interface com.tibco.amf.platform.runtime.extension.context.BaseContext
Returns the LifeCycleEvent describing the life cycle change, if the component/endpoint is currently processing a life cycle change, otherwise returns null.
getLogger() - Method in interface com.tibco.amf.platform.runtime.extension.context.BaseContext
Returns the Logger that should be used to log messages for the component.
getMBeanServer() - Method in interface com.tibco.amf.platform.runtime.extension.context.BaseContext
Returns the MBeanServer that should be used to expose MBeans for the component.
getMessageFormatProvider() - Method in interface com.tibco.amf.platform.runtime.extension.context.CallableReference
 
getMessageLogger() - Method in interface com.tibco.amf.platform.runtime.extension.context.BaseContext
Returns the Logger that should be used for message logging for this component.
getMetadata() - Method in interface com.tibco.amf.platform.runtime.extension.context.EndpointReference
Returns the metadata information which is relevant to the interaction with the endpoint.
getMode() - Method in class com.tibco.amf.platform.runtime.extension.context.LifeCycleEvent
Returns the mode of the life cycle event.
getNativeExceptionString() - Method in exception com.tibco.amf.platform.runtime.extension.exception.NativeServiceRuntimeException
 
getNode() - Method in exception com.tibco.amf.platform.runtime.extension.exception.SOAPException
Returns the node.
getNodeName() - Method in interface com.tibco.amf.platform.runtime.extension.context.BaseContext
Returns the name of the node that this instance of the component is running on.
getOperationName() - Method in interface com.tibco.amf.platform.runtime.extension.context.InvocationContext
Gets the operation name of this context.
getParameter(String, Class<T>) - Method in interface com.tibco.amf.platform.runtime.extension.context.InvocationContext
Provides the parameter with the given associated with the context.
getParameter(String, Type) - Method in interface com.tibco.amf.platform.runtime.extension.context.InvocationContext
Provides the parameter with the given associated with this context.
getParameters(Class<T>) - Method in interface com.tibco.amf.platform.runtime.extension.context.InvocationContext
Provides parameters associated with the context.
getParentContextID() - Method in interface com.tibco.amf.platform.runtime.extension.context.InvocationContext
Provides the identifier use to correlate this invocation with its direct parent.
getParentRequestContext() - Method in interface com.tibco.amf.platform.runtime.extension.context.RequestContext
Returns the parent request context for this request context
getPolicies() - Method in interface com.tibco.amf.platform.runtime.extension.context.BaseContext
Returns the policies that are applicable for this component/endpoint, null if none are defined.
getPolicyProperty(Policy, Class<B>, String) - Method in interface com.tibco.amf.platform.runtime.extension.context.BaseContext
Returns the value of a property defined by the given policy.
getProperty(Class<B>, String) - Method in interface com.tibco.amf.platform.runtime.extension.context.BaseContext
Returns the value of a property defined by this context.
getPropertyNames() - Method in interface com.tibco.amf.platform.runtime.extension.context.BaseContext
Returns all property names defined for this context.
getReason() - Method in exception com.tibco.amf.platform.runtime.extension.exception.SOAPException
Returns the reason.
getRedeliveryInterval() - Method in exception com.tibco.amf.platform.runtime.extension.exception.RedeliverMessageException
 
getReferenceInterfaces() - Method in interface com.tibco.amf.platform.runtime.extension.context.ComponentContext
Returns a Map of reference name to Interface for this component.
getReferenceName() - Method in interface com.tibco.amf.platform.runtime.extension.context.ReferenceEndpointContext
Provides the name of the reference that the endpoint is associated with.
getReferenceParameters() - Method in interface com.tibco.amf.platform.runtime.extension.context.EndpointReference
Returns the reference parameters of the endpoint reference.
getReferenceURI(String) - Method in interface com.tibco.amf.platform.runtime.extension.context.ComponentContext
Returns the reference URI using the SCA syntax for the given reference name.
getReplyEndpointReference(Class<E>) - Method in interface com.tibco.amf.platform.runtime.extension.context.RequestContext
Provides the EndpointReference of the reply.
getRequestContext() - Method in interface com.tibco.amf.platform.runtime.extension.context.CallbackContext
Provides the RequestContext that created this context.
getResourceAdapter(Class<?>, Class<? extends ActivationSpec>) - Method in interface com.tibco.amf.platform.runtime.extension.context.BaseContext
Returns the JCA ResourceAdapter given message listener and activation specification types, null if none found.
getRole() - Method in exception com.tibco.amf.platform.runtime.extension.exception.SOAPException
Returns the role.
getScope() - Method in class com.tibco.amf.platform.runtime.extension.context.LifeCycleEvent
Returns the scope of the life cycle event.
getSecuritySubject() - Method in interface com.tibco.amf.platform.runtime.extension.context.CallbackContext
Provides the Subject of the callback.
getSecuritySubject() - Method in interface com.tibco.amf.platform.runtime.extension.context.InvocationContext
Provides the security subject for the invocation.
getService(Class<B>, String, MessageFormatProvider<? extends MessageFormat>) - Method in interface com.tibco.amf.platform.runtime.extension.context.ComponentContext
Deprecated. 
getServiceInterfaces() - Method in interface com.tibco.amf.platform.runtime.extension.context.ComponentContext
Returns a Map of service name to Interface for this component.
getServiceName() - Method in interface com.tibco.amf.platform.runtime.extension.context.InvocationContext
Returns the name of the service that was invoked.
getServiceName() - Method in interface com.tibco.amf.platform.runtime.extension.context.ServiceEndpointContext
Provides the name of the service that the endpoint is associated with.
getServiceReference(String, Class<?>[]) - Method in interface com.tibco.amf.platform.runtime.extension.context.ComponentContext
Deprecated. 
getServiceReference(Class<B>) - Method in interface com.tibco.amf.platform.runtime.extension.context.EndpointContext
Returns a ServiceReference for the endpoint to communicate with the component attached to this endpoint.
getServiceURI(String) - Method in interface com.tibco.amf.platform.runtime.extension.context.ComponentContext
Returns the service URI using the SCA syntax for the given service name.
getSourceNodeName() - Method in interface com.tibco.amf.platform.runtime.extension.context.RequestContext
Get the Source Node name
getSourceSCAAddress() - Method in interface com.tibco.amf.platform.runtime.extension.context.RequestContext
Get the SCA address for the source
getSubcode() - Method in class com.tibco.amf.platform.runtime.extension.exception.SOAPCode
Returns the sub code.
getTimeStamp() - Method in interface com.tibco.amf.platform.runtime.extension.context.CallbackContext
Provides the the difference, measured in milliseconds, between the time when the callback was sent and midnight, January 1, 1970 UTC.
getTimeStamp() - Method in interface com.tibco.amf.platform.runtime.extension.context.InvocationContext
Provides the the difference, measured in milliseconds, between the time when the request was received and midnight, January 1, 1970 UTC.
getTransactionManager() - Method in interface com.tibco.amf.platform.runtime.extension.context.BaseContext
Returns the TransactionManager that should be used for managing transaction with the component
getType() - Method in class com.tibco.amf.platform.runtime.extension.context.LifeCycleEvent
Returns the type of the life cycle event.
getTypeDisplayName() - Method in interface com.tibco.amf.platform.runtime.extension.context.BaseContext
Returns the display name for the implementation/binding type for this component.
getURI() - Method in interface com.tibco.amf.platform.runtime.extension.context.AttributedURI
Return the URI string.
getURI() - Method in interface com.tibco.amf.platform.runtime.extension.context.BaseContext
Returns the absolute URI of the component.
getURLToFileConverter() - Method in interface com.tibco.amf.platform.runtime.extension.context.BaseContext
Returns the URLToFileConverter that should be used to convert URL to files for the component.
getUserTransaction() - Method in interface com.tibco.amf.platform.runtime.extension.context.BaseContext
Provides the UserTransaction that allows the application to explicitly manage transactions boundaries.
getWorkArea() - Method in interface com.tibco.amf.platform.runtime.extension.context.BaseContext
Returns the File that should be used to store data for the component.

H

hasEnded() - Method in interface com.tibco.amf.platform.runtime.extension.context.Conversation
 

I

ImplementationContext - Interface in com.tibco.amf.platform.runtime.extension.context
Defines the context for implementation.
InvocationContext - Interface in com.tibco.amf.platform.runtime.extension.context
Defines the common part of RequestContext and CallbackContext.
isFault() - Method in interface com.tibco.amf.platform.runtime.extension.context.CallbackContext
Returns true if the callback message represents a fault.
isInbound() - Method in interface com.tibco.amf.platform.runtime.extension.context.EndpointContext
Returns true if the endpoint is an inbound endpoint.
isWiredByImpl() - Method in interface com.tibco.amf.platform.runtime.extension.context.ReferenceEndpointContext
Returns true if the reference target is wired by the implementation.

L

LifeCycleEvent - Class in com.tibco.amf.platform.runtime.extension.context
An event from the Framework describing a component or bundle life cycle change.
LifeCycleEvent(BaseContext, LifeCycleEvent.Type) - Constructor for class com.tibco.amf.platform.runtime.extension.context.LifeCycleEvent
Creates a life cycle event of the specified type.
LifeCycleEvent(BaseContext, LifeCycleEvent.Type, String) - Constructor for class com.tibco.amf.platform.runtime.extension.context.LifeCycleEvent
Creates a life cycle event of the specified type.
LifeCycleEvent(Object, LifeCycleEvent.Type) - Constructor for class com.tibco.amf.platform.runtime.extension.context.LifeCycleEvent
Creates a life cycle event of the specified type.
LifeCycleEvent(Object, LifeCycleEvent.Type, String) - Constructor for class com.tibco.amf.platform.runtime.extension.context.LifeCycleEvent
Creates a life cycle event of the specified type.
LifeCycleEvent(Object, LifeCycleEvent.Type, LifeCycleEvent.Mode, LifeCycleEvent.Scope) - Constructor for class com.tibco.amf.platform.runtime.extension.context.LifeCycleEvent
Creates a life cycle event of the specified type, mode and scope.
LifeCycleEvent(Object, LifeCycleEvent.Type, LifeCycleEvent.Mode, LifeCycleEvent.Scope, String) - Constructor for class com.tibco.amf.platform.runtime.extension.context.LifeCycleEvent
Creates a life cycle event of the specified type, mode and scope.
LifeCycleEvent.Mode - Enum in com.tibco.amf.platform.runtime.extension.context
 
LifeCycleEvent.Scope - Enum in com.tibco.amf.platform.runtime.extension.context
 
LifeCycleEvent.Type - Enum in com.tibco.amf.platform.runtime.extension.context
 

M

MutableCallbackContext - Interface in com.tibco.amf.platform.runtime.extension.context
Interface that defines a mutable CallbackContext.
MutableInvocationContext - Interface in com.tibco.amf.platform.runtime.extension.context
 
MutableRequestContext - Interface in com.tibco.amf.platform.runtime.extension.context
Interface that defines a mutable RequestContext.

N

NativeServiceRuntimeException - Exception in com.tibco.amf.platform.runtime.extension.exception
Exception that can be thrown by native component adapter.
NativeServiceRuntimeException(String, String) - Constructor for exception com.tibco.amf.platform.runtime.extension.exception.NativeServiceRuntimeException
 
NativeServiceRuntimeException(String, String, Throwable) - Constructor for exception com.tibco.amf.platform.runtime.extension.exception.NativeServiceRuntimeException
 
node - Variable in exception com.tibco.amf.platform.runtime.extension.exception.SOAPException
 

R

reason - Variable in exception com.tibco.amf.platform.runtime.extension.exception.SOAPException
 
RedeliverMessageException - Exception in com.tibco.amf.platform.runtime.extension.exception
Exception that can be thrown by provider component for requesting a message re-delivery.
RedeliverMessageException(String) - Constructor for exception com.tibco.amf.platform.runtime.extension.exception.RedeliverMessageException
 
RedeliverMessageException(String, Throwable) - Constructor for exception com.tibco.amf.platform.runtime.extension.exception.RedeliverMessageException
 
ReferenceEndpointContext - Interface in com.tibco.amf.platform.runtime.extension.context
Endpoint context associated with component references.
RequestContext - Interface in com.tibco.amf.platform.runtime.extension.context
Extends the SCA RequestContext.
role - Variable in exception com.tibco.amf.platform.runtime.extension.exception.SOAPException
 

S

ServiceEndpointContext - Interface in com.tibco.amf.platform.runtime.extension.context
Endpoint context associated with component services.
ServiceReference<B> - Interface in com.tibco.amf.platform.runtime.extension.context
Extends the SCA ServiceReference
setAddress(AttributedURI) - Method in interface com.tibco.amf.platform.runtime.extension.context.EndpointReference
Set the address AttributedURI information for the endpoint reference
setAttributes(Map<QName, Object>) - Method in interface com.tibco.amf.platform.runtime.extension.context.WildCardExtension
Sets the Map of additional attributes to the give Map.
setCallback(CB) - Method in interface com.tibco.amf.platform.runtime.extension.context.MutableRequestContext
Sets the Callback to use for this request
setContentLength(long) - Method in interface com.tibco.amf.platform.runtime.extension.context.MutableInvocationContext
Sets the content length of the request measured in bytes.
setConversation(Conversation) - Method in interface com.tibco.amf.platform.runtime.extension.context.MutableRequestContext
Set a Conversation in the RequestContext
setCustomProperties(Properties) - Method in exception com.tibco.amf.platform.runtime.extension.exception.NativeServiceRuntimeException
 
setCustomProperties(Properties) - Method in exception com.tibco.amf.platform.runtime.extension.exception.StopRedeliverMessageException
 
setElements(List<E>) - Method in interface com.tibco.amf.platform.runtime.extension.context.WildCardExtension
Sets the List of additional elements.
setEndpointReference(EndpointReference<T>) - Method in interface com.tibco.amf.platform.runtime.extension.context.MutableRequestContext
Sets the EndpointReference of the request.
setEndpointReference(URI) - Method in interface com.tibco.amf.platform.runtime.extension.context.MutableRequestContext
Sets the EndpointReference of the request with the given URI.
setFault(boolean) - Method in interface com.tibco.amf.platform.runtime.extension.context.MutableCallbackContext
Sets whether the message send with the callback is a fault
setFault(QName) - Method in interface com.tibco.amf.platform.runtime.extension.context.MutableCallbackContext
Sets whether the message send with the callback is a fault with the given fault name.
setFault(QName, String) - Method in interface com.tibco.amf.platform.runtime.extension.context.MutableCallbackContext
Sets whether the message send with the callback is a fault with the given fault name and reason.
setFaultEndpointReference(EndpointReference<T>) - Method in interface com.tibco.amf.platform.runtime.extension.context.MutableRequestContext
Sets the EndpointReference of the reply in case of fault.
setFaultEndpointReference(URI) - Method in interface com.tibco.amf.platform.runtime.extension.context.MutableRequestContext
Sets the EndpointReference of the reply in case of fault with the given URI.
setMetadata(WildCardExtension<E>) - Method in interface com.tibco.amf.platform.runtime.extension.context.EndpointReference
Set the metadata which is relevant to the endpoint.
setParameter(String, Class<T>, T) - Method in interface com.tibco.amf.platform.runtime.extension.context.MutableInvocationContext
Sets the context parameter with the given name.
setParameter(String, Type, T) - Method in interface com.tibco.amf.platform.runtime.extension.context.MutableInvocationContext
Sets the context parameter with the given name.
setRedeliveryInterval(int) - Method in exception com.tibco.amf.platform.runtime.extension.exception.RedeliverMessageException
 
setReferenceParameters(WildCardExtension<E>) - Method in interface com.tibco.amf.platform.runtime.extension.context.EndpointReference
Sets the whole reference parameters.
setReplyEndpointReference(EndpointReference<T>) - Method in interface com.tibco.amf.platform.runtime.extension.context.MutableRequestContext
Sets the EndpointReference of the reply.
setReplyEndpointReference(URI) - Method in interface com.tibco.amf.platform.runtime.extension.context.MutableRequestContext
Sets the EndpointReference of the reply with the given URI.
setRequestContext(RequestContext) - Method in interface com.tibco.amf.platform.runtime.extension.context.ComponentContext
Sets context for the current SCA service request, or null if there is no current request or if the context is unavailable.
setSecuritySubject(Subject) - Method in interface com.tibco.amf.platform.runtime.extension.context.MutableInvocationContext
Sets the given Subject to be used by the callback
setTimeStamp(long) - Method in interface com.tibco.amf.platform.runtime.extension.context.MutableInvocationContext
Sets the difference, measured in milliseconds, between the time when the request was received and midnight, January 1, 1970 UTC.
setURI(URI) - Method in interface com.tibco.amf.platform.runtime.extension.context.AttributedURI
Set the URI string value.
SOAPCode - Class in com.tibco.amf.platform.runtime.extension.exception
Represents the SOAP code.
SOAPCode(QName, SOAPCode) - Constructor for class com.tibco.amf.platform.runtime.extension.exception.SOAPCode
Constructs a new SOAPCode with the given code value and subcode.
SOAPDetail<T> - Class in com.tibco.amf.platform.runtime.extension.exception
Represents the SOAP detail as defined by Simple Object Access Protocol (SOAP) 1.1 and SOAP Version 1.2.
SOAPDetail(Class<T>, T) - Constructor for class com.tibco.amf.platform.runtime.extension.exception.SOAPDetail
Constructs a new SOAPDetail with the detail.
SOAPException - Exception in com.tibco.amf.platform.runtime.extension.exception
Exception used to indicate that a runtime exception occurred during the invocation of and external SOAP service.
SOAPException(SOAPCode, String[], URI, URI, SOAPDetail<?>) - Constructor for exception com.tibco.amf.platform.runtime.extension.exception.SOAPException
Constructs a new SOAPException.
SOAPException(String, String, URI, URI, SOAPDetail<?>) - Constructor for exception com.tibco.amf.platform.runtime.extension.exception.SOAPException
Constructs a new SOAPException.
startConversation() - Method in interface com.tibco.amf.platform.runtime.extension.context.MutableRequestContext
Start and return a Conversation
startConversation(Object) - Method in interface com.tibco.amf.platform.runtime.extension.context.MutableRequestContext
Start and return a Conversation with a given ID.
StopRedeliverMessageException - Exception in com.tibco.amf.platform.runtime.extension.exception
Exception that can be thrown by provider component for requesting to put message one error queue and message should not be re-delivered again.
StopRedeliverMessageException(String) - Constructor for exception com.tibco.amf.platform.runtime.extension.exception.StopRedeliverMessageException
 
StopRedeliverMessageException(String, Throwable) - Constructor for exception com.tibco.amf.platform.runtime.extension.exception.StopRedeliverMessageException
 

T

TimeoutException - Exception in com.tibco.amf.platform.runtime.extension.exception
Exception thrown when a blocking reference invocation times out.
TimeoutException() - Constructor for exception com.tibco.amf.platform.runtime.extension.exception.TimeoutException
Constructs a TimeoutException with no specified detail message.
TimeoutException(String, Throwable) - Constructor for exception com.tibco.amf.platform.runtime.extension.exception.TimeoutException
Constructs a TimeoutException with the specified detail message and cause.
TimeoutException(String) - Constructor for exception com.tibco.amf.platform.runtime.extension.exception.TimeoutException
Constructs a TimeoutException with the specified detail message.
TimeoutException(Throwable) - Constructor for exception com.tibco.amf.platform.runtime.extension.exception.TimeoutException
Constructs a TimeoutException with the specified cause.
toString() - Method in class com.tibco.amf.platform.runtime.extension.context.LifeCycleEvent
 
toString() - Method in exception com.tibco.amf.platform.runtime.extension.exception.SOAPException
 

U

URLToFileConverter - Interface in com.tibco.amf.platform.runtime.extension.context
Converter from URL to file.

V

valueOf(String) - Static method in enum com.tibco.amf.platform.runtime.extension.context.LifeCycleEvent.Mode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.tibco.amf.platform.runtime.extension.context.LifeCycleEvent.Scope
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.tibco.amf.platform.runtime.extension.context.LifeCycleEvent.Type
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.tibco.amf.platform.runtime.extension.context.LifeCycleEvent.Mode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.tibco.amf.platform.runtime.extension.context.LifeCycleEvent.Scope
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.tibco.amf.platform.runtime.extension.context.LifeCycleEvent.Type
Returns an array containing the constants of this enum type, in the order they are declared.

W

WildCardExtension<E> - Interface in com.tibco.amf.platform.runtime.extension.context
This class provides extensibility data structure for additional elements and attributes.

A B C D E G H I L M N R S T U V W

Copyright © 2010 TIBCO Software Inc. All Rights Reserved.