org.jboss.wsf.spi.deployment
Interface ArchiveDeployment

All Superinterfaces:
Deployment, Extensible

public interface ArchiveDeployment
extends Deployment

A general web service deployment dep. It has no notion of J2EE deployment packages.

Since:
20-Apr-2007
Author:
Thomas.Diesler@jboss.com

Method Summary
 String getCanonicalName()
          The concatenated names including all parents.
 List<UnifiedVirtualFile> getMetadataFiles()
          Get additional metadata files attached to the deployment
 ArchiveDeployment getParent()
          Get the optional parent of this deployment
 ResourceResolver getResourceResolver()
          Get the resource resolver to be used to access resources from this archive
 UnifiedVirtualFile getRootFile()
          Get the root file for this deployment
 void setMetadataFiles(List<UnifiedVirtualFile> metadataFiles)
          Set additional metadata files for this deployment
 void setParent(ArchiveDeployment parent)
          Set the optional parent for this deployment
 void setRootFile(UnifiedVirtualFile root)
          Set the root file for this deployment
 
Methods inherited from interface org.jboss.wsf.spi.deployment.Deployment
getInitialClassLoader, getRuntimeClassLoader, getService, getSimpleName, getState, getType, setInitialClassLoader, setRuntimeClassLoader, setService, setSimpleName, setState, setType
 
Methods inherited from interface org.jboss.wsf.spi.deployment.Extensible
addAttachment, getAttachment, getAttachments, getProperties, getProperty, removeAttachment, removeProperty, setProperties, setProperty
 

Method Detail

getParent

ArchiveDeployment getParent()
Get the optional parent of this deployment


setParent

void setParent(ArchiveDeployment parent)
Set the optional parent for this deployment


getRootFile

UnifiedVirtualFile getRootFile()
Get the root file for this deployment


setRootFile

void setRootFile(UnifiedVirtualFile root)
Set the root file for this deployment


getCanonicalName

String getCanonicalName()
The concatenated names including all parents.


getMetadataFiles

List<UnifiedVirtualFile> getMetadataFiles()
Get additional metadata files attached to the deployment


setMetadataFiles

void setMetadataFiles(List<UnifiedVirtualFile> metadataFiles)
Set additional metadata files for this deployment


getResourceResolver

ResourceResolver getResourceResolver()
Get the resource resolver to be used to access resources from this archive



Copyright © 2012 JBoss, by Red Hat. All Rights Reserved.