Package org.jboss.as.server.deployment
Class DeploymentUploadURLHandler
java.lang.Object
org.jboss.as.server.deployment.AbstractDeploymentUploadHandler
org.jboss.as.server.deployment.DeploymentUploadURLHandler
- All Implemented Interfaces:
OperationStepHandler
Handler for the upload-deployment-url operation.
- Author:
- Brian Stansberry (c) 2011 Red Hat Inc.
-
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 OperationFailedException - Specified by:
getContentInputStreamin classAbstractDeploymentUploadHandler- Throws:
OperationFailedException
-