public abstract class AbstractDeploymentUploadHandler extends Object implements OperationStepHandler
| Modifier and Type | Field and Description |
|---|---|
protected AttributeDefinition |
attribute |
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractDeploymentUploadHandler(ContentRepository contentRepository,
AttributeDefinition attribute) |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(OperationContext context,
org.jboss.dmr.ModelNode operation) |
protected abstract InputStream |
getContentInputStream(OperationContext context,
org.jboss.dmr.ModelNode operation) |
protected final AttributeDefinition attribute
protected AbstractDeploymentUploadHandler(ContentRepository contentRepository, AttributeDefinition attribute)
public void execute(OperationContext context, org.jboss.dmr.ModelNode operation) throws OperationFailedException
execute in interface OperationStepHandlerOperationFailedExceptionprotected abstract InputStream getContentInputStream(OperationContext context, org.jboss.dmr.ModelNode operation) throws IOException, OperationFailedException
IOExceptionOperationFailedExceptionCopyright © 2016 JBoss by Red Hat. All rights reserved.