Class PersistenceResource
- java.lang.Object
-
- org.eclipse.persistence.jpa.rs.resources.common.AbstractResource
-
- org.eclipse.persistence.jpa.rs.resources.common.AbstractPersistenceResource
-
- org.eclipse.persistence.jpa.rs.resources.unversioned.PersistenceResource
-
@Deprecated @Produces({"application/json","application/xml"}) @Consumes({"application/json","application/xml"}) @Path("/") public class PersistenceResource extends AbstractPersistenceResource
Deprecated.UsePersistenceResourceinstead.PersistenceResource- Author:
- tware
-
-
Field Summary
-
Fields inherited from class org.eclipse.persistence.jpa.rs.resources.common.AbstractResource
APPLICATION_SCHEMA_JSON, APPLICATION_SCHEMA_JSON_TYPE, factory, SERVICE_VERSION_FORMAT
-
-
Constructor Summary
Constructors Constructor Description PersistenceResource()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description jakarta.ws.rs.core.ResponsecallSessionBean(jakarta.ws.rs.core.HttpHeaders hh, jakarta.ws.rs.core.UriInfo ui, InputStream is)Deprecated.jakarta.ws.rs.core.ResponsegetContexts(jakarta.ws.rs.core.HttpHeaders hh, jakarta.ws.rs.core.UriInfo uriInfo)Deprecated.-
Methods inherited from class org.eclipse.persistence.jpa.rs.resources.common.AbstractPersistenceResource
callSessionBeanInternal, getContextsInternal
-
Methods inherited from class org.eclipse.persistence.jpa.rs.resources.common.AbstractResource
buildPersistenceContextFactory, getMatrixParameters, getPersistenceContext, getPersistenceFactory, getPersistenceFactory, getQueryParameters, getRelationshipPartner, isValidVersion, marshallMetadata, setPersistenceFactory, setRequestUniqueId
-
-
-
-
Method Detail
-
getContexts
@GET public jakarta.ws.rs.core.Response getContexts(@Context jakarta.ws.rs.core.HttpHeaders hh, @Context jakarta.ws.rs.core.UriInfo uriInfo) throws jakarta.xml.bind.JAXBExceptionDeprecated.- Throws:
jakarta.xml.bind.JAXBException
-
callSessionBean
@POST @Produces("*/*") public jakarta.ws.rs.core.Response callSessionBean(@Context jakarta.ws.rs.core.HttpHeaders hh, @Context jakarta.ws.rs.core.UriInfo ui, InputStream is) throws jakarta.xml.bind.JAXBException, ClassNotFoundException, NamingException, NoSuchMethodException, InvocationTargetException, IllegalAccessExceptionDeprecated.- Throws:
jakarta.xml.bind.JAXBExceptionClassNotFoundExceptionNamingExceptionNoSuchMethodExceptionInvocationTargetExceptionIllegalAccessException
-
-