A B C D E F G H I M N O P R S T U V

A

accept(FailureVisitor) - Method in class com.ibm.websphere.fabric.da.failure.InfrastructureFailure
 
accept(FailureVisitor) - Method in class com.ibm.websphere.fabric.da.failure.MediationFailure
 
addErrorCode(String) - Method in class com.ibm.websphere.fabric.da.GuardResponse
Adds an error code to the response to provide yet another reason for this rejection.
APPLICATION - Static variable in interface com.ibm.websphere.fabric.foundation.ContextDimensions
Context property for the Application policy dimenision.
APPLICATION_SUITE - Static variable in interface com.ibm.websphere.fabric.foundation.ContextDimensions
Context property for the ApplicationSuite policy dimenision.
asDouble() - Method in class com.ibm.websphere.fabric.da.types.Score
 
AssemblyErrorHandler - Interface in com.ibm.websphere.fabric.da.plugin
Provides custom logic for processing Dynamic Assembler failures.
AssemblyEventListener - Interface in com.ibm.websphere.fabric.da.plugin
AssemblyEventListener plug-ins are informational plug-ins that have two methods.

B

BSLM_APPLICATION - Static variable in interface com.ibm.websphere.fabric.foundation.ContextDimensions
Context property for the Application policy dimenision used for Business Service Lifecycle Management (BSLM).
BSLM_BUSINESS_SERVICE - Static variable in interface com.ibm.websphere.fabric.foundation.ContextDimensions
Context property for the Business Service policy dimenision used for Business Service Lifecycle Management (BSLM).
BSLM_CHANNEL - Static variable in interface com.ibm.websphere.fabric.foundation.ContextDimensions
Context property for the Channel used for Business Service Lifecycle Management (BSLM).
BSLM_ROLE - Static variable in interface com.ibm.websphere.fabric.foundation.ContextDimensions
Context property for the Role used for Business Service Lifecycle Management (BSLM).
BUSINESS_SERVICE - Static variable in interface com.ibm.websphere.fabric.foundation.ContextDimensions
Context property for the Business Service policy dimenision.

C

CandidateItem - Class in com.ibm.websphere.fabric.da
 
CandidateItem() - Constructor for class com.ibm.websphere.fabric.da.CandidateItem
 
CandidateList - Class in com.ibm.websphere.fabric.da
 
CandidateList() - Constructor for class com.ibm.websphere.fabric.da.CandidateList
 
CHANNEL - Static variable in interface com.ibm.websphere.fabric.foundation.ContextDimensions
Context property for the Channel policy dimenision.
com.ibm.websphere.fabric.da - package com.ibm.websphere.fabric.da
Core Dynamic Assembly concepts used to interact with the WBSF Dynamic Assembler.
com.ibm.websphere.fabric.da.context - package com.ibm.websphere.fabric.da.context
Aspects of context used by Dynamic Assembly.
com.ibm.websphere.fabric.da.failure - package com.ibm.websphere.fabric.da.failure
 
com.ibm.websphere.fabric.da.plugin - package com.ibm.websphere.fabric.da.plugin
Interfaces for extending the behavior or stock Dynamic Assembly.
com.ibm.websphere.fabric.da.policy - package com.ibm.websphere.fabric.da.policy
 
com.ibm.websphere.fabric.da.types - package com.ibm.websphere.fabric.da.types
Fundemental types useful for expressing Dynamic Assembly concepts and concerns.
com.ibm.websphere.fabric.foundation - package com.ibm.websphere.fabric.foundation
 
compareTo(Object) - Method in class com.ibm.websphere.fabric.da.types.Cost
See Comparable.compareTo(Object).
compareTo(Object) - Method in class com.ibm.websphere.fabric.da.types.Score
 
COMPOSITE_SERVICE - Static variable in interface com.ibm.websphere.fabric.foundation.ContextDimensions
Context property for the Composite Service dimension.
CompositePolicy<A extends PolicyAssertion,M extends Moment> - Class in com.ibm.websphere.fabric.da
A (usually complex) policy that was computed by reconciling zero or more simpler policies.
CompositePolicy() - Constructor for class com.ibm.websphere.fabric.da.CompositePolicy
 
Context - Class in com.ibm.websphere.fabric.da.context
Abstraction for recording salient aspects of the context within which a service is being invoked.
Context() - Constructor for class com.ibm.websphere.fabric.da.context.Context
 
ContextComponentSupport - Class in com.ibm.websphere.fabric.da.context
Support class that gives component developers a convenient mechanism for executing tasks using a context.
ContextComponentSupport() - Constructor for class com.ibm.websphere.fabric.da.context.ContextComponentSupport
 
ContextComponentSupport.InvocationParamBlock - Class in com.ibm.websphere.fabric.da.context
Encapsulates parameters needed for invocations.
ContextComponentSupport.InvocationParamBlock() - Constructor for class com.ibm.websphere.fabric.da.context.ContextComponentSupport.InvocationParamBlock
 
ContextDimensions - Interface in com.ibm.websphere.fabric.foundation
Context Dimension key constants that are automatically considered by the Dynamic Assembler.
ContextException - Exception in com.ibm.websphere.fabric.da
 
ContextException(String) - Constructor for exception com.ibm.websphere.fabric.da.ContextException
 
ContextException(String, Throwable) - Constructor for exception com.ibm.websphere.fabric.da.ContextException
 
ContextExtractor - Interface in com.ibm.websphere.fabric.da.plugin
Provides custom logic for extracting contextual information from a message.
ContextLocator - Class in com.ibm.websphere.fabric.da.context
 
ContextLocator.ContextLocatorFailure - Exception in com.ibm.websphere.fabric.da.context
Thrown under system failure conditions (for example, the context identifier is known, but some machinery like the server-link fails).
Cost - Class in com.ibm.websphere.fabric.da.types
Represents the cost of usage (of a particular service).
Cost() - Constructor for class com.ibm.websphere.fabric.da.types.Cost
 

D

DEFAULT_CONTEXT_DURATION - Static variable in class com.ibm.websphere.fabric.da.context.ContextComponentSupport.InvocationParamBlock
 
Duration - Class in com.ibm.websphere.fabric.da.types
Represents a duration of time.
Duration(long) - Constructor for class com.ibm.websphere.fabric.da.types.Duration
Creates an object representing a duration that spans the specified number of milliseconds.
DYNAMIC_ASSEMBLY_COMPONENT - Static variable in interface com.ibm.websphere.fabric.foundation.ContextDimensions
Context property for the Dynamic Assembly Component dimension.

E

EndpointFilter - Interface in com.ibm.websphere.fabric.da.plugin
An EndpointFilter plug-in is invoked after the Dynamic Assembler has performed all its policy matching and has given a policy matching score to all the endpoints, but before an endpoint is selected.
EndpointNotFoundEvent - Class in com.ibm.websphere.fabric.da
 
EndpointNotFoundEvent() - Constructor for class com.ibm.websphere.fabric.da.EndpointNotFoundEvent
 
ENVIRONMENT - Static variable in interface com.ibm.websphere.fabric.foundation.ContextDimensions
Context property for the Environment policy dimenision.
EPSILON - Static variable in class com.ibm.websphere.fabric.da.types.Cost
The precision below which differences in cost per minute are considered negligible.
EPSILON - Static variable in class com.ibm.websphere.fabric.da.types.Score
Deprecated. use the double precision version, EPSILON_AS_DOUBLE. Using this version in mathematical operations with double precision values may result in undesired loss of precision. The precision below which differences in scores are considered negligible.
EPSILON_AS_DOUBLE - Static variable in class com.ibm.websphere.fabric.da.types.Score
 
equals(Object) - Method in class com.ibm.websphere.fabric.da.GuardResponse
 
extractContext(PendingRequest) - Method in interface com.ibm.websphere.fabric.da.plugin.ContextExtractor
Invoked by Dynamic Assembler instances providing extractor opportunity to add data to current context.

F

FABRIC_PROJECT - Static variable in interface com.ibm.websphere.fabric.foundation.ContextDimensions
Context property for the FabricProject policy dimenision.
FailureVisitor - Class in com.ibm.websphere.fabric.da.failure
Clients wishing to handle MediationFailure and InfrastructureFailure events should implement this class.
FailureVisitor() - Constructor for class com.ibm.websphere.fabric.da.failure.FailureVisitor
 
filterCandidates(CandidateList) - Method in interface com.ibm.websphere.fabric.da.plugin.EndpointFilter
Called after the DA has performed all its policy matching and has given a policy matching score to all the endpoints, in order to allow the candidate list of endpoints to be modified.

G

getAddress() - Method in class com.ibm.websphere.fabric.da.CandidateItem
 
getAddress() - Method in class com.ibm.websphere.fabric.da.InvocationSummary
 
getAdminMessage() - Method in class com.ibm.websphere.fabric.da.GuardResponse
Exposes the internal reason for rejection.
getAdvertisedCapabilities() - Method in class com.ibm.websphere.fabric.da.CandidateItem
 
getAdvertisedResponseTime() - Method in class com.ibm.websphere.fabric.da.InvocationSummary
 
getAllPropertyValues(String) - Method in class com.ibm.websphere.fabric.da.types.PropertyMap
Gets the current Collection associated with the supplied property name.
getAssertionAt(int) - Method in class com.ibm.websphere.fabric.da.CompositePolicy
Gets the assertion at the specified index.
getBody() - Method in class com.ibm.websphere.fabric.da.context.InContextServiceInvoker
 
getCandidate(int) - Method in class com.ibm.websphere.fabric.da.CandidateList
 
getCandidateCount() - Method in class com.ibm.websphere.fabric.da.CandidateList
 
getCompositePolicy() - Method in class com.ibm.websphere.fabric.da.PendingRequest
The composite policy that will be used for selection policy.
getContext() - Method in class com.ibm.websphere.fabric.da.EndpointNotFoundEvent
 
getContext() - Method in class com.ibm.websphere.fabric.da.InvocationEvent
 
getContext() - Method in class com.ibm.websphere.fabric.da.PendingRequest
The context under which this request is being made/processed.
getContextId() - Method in class com.ibm.websphere.fabric.da.InvocationSummary
 
getContextIdentifier() - Method in class com.ibm.websphere.fabric.da.context.Context
Returns the unique identifier associated with this context.
getContextIdentifier() - Method in exception com.ibm.websphere.fabric.da.context.ContextLocator.ContextLocatorFailure
 
getContinueResponse() - Static method in class com.ibm.websphere.fabric.da.GuardResponse
Gets the response indicating that the calling guard has no reservations about the request proceeding.
getContractualResponseTime() - Method in class com.ibm.websphere.fabric.da.InvocationSummary
 
getCost() - Method in class com.ibm.websphere.fabric.da.CandidateItem
 
getCostPerMinute() - Method in class com.ibm.websphere.fabric.da.types.Cost
Expresses the cost as a cost-per-minute of subscription.
getCurrentContext() - Method in class com.ibm.websphere.fabric.da.context.ContextLocator
Gets a copy of the current context.
getDurationInMillis() - Method in class com.ibm.websphere.fabric.da.types.Duration
Returns this duration in milliseconds.
getDurationInSeconds() - Method in class com.ibm.websphere.fabric.da.context.ContextComponentSupport.InvocationParamBlock
 
getEffectiveDate() - Method in class com.ibm.websphere.fabric.da.CompositePolicy
Gets the moment indicating the earliest moment at which this policy is applicable.
getEndpointId() - Method in class com.ibm.websphere.fabric.da.CandidateItem
Gets the ID used to group metadata about this endpoint in the BSR.
getEndpointId() - Method in class com.ibm.websphere.fabric.da.InvocationSummary
 
getErrorCodes() - Method in class com.ibm.websphere.fabric.da.GuardResponse
Retrieves all the error codes for this response.
getErrorMessage() - Method in class com.ibm.websphere.fabric.da.InvocationSummary
 
getExpiration() - Method in class com.ibm.websphere.fabric.da.CompositePolicy
Gets the earliest moment after the effective moment when this policy stops being applicable.
getExplicitParentId() - Method in class com.ibm.websphere.fabric.da.context.ContextComponentSupport
Subclasses capable of supplying explicit context parents can overide this null implementation.
getExplicitParentId() - Method in class com.ibm.websphere.fabric.da.context.InContextServiceInvoker
 
getFailureMessage() - Method in class com.ibm.websphere.fabric.da.EndpointNotFoundEvent
 
getFailureReport() - Method in class com.ibm.websphere.fabric.da.failure.MediationFailure
 
getFirstBodyElement() - Method in class com.ibm.websphere.fabric.da.PendingRequest
The actual input message without any wrappers that may have been added by the container.
getHeader() - Method in class com.ibm.websphere.fabric.da.context.InContextServiceInvoker
 
getInstance() - Static method in class com.ibm.websphere.fabric.da.context.ContextLocator
Returns a (cacheable) context locator instance.
getInstance() - Static method in class com.ibm.websphere.fabric.da.policy.PolicyLocator
Returns a cacheable, non-null PolicyLocator instance.
getInstanceProperties() - Method in class com.ibm.websphere.fabric.da.PolicyAssertion
Exposes the actual constraint values of this assertion in PropertyMap form.
getInvocationContext() - Method in class com.ibm.websphere.fabric.da.InboundResponse
 
getInvocationSummary() - Method in class com.ibm.websphere.fabric.da.InboundResponse
 
getInvocationSummary() - Method in class com.ibm.websphere.fabric.da.InvocationEvent
 
getInvocationTime() - Method in class com.ibm.websphere.fabric.da.InvocationSummary
 
getMatchingScore() - Method in class com.ibm.websphere.fabric.da.CandidateItem
 
getMeasuredTime() - Method in class com.ibm.websphere.fabric.da.InvocationSummary
 
getMessageBody() - Method in class com.ibm.websphere.fabric.da.PendingRequest
The body of the pending request's message.
getOperationName() - Method in class com.ibm.websphere.fabric.da.EndpointNotFoundEvent
 
getOperationName() - Method in class com.ibm.websphere.fabric.da.InboundResponse
 
getOperationName() - Method in class com.ibm.websphere.fabric.da.InvocationEvent
 
getOperationName() - Method in class com.ibm.websphere.fabric.da.PendingRequest
The operation name within the WSDL.
getOtherProperties() - Method in class com.ibm.websphere.fabric.da.context.ContextComponentSupport.InvocationParamBlock
 
getOutboundResponseMessage() - Method in class com.ibm.websphere.fabric.da.OutboundResponse
 
getParentContext() - Method in class com.ibm.websphere.fabric.da.OutboundResponse
 
getPortType() - Method in class com.ibm.websphere.fabric.da.EndpointNotFoundEvent
 
getPortType() - Method in class com.ibm.websphere.fabric.da.InboundResponse
 
getPortType() - Method in class com.ibm.websphere.fabric.da.InvocationEvent
 
getPortType() - Method in class com.ibm.websphere.fabric.da.PendingRequest
The WSDL PortType URI, also called the service interface name within Fabric's domain model.
getPropagatedPolicy() - Method in class com.ibm.websphere.fabric.da.InboundResponse
Provides access to the propagated policy requested by this endpoint.
getPropagatedPolicy() - Method in class com.ibm.websphere.fabric.da.InvocationEvent
Gives the propagated policy that the selected endpoint requires.
getPropagatedPolicy() - Method in class com.ibm.websphere.fabric.da.policy.PolicyLocator
Returns the Propagated Policy from the most recent Dynamic Assembler invocation, if available.
getProperty(String) - Method in class com.ibm.websphere.fabric.da.types.PropertyMap
Gets the current value associated with the supplied property name.
getProxy() - Method in class com.ibm.websphere.fabric.da.context.ContextComponentSupport.InvocationParamBlock
 
getRejectReasons() - Method in class com.ibm.websphere.fabric.da.CandidateItem
Gets the list of all (if any) reasons why this candidate has been rejected.
getResolutionParameters() - Method in class com.ibm.websphere.fabric.da.CandidateItem
provides details of the indirect address's resolution parameters.
getResolutionServerName() - Method in class com.ibm.websphere.fabric.da.ResolutionParameters
 
getResponseMessage() - Method in class com.ibm.websphere.fabric.da.InboundResponse
 
getRootContextId() - Method in class com.ibm.websphere.fabric.da.EndpointNotFoundEvent
 
getRootContextId() - Method in class com.ibm.websphere.fabric.da.InvocationSummary
 
getScore() - Method in class com.ibm.websphere.fabric.da.types.Score
Deprecated. use of float frequently incurs loss of precision for standard numerical comparisons that DAs are interested in. Use Score.asDouble() instead.
getSelectionProperties() - Method in class com.ibm.websphere.fabric.da.context.ContextComponentSupport.InvocationParamBlock
 
getSelectionProperty(String) - Method in class com.ibm.websphere.fabric.da.context.Context
Looks up the value associated with the property name supplied.
getSelectionPropertyNames() - Method in class com.ibm.websphere.fabric.da.context.Context
 
getTier() - Method in class com.ibm.websphere.fabric.da.CandidateItem
Gets the most recent tier that this endpoint has been bucketed into.
getTypeAnnotations() - Method in class com.ibm.websphere.fabric.da.PolicyAssertion
Gets the annotations about the assertion type itself.
getUserMessage() - Method in class com.ibm.websphere.fabric.da.GuardResponse
Exposes the public reason for rejection.
GuardResponse - Class in com.ibm.websphere.fabric.da
Used by guards to indicate that a particular request should be allowed continue or be prevented from doing so.

H

handleEndpointNotFound(EndpointNotFoundEvent) - Method in interface com.ibm.websphere.fabric.da.plugin.AssemblyEventListener
Called when no endpoint is found to handle the request.
handleFailure(MediationFailure) - Method in class com.ibm.websphere.fabric.da.failure.FailureVisitor
 
handleFailure(InfrastructureFailure) - Method in class com.ibm.websphere.fabric.da.failure.FailureVisitor
Note Unused in 6.1.2.
handleInfrastructureFailure(InfrastructureFailure) - Method in interface com.ibm.websphere.fabric.da.plugin.AssemblyErrorHandler
Note Unused in 6.1.2.
handleInvocation(InvocationEvent) - Method in interface com.ibm.websphere.fabric.da.plugin.AssemblyEventListener
Called when an endpoint has responded and all ResponseListeners have been called.
handleOneWayFailure(MediationFailure) - Method in interface com.ibm.websphere.fabric.da.plugin.AssemblyErrorHandler
 
handleResponse(InboundResponse, OutboundResponse) - Method in interface com.ibm.websphere.fabric.da.plugin.ResponseListener
Allows implementation to inspect the inbound response and return a potentially modified outbound response.
handleTwoWayFailure(MediationFailure) - Method in interface com.ibm.websphere.fabric.da.plugin.AssemblyErrorHandler
 
hashCode() - Method in class com.ibm.websphere.fabric.da.GuardResponse
 

I

InboundResponse - Class in com.ibm.websphere.fabric.da
Data object passed to ResponseListener that holds the actual response from the endpoint.
InboundResponse() - Constructor for class com.ibm.websphere.fabric.da.InboundResponse
 
InContextServiceInvoker - Class in com.ibm.websphere.fabric.da.context
A support class that combines ContextComponentSupport and ServiceProxy into one.
InContextServiceInvoker() - Constructor for class com.ibm.websphere.fabric.da.context.InContextServiceInvoker
Default constructor that assumes no header.
InContextServiceInvoker(DataObject, DataObject) - Constructor for class com.ibm.websphere.fabric.da.context.InContextServiceInvoker
Constructor for supplying body, header.
InfrastructureFailure - Class in com.ibm.websphere.fabric.da.failure
NOTE - Unused in 6.1.2.
InfrastructureFailure() - Constructor for class com.ibm.websphere.fabric.da.failure.InfrastructureFailure
 
inspect(PendingRequest) - Method in interface com.ibm.websphere.fabric.da.plugin.PolicyBasedGuard
 
InvocationEvent - Class in com.ibm.websphere.fabric.da
 
InvocationEvent() - Constructor for class com.ibm.websphere.fabric.da.InvocationEvent
 
InvocationSummary - Class in com.ibm.websphere.fabric.da
 
InvocationSummary() - Constructor for class com.ibm.websphere.fabric.da.InvocationSummary
 
invoke() - Method in interface com.ibm.websphere.fabric.da.context.ServiceProxy
 
invokeInContext(Map, Map, ServiceProxy) - Method in class com.ibm.websphere.fabric.da.context.ContextComponentSupport
Deprecated. Use ContextComponentSupport.invokeInContext(InvocationParamBlock).
invokeInContext(ContextComponentSupport.InvocationParamBlock) - Method in class com.ibm.websphere.fabric.da.context.ContextComponentSupport
Runs the specified runnable ensuring that a new context is established before the task executes and closed after it completes.
invokeInContext() - Method in class com.ibm.websphere.fabric.da.context.InContextServiceInvoker
Execute method decorates the actual service invocation with the creation and completion of a context that contains all the properties specified using setSelectionProperty(...).
invokeInContext(long) - Method in class com.ibm.websphere.fabric.da.context.InContextServiceInvoker
Similar to InContextServiceInvoker.invokeInContext() except that it allows the user to specify additionally the duration for which the Context should live.
isIndirect() - Method in class com.ibm.websphere.fabric.da.CandidateItem
logically abstract API determining whether this candidate represents an indirect endpoint that is resolved to zero or more actual endpoints at runtime.
isInvocationSuccess() - Method in class com.ibm.websphere.fabric.da.InvocationSummary
 
isRejected() - Method in class com.ibm.websphere.fabric.da.CandidateItem
 

M

MediationFailure - Class in com.ibm.websphere.fabric.da.failure
Represents a failure during mediation within the Dynamic Assembler.
MediationFailure(FailureReport) - Constructor for class com.ibm.websphere.fabric.da.failure.MediationFailure
 
Moment - Class in com.ibm.websphere.fabric.da.types
Represents a moment in time.
Moment() - Constructor for class com.ibm.websphere.fabric.da.types.Moment
Creates an object representing the current moment.
Moment(long) - Constructor for class com.ibm.websphere.fabric.da.types.Moment
Creates an object representing moment identified by supplied number of milliseconds elapsed since Midnight, January 1, 1970 UTC.

N

NAMESPACE - Static variable in interface com.ibm.websphere.fabric.foundation.ContextDimensions
Context property for the (Fabric) Namespace policy dimenision.
newErrorCodePreventResponse(String) - Static method in class com.ibm.websphere.fabric.da.GuardResponse
Gets the response indicating that the pending request should be prevented from continuing for a specific reason (or set of reasons).
newPreventResponse(String, String) - Static method in class com.ibm.websphere.fabric.da.GuardResponse
Gets the response indicating that the pending request should be prevented from continuing for a specific reason.
NULL_VALUE - Static variable in class com.ibm.websphere.fabric.da.types.TypedValue
Constant used to represent an explicit null value.

O

ORGANIZATION - Static variable in interface com.ibm.websphere.fabric.foundation.ContextDimensions
Context property for the Organization policy dimenision.
OutboundResponse - Class in com.ibm.websphere.fabric.da
 
OutboundResponse() - Constructor for class com.ibm.websphere.fabric.da.OutboundResponse
 
Outcome - Enum in com.ibm.websphere.fabric.da.failure
Used to denote the post-processing state after visiting a Dynamic Assembly failure.

P

PendingRequest - Class in com.ibm.websphere.fabric.da
Representation of a request that is being serviced by Dynamic Assembler.
PendingRequest() - Constructor for class com.ibm.websphere.fabric.da.PendingRequest
 
PolicyAssertion<P extends PropertyMap> - Class in com.ibm.websphere.fabric.da
Describes either a policy constraint or an endpoint capability.
PolicyAssertion() - Constructor for class com.ibm.websphere.fabric.da.PolicyAssertion
 
PolicyBasedGuard - Interface in com.ibm.websphere.fabric.da.plugin
Provides custom logic for determining whether a pending request should be rejected outright based on the combination of context and (selection) policy.
PolicyLocator - Class in com.ibm.websphere.fabric.da.policy
Used to find, if available, the Propagated Policy associated with the most recent Dynamic Assembler invocation.
promote(Moment) - Static method in class com.ibm.websphere.fabric.da.types.Moment
 
promote(TypedValue) - Static method in class com.ibm.websphere.fabric.da.types.TypedValue
 
promoteAll(TypedValueSet) - Static method in class com.ibm.websphere.fabric.da.types.TypedValue
 
PropertyMap - Class in com.ibm.websphere.fabric.da.types
A map-like structure for associating typed values with string property names.
PropertyMap() - Constructor for class com.ibm.websphere.fabric.da.types.PropertyMap
 

R

reject(String) - Method in class com.ibm.websphere.fabric.da.CandidateItem
 
ResolutionParameters - Class in com.ibm.websphere.fabric.da
 
ResolutionParameters() - Constructor for class com.ibm.websphere.fabric.da.ResolutionParameters
 
ResponseListener - Interface in com.ibm.websphere.fabric.da.plugin
A Dynamic Assembly plugin that implements the ResponseListener interface can be used to alter or inspect the response returned from a dynamically invoked service.
ROLE - Static variable in interface com.ibm.websphere.fabric.foundation.ContextDimensions
Context property for the Role policy dimenision.

S

Score - Class in com.ibm.websphere.fabric.da.types
Represents a score, usually that of a fuzzy match.
Score() - Constructor for class com.ibm.websphere.fabric.da.types.Score
 
SERVICE_INTERFACE - Static variable in interface com.ibm.websphere.fabric.foundation.ContextDimensions
Context property for the Service Interface dimension.
SERVICE_LEVEL - Static variable in interface com.ibm.websphere.fabric.foundation.ContextDimensions
Context property for the Service Level policy dimenision.
ServiceProxy - Interface in com.ibm.websphere.fabric.da.context
Invokes a service and provides the response as a Object.
setDurationInSeconds(long) - Method in class com.ibm.websphere.fabric.da.context.ContextComponentSupport.InvocationParamBlock
 
setOtherProperties(Map) - Method in class com.ibm.websphere.fabric.da.context.ContextComponentSupport.InvocationParamBlock
 
setOtherProperty(String, String) - Method in class com.ibm.websphere.fabric.da.context.InContextServiceInvoker
Convenience for using new TypedValue(value).
setOtherProperty(String, TypedValue) - Method in class com.ibm.websphere.fabric.da.context.InContextServiceInvoker
Adds or replaces the value associated with the supplied context property (name).
setProxy(ServiceProxy) - Method in class com.ibm.websphere.fabric.da.context.ContextComponentSupport.InvocationParamBlock
 
setSelectionProperties(Map) - Method in class com.ibm.websphere.fabric.da.context.ContextComponentSupport.InvocationParamBlock
 
setSelectionProperty(String, TypedValue) - Method in class com.ibm.websphere.fabric.da.context.Context
Associates the value supplied with the property name specified.
setSelectionProperty(String, String) - Method in class com.ibm.websphere.fabric.da.context.InContextServiceInvoker
Convenience for using new TypedValue(value).
setSelectionProperty(String, TypedValue) - Method in class com.ibm.websphere.fabric.da.context.InContextServiceInvoker
Adds or replaces the value associated with the supplied endpoint selection context property (name).
setTier(int) - Method in class com.ibm.websphere.fabric.da.CandidateItem
 

T

toString() - Method in class com.ibm.websphere.fabric.da.CandidateItem
 
toString() - Method in class com.ibm.websphere.fabric.da.CandidateList
 
toString() - Method in class com.ibm.websphere.fabric.da.context.Context
 
toString() - Method in class com.ibm.websphere.fabric.da.ResolutionParameters
 
toString() - Method in class com.ibm.websphere.fabric.da.types.Cost
Current implementation prints the value of Cost.getCostPerMinute().
toString() - Method in class com.ibm.websphere.fabric.da.types.Duration
Current implementation prints the duration in milliseconds.
toString() - Method in class com.ibm.websphere.fabric.da.types.Score
 
TypedValue - Class in com.ibm.websphere.fabric.da.types
Representation for the string form of a typed value modelled similar to RDF's typed-literals.
TypedValue(String) - Constructor for class com.ibm.websphere.fabric.da.types.TypedValue
/** Shortcut for creating a string-typed value.
TypedValue(String, String) - Constructor for class com.ibm.websphere.fabric.da.types.TypedValue
Creates a typed value.

U

UnexpectedContentException - Exception in com.ibm.websphere.fabric.da.plugin
Thrown by context extractors when some content in the message body does not match with expectations, leaving the request in an unpropagable state.
UnexpectedContentException(String) - Constructor for exception com.ibm.websphere.fabric.da.plugin.UnexpectedContentException
 
USER - Static variable in interface com.ibm.websphere.fabric.foundation.ContextDimensions
Context property for the User policy dimenision.

V

valueOf(String) - Static method in enum com.ibm.websphere.fabric.da.failure.Outcome
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.ibm.websphere.fabric.da.failure.Outcome
Returns an array containing the constants of this enum type, in the order they're declared.

A B C D E F G H I M N O P R S T U V

Copyright © 2002-2009 IBM. All Rights Reserved.