Uses of Interface
org.glassfish.admin.rest.composite.ResponseBodyBuilder
-
Packages that use ResponseBodyBuilder Package Description org.glassfish.admin.rest.composite -
-
Uses of ResponseBodyBuilder in org.glassfish.admin.rest.composite
Classes in org.glassfish.admin.rest.composite that implement ResponseBodyBuilder Modifier and Type Class Description classResponseBodyBuilderImplMethods in org.glassfish.admin.rest.composite with parameters of type ResponseBodyBuilder Modifier and Type Method Description protected org.glassfish.jersey.media.sse.EventOutputCompositeResource. executeSseCommand(Subject subject, String command, ParameterMap parameters, ResponseBodyBuilder builder)Execute anAdminCommandvia SSE, but provide anActionReportProcessorthat allows the calling resource, via anEntityBuilderinstance, to return aResponseBodythat extra information such as the newly create entity, as well as any messages returned by the subsystem.
-