Package org.jboss.as.server.deployment
Class DeploymentUploadStreamAttachmentHandler
java.lang.Object
org.jboss.as.server.deployment.AbstractDeploymentUploadHandler
org.jboss.as.server.deployment.DeploymentUploadStreamAttachmentHandler
- All Implemented Interfaces:
OperationStepHandler
Handler for the upload-deployment-stream operation.
- Author:
- Kabir Khan
-
Field Summary
FieldsFields inherited from class org.jboss.as.server.deployment.AbstractDeploymentUploadHandler
attribute -
Method Summary
Modifier and TypeMethodDescriptionprotected InputStreamgetContentInputStream(OperationContext operationContext, org.jboss.dmr.ModelNode operation) static voidregister(ManagementResourceRegistration registration, ContentRepository repository) Methods inherited from class org.jboss.as.server.deployment.AbstractDeploymentUploadHandler
execute
-
Field Details
-
OPERATION_NAME
- See Also:
-
-
Method Details
-
register
public static void register(ManagementResourceRegistration registration, ContentRepository repository) -
getContentInputStream
protected InputStream getContentInputStream(OperationContext operationContext, org.jboss.dmr.ModelNode operation) throws IOException, OperationFailedException - Specified by:
getContentInputStreamin classAbstractDeploymentUploadHandler- Throws:
IOExceptionOperationFailedException
-