public class ExternalSubscriptionFacadeClient extends AbstractExternalSubscriptionFacadeClient
This class provides common methods that this and other utility classes to the ExternalSubscription facade can use.
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
IBM Copyright notice field.
|
CHANGE_VERB_ACTION_ADD, CHANGE_VERB_ACTION_CHANGE, CHANGE_VERB_ACTION_CREATE, CHANGE_VERB_ACTION_DELETE, CHANGE_VERB_ACTION_UPDATE| Constructor and Description |
|---|
ExternalSubscriptionFacadeClient()
Creates an instance of the client to communicate with the Subscription facade.
|
ExternalSubscriptionFacadeClient(BusinessContextType businessContext,
javax.security.auth.callback.CallbackHandler callbackHandler)
Creates an instance of the client to communicate with the ExternalSubscription facade.
|
changeSubscription, getSubscription, processSubscriptiongetSubscription, getSubscriptioncreateActionExpression, createChangeVerb, createGetVerb, createGetVerb, createProcessVerb, createSyncVerbpublic static final java.lang.String COPYRIGHT
public ExternalSubscriptionFacadeClient()
public ExternalSubscriptionFacadeClient(BusinessContextType businessContext, javax.security.auth.callback.CallbackHandler callbackHandler)
businessContext - The default business context to associate with the messages
when making requests.callbackHandler - Used for authentication purposes so the controller can give
the authentication information to the transport when required.