Class LockCommand.LockResultResponseEntity
- java.lang.Object
-
- org.exoplatform.services.jcr.webdav.command.LockCommand.LockResultResponseEntity
-
- All Implemented Interfaces:
javax.ws.rs.core.StreamingOutput
- Enclosing class:
- LockCommand
public class LockCommand.LockResultResponseEntity extends Object implements javax.ws.rs.core.StreamingOutput
- Author:
- Gennady Azarenkov
-
-
Constructor Summary
Constructors Constructor Description LockResultResponseEntity(WebDavNamespaceContext nsContext, String lockToken, String lockOwner, String timeOut)Constructor.
-
-
-
Field Detail
-
nsContext
protected WebDavNamespaceContext nsContext
Webdav namespace context.
-
lockToken
protected String lockToken
Lock token.
-
lockOwner
protected String lockOwner
Lock owner.
-
timeOut
protected String timeOut
Lock timeout.
-
-
Constructor Detail
-
LockResultResponseEntity
public LockResultResponseEntity(WebDavNamespaceContext nsContext, String lockToken, String lockOwner, String timeOut)
Constructor.- Parameters:
nsContext- namespace contextlockToken- lock tokenlockOwner- lock ownertimeOut- lock timeout
-
-
Method Detail
-
write
public void write(OutputStream stream) throws IOException
- Specified by:
writein interfacejavax.ws.rs.core.StreamingOutput- Throws:
IOException
-
-