Class BatchProcess
java.lang.Object
org.apache.syncope.core.rest.cxf.batch.BatchProcess
- All Implemented Interfaces:
Runnable
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
run()
void
setAuthentication
(Authentication authentication) void
setBaseURI
(String baseURI) void
setBatchRequestItems
(List<BatchRequestItem> batchRequestItems) void
setBoundary
(String boundary) void
setCharacterEncoding
(String characterEncoding) void
setContextPath
(String contextPath) void
setDestinationRegistry
(org.apache.cxf.transport.http.DestinationRegistry destinationRegistry) void
setPathInfo
(String pathInfo) void
void
setServerName
(String serverName) void
setServerPort
(int serverPort) void
setServletConfig
(ServletConfig servletConfig) void
setServletPath
(String servletPath) void
setServletRequest
(HttpServletRequest servletRequest)
-
Constructor Details
-
BatchProcess
public BatchProcess()
-
-
Method Details
-
setBoundary
-
setScheme
-
setServerName
-
setServerPort
public void setServerPort(int serverPort) -
setContextPath
-
setServletPath
-
setPathInfo
-
setCharacterEncoding
-
setBaseURI
-
setBatchRequestItems
-
setDestinationRegistry
public void setDestinationRegistry(org.apache.cxf.transport.http.DestinationRegistry destinationRegistry) -
setServletConfig
-
setServletRequest
-
setAuthentication
-
run
public void run()
-