|
||||||||||
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.
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface org.jboss.wsf.spi.deployment.Deployment |
---|
Deployment.DeploymentState, Deployment.DeploymentType |
Method Summary | |
---|---|
java.lang.String |
getCanonicalName()
The concatenated names including all parents. |
java.util.List<UnifiedVirtualFile> |
getMetadataFiles()
Get additional metadata files attached to the deployment |
java.net.URL |
getMetaDataFileURL(java.lang.String resourcePath)
Get the URL for a given resource path |
ArchiveDeployment |
getParent()
Get the optional parent of this deployment |
UnifiedVirtualFile |
getRootFile()
Get the root file for this deployment |
void |
setMetadataFiles(java.util.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)
java.lang.String getCanonicalName()
java.net.URL getMetaDataFileURL(java.lang.String resourcePath) throws java.io.IOException
java.io.IOException
java.util.List<UnifiedVirtualFile> getMetadataFiles()
void setMetadataFiles(java.util.List<UnifiedVirtualFile> metadataFiles)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |