Package | Description |
---|---|
org.jboss.wsf.spi.deployment | |
org.jboss.wsf.spi.metadata.j2ee.serviceref | |
org.jboss.wsf.spi.metadata.webservices | |
org.jboss.wsf.spi.util |
Modifier and Type | Interface and Description |
---|---|
interface |
WritableUnifiedVirtualFile |
Modifier and Type | Method and Description |
---|---|
UnifiedVirtualFile |
UnifiedVirtualFile.findChild(String child) |
UnifiedVirtualFile |
UnifiedVirtualFile.findChildFailSafe(String child)
Same as findChild(String child) but does not throw any exception
on child not found, simply returns null.
|
UnifiedVirtualFile |
ArchiveDeployment.getRootFile()
Get the root file for this deployment
|
Modifier and Type | Method and Description |
---|---|
List<UnifiedVirtualFile> |
UnifiedVirtualFile.getChildren() |
List<UnifiedVirtualFile> |
ArchiveDeployment.getMetadataFiles()
Get additional metadata files attached to the deployment
|
Modifier and Type | Method and Description |
---|---|
void |
ArchiveDeployment.setRootFile(UnifiedVirtualFile root)
Set the root file for this deployment
|
Modifier and Type | Method and Description |
---|---|
void |
ArchiveDeployment.setMetadataFiles(List<UnifiedVirtualFile> metadataFiles)
Set additional metadata files for this deployment
|
Modifier and Type | Method and Description |
---|---|
UnifiedVirtualFile |
UnifiedServiceRefMetaData.getVfsRoot() |
Modifier and Type | Method and Description |
---|---|
void |
UnifiedServiceRefMetaData.setVfsRoot(UnifiedVirtualFile vfsRoot) |
Constructor and Description |
---|
UnifiedServiceRefMetaData(UnifiedVirtualFile vfRoot) |
Modifier and Type | Method and Description |
---|---|
JBossWebservicesMetaData |
JBossWebservicesFactory.loadFromVFSRoot(UnifiedVirtualFile root)
Load jboss-webservices.xml from
META-INF/jboss-webservices.xml or WEB-INF/jboss-webservices.xml
. |
WebservicesMetaData |
WebservicesFactory.loadFromVFSRoot(UnifiedVirtualFile root)
Load webservices.xml from
META-INF/webservices.xml
or WEB-INF/webservices.xml . |
Modifier and Type | Class and Description |
---|---|
class |
URLLoaderAdapter
Load resources through a URLClassLoader.
NOTE: The associated classloader doesn't do parent delegation. |
Modifier and Type | Method and Description |
---|---|
UnifiedVirtualFile |
URLLoaderAdapter.findChild(String resourcePath) |
UnifiedVirtualFile |
URLLoaderAdapter.findChildFailSafe(String resourcePath) |
Modifier and Type | Method and Description |
---|---|
List<UnifiedVirtualFile> |
URLLoaderAdapter.getChildren() |
Copyright © 2015 JBoss, by Red Hat. All rights reserved.