@Path(value="lra-type-tck-superclass-resource") public class LRATypeTckSuperclassResource extends LRATypeTckSuperclass
Modifier and Type | Field and Description |
---|---|
static String |
TCK_LRA_TYPE_SUPERCLASS_RESOURCE_PATH |
MANDATORY_PATH, MANDATORY_WITH_END_FALSE_PATH, NEVER_PATH, NEVER_WITH_END_FALSE_PATH, NOT_SUPPORTED_PATH, NOT_SUPPORTED_WITH_END_FALSE_PATH, REQUIRED_PATH, REQUIRED_WITH_END_FALSE_PATH, REQUIRES_NEW_PATH, REQUIRES_NEW_WITH_END_FALSE_PATH, SUPPORTS_PATH, SUPPORTS_WITH_END_FALSE_PATH
Constructor and Description |
---|
LRATypeTckSuperclassResource() |
Modifier and Type | Method and Description |
---|---|
jakarta.ws.rs.core.Response |
mandatoryEndLRA(URI lraId) |
jakarta.ws.rs.core.Response |
mandatoryLRA(URI lraId) |
jakarta.ws.rs.core.Response |
neverEndLRA(URI lraId) |
jakarta.ws.rs.core.Response |
neverLRA(URI lraId) |
jakarta.ws.rs.core.Response |
notSupportedEndLRA(URI lraId) |
jakarta.ws.rs.core.Response |
notSupportedLRA(URI lraId) |
jakarta.ws.rs.core.Response |
requiredEndLRA(URI lraId) |
jakarta.ws.rs.core.Response |
requiredLRA(URI lraId) |
jakarta.ws.rs.core.Response |
requiresNewEndLRA(URI lraId) |
jakarta.ws.rs.core.Response |
requiresNewLRA(URI lraId) |
jakarta.ws.rs.core.Response |
supportsEndLRA(URI lraId) |
jakarta.ws.rs.core.Response |
supportsLRA(URI lraId) |
afterLRA
public static final String TCK_LRA_TYPE_SUPERCLASS_RESOURCE_PATH
public jakarta.ws.rs.core.Response requiredLRA(URI lraId)
requiredLRA
in class LRATypeTckSuperclass
public jakarta.ws.rs.core.Response requiresNewLRA(URI lraId)
requiresNewLRA
in class LRATypeTckSuperclass
public jakarta.ws.rs.core.Response mandatoryLRA(URI lraId)
mandatoryLRA
in class LRATypeTckSuperclass
public jakarta.ws.rs.core.Response supportsLRA(URI lraId)
supportsLRA
in class LRATypeTckSuperclass
public jakarta.ws.rs.core.Response notSupportedLRA(URI lraId)
notSupportedLRA
in class LRATypeTckSuperclass
public jakarta.ws.rs.core.Response neverLRA(URI lraId)
neverLRA
in class LRATypeTckSuperclass
public jakarta.ws.rs.core.Response requiredEndLRA(URI lraId)
requiredEndLRA
in class LRATypeTckSuperclass
public jakarta.ws.rs.core.Response requiresNewEndLRA(URI lraId)
requiresNewEndLRA
in class LRATypeTckSuperclass
public jakarta.ws.rs.core.Response mandatoryEndLRA(URI lraId)
mandatoryEndLRA
in class LRATypeTckSuperclass
public jakarta.ws.rs.core.Response supportsEndLRA(URI lraId)
supportsEndLRA
in class LRATypeTckSuperclass
public jakarta.ws.rs.core.Response notSupportedEndLRA(URI lraId)
notSupportedEndLRA
in class LRATypeTckSuperclass
public jakarta.ws.rs.core.Response neverEndLRA(URI lraId)
neverEndLRA
in class LRATypeTckSuperclass
Copyright © 2018 – 2021 Eclipse Foundation. All rights reserved.
Use is subject to license terms.