|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ArchiveDeployment
A general web service deployment dep. It has no notion of J2EE deployment packages.
| 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 |
|---|
ArchiveDeployment getParent()
void setParent(ArchiveDeployment parent)
UnifiedVirtualFile getRootFile()
void setRootFile(UnifiedVirtualFile root)
String getCanonicalName()
List<UnifiedVirtualFile> getMetadataFiles()
void setMetadataFiles(List<UnifiedVirtualFile> metadataFiles)
ResourceResolver getResourceResolver()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||