public class V2MarkupService extends MarkupService<WSRPV2MarkupPortType>
service| Constructor and Description |
|---|
V2MarkupService(WSRPV2MarkupPortType port) |
| Modifier and Type | Method and Description |
|---|---|
void |
getMarkup(RegistrationContext registrationContext,
PortletContext portletContext,
RuntimeContext runtimeContext,
UserContext userContext,
MarkupParams markupParams,
Holder<MarkupContext> markupContext,
Holder<SessionContext> sessionContext,
Holder<List<Extension>> extensions) |
void |
getResource(RegistrationContext registrationContext,
Holder<PortletContext> portletContext,
RuntimeContext runtimeContext,
UserContext userContext,
ResourceParams resourceParams,
Holder<ResourceContext> resourceContext,
Holder<SessionContext> sessionContext,
Holder<List<Extension>> extensions) |
void |
handleEvents(RegistrationContext registrationContext,
PortletContext portletContext,
RuntimeContext runtimeContext,
UserContext userContext,
MarkupParams markupParams,
EventParams eventParams,
Holder<UpdateResponse> updateResponse,
Holder<List<HandleEventsFailed>> failedEvents,
Holder<List<Extension>> extensions) |
List<Extension> |
initCookie(RegistrationContext registrationContext,
UserContext userContext) |
void |
performBlockingInteraction(RegistrationContext registrationContext,
PortletContext portletContext,
RuntimeContext runtimeContext,
UserContext userContext,
MarkupParams markupParams,
InteractionParams interactionParams,
Holder<UpdateResponse> updateResponse,
Holder<String> redirectURL,
Holder<List<Extension>> extensions) |
List<Extension> |
releaseSessions(RegistrationContext registrationContext,
List<String> sessionIDs,
UserContext userContext) |
public V2MarkupService(WSRPV2MarkupPortType port)
public void getMarkup(RegistrationContext registrationContext, PortletContext portletContext, RuntimeContext runtimeContext, UserContext userContext, MarkupParams markupParams, Holder<MarkupContext> markupContext, Holder<SessionContext> sessionContext, Holder<List<Extension>> extensions) throws AccessDenied, InconsistentParameters, InvalidCookie, InvalidHandle, InvalidRegistration, InvalidSession, InvalidUserCategory, MissingParameters, ModifyRegistrationRequired, OperationFailed, ResourceSuspended, UnsupportedLocale, UnsupportedMimeType, UnsupportedMode, UnsupportedWindowState
getMarkup in interface WSRPV2MarkupPortTypegetMarkup in class MarkupService<WSRPV2MarkupPortType>AccessDeniedInconsistentParametersInvalidCookieInvalidHandleInvalidRegistrationInvalidSessionInvalidUserCategoryMissingParametersModifyRegistrationRequiredOperationFailedResourceSuspendedUnsupportedLocaleUnsupportedMimeTypeUnsupportedModeUnsupportedWindowStatepublic void getResource(RegistrationContext registrationContext, Holder<PortletContext> portletContext, RuntimeContext runtimeContext, UserContext userContext, ResourceParams resourceParams, Holder<ResourceContext> resourceContext, Holder<SessionContext> sessionContext, Holder<List<Extension>> extensions) throws AccessDenied, InconsistentParameters, InvalidCookie, InvalidHandle, InvalidRegistration, InvalidSession, InvalidUserCategory, MissingParameters, ModifyRegistrationRequired, OperationFailed, OperationNotSupported, ResourceSuspended, UnsupportedLocale, UnsupportedMimeType, UnsupportedMode, UnsupportedWindowState
getResource in interface WSRPV2MarkupPortTypegetResource in class MarkupService<WSRPV2MarkupPortType>AccessDeniedInconsistentParametersInvalidCookieInvalidHandleInvalidRegistrationInvalidSessionInvalidUserCategoryMissingParametersModifyRegistrationRequiredOperationFailedOperationNotSupportedResourceSuspendedUnsupportedLocaleUnsupportedMimeTypeUnsupportedModeUnsupportedWindowStatepublic void performBlockingInteraction(RegistrationContext registrationContext, PortletContext portletContext, RuntimeContext runtimeContext, UserContext userContext, MarkupParams markupParams, InteractionParams interactionParams, Holder<UpdateResponse> updateResponse, Holder<String> redirectURL, Holder<List<Extension>> extensions) throws AccessDenied, InconsistentParameters, InvalidCookie, InvalidHandle, InvalidRegistration, InvalidSession, InvalidUserCategory, MissingParameters, ModifyRegistrationRequired, OperationFailed, PortletStateChangeRequired, ResourceSuspended, UnsupportedLocale, UnsupportedMimeType, UnsupportedMode, UnsupportedWindowState
performBlockingInteraction in interface WSRPV2MarkupPortTypeperformBlockingInteraction in class MarkupService<WSRPV2MarkupPortType>AccessDeniedInconsistentParametersInvalidCookieInvalidHandleInvalidRegistrationInvalidSessionInvalidUserCategoryMissingParametersModifyRegistrationRequiredOperationFailedPortletStateChangeRequiredResourceSuspendedUnsupportedLocaleUnsupportedMimeTypeUnsupportedModeUnsupportedWindowStatepublic void handleEvents(RegistrationContext registrationContext, PortletContext portletContext, RuntimeContext runtimeContext, UserContext userContext, MarkupParams markupParams, EventParams eventParams, Holder<UpdateResponse> updateResponse, Holder<List<HandleEventsFailed>> failedEvents, Holder<List<Extension>> extensions) throws AccessDenied, InconsistentParameters, InvalidCookie, InvalidHandle, InvalidRegistration, InvalidSession, InvalidUserCategory, MissingParameters, ModifyRegistrationRequired, OperationFailed, OperationNotSupported, PortletStateChangeRequired, ResourceSuspended, UnsupportedLocale, UnsupportedMimeType, UnsupportedMode, UnsupportedWindowState
handleEvents in interface WSRPV2MarkupPortTypehandleEvents in class MarkupService<WSRPV2MarkupPortType>AccessDeniedInconsistentParametersInvalidCookieInvalidHandleInvalidRegistrationInvalidSessionInvalidUserCategoryMissingParametersModifyRegistrationRequiredOperationFailedOperationNotSupportedPortletStateChangeRequiredResourceSuspendedUnsupportedLocaleUnsupportedMimeTypeUnsupportedModeUnsupportedWindowStatepublic List<Extension> releaseSessions(RegistrationContext registrationContext, List<String> sessionIDs, UserContext userContext) throws AccessDenied, InvalidRegistration, MissingParameters, ModifyRegistrationRequired, OperationFailed, OperationNotSupported, ResourceSuspended
releaseSessions in interface WSRPV2MarkupPortTypereleaseSessions in class MarkupService<WSRPV2MarkupPortType>AccessDeniedInvalidRegistrationMissingParametersModifyRegistrationRequiredOperationFailedOperationNotSupportedResourceSuspendedpublic List<Extension> initCookie(RegistrationContext registrationContext, UserContext userContext) throws AccessDenied, InvalidRegistration, ModifyRegistrationRequired, OperationFailed, OperationNotSupported, ResourceSuspended
initCookie in interface WSRPV2MarkupPortTypeinitCookie in class MarkupService<WSRPV2MarkupPortType>AccessDeniedInvalidRegistrationModifyRegistrationRequiredOperationFailedOperationNotSupportedResourceSuspendedCopyright © 2006-2014 GateIn. All Rights Reserved.