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 | 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.addMetadataFile(UnifiedVirtualFile file)
Add additional metadata file to the deployment
|
abstract Deployment |
DeploymentModelFactory.newDeployment(ArchiveDeployment parent,
String simpleName,
ClassLoader classLoader,
UnifiedVirtualFile rootFile) |
abstract Deployment |
DeploymentModelFactory.newDeployment(String simpleName,
ClassLoader classLoader,
UnifiedVirtualFile rootFile) |
Modifier and Type | Method and Description |
---|---|
UnifiedVirtualFile |
UnifiedServiceRefMetaData.getVfsRoot() |
Modifier and Type | Method and Description |
---|---|
void |
UnifiedServiceRefMetaData.setVfsRoot(UnifiedVirtualFile vfsRoot) |
void |
UnifiedServiceRefMetaDataBuilder.setVfsRoot(UnifiedVirtualFile vfsRoot) |
Constructor and Description |
---|
UnifiedServiceRefMetaData(UnifiedVirtualFile vfsRoot,
String serviceRefName) |
UnifiedServiceRefMetaData(UnifiedVirtualFile vfsRoot,
String serviceRefName,
String mappingFile,
QName serviceQName,
List<UnifiedPortComponentRefMetaData> portComponentRefs,
List<UnifiedHandlerMetaData> handlers,
UnifiedHandlerChainsMetaData handlerChains,
String serviceImplClass,
String configName,
String configFile,
String wsdlOverride) |
UnifiedServiceRefMetaData(UnifiedVirtualFile vfsRoot,
String serviceRefName,
String serviceInterface,
String serviceRefType,
String wsdlFile,
String mappingFile,
QName serviceQName,
List<UnifiedPortComponentRefMetaData> portComponentRefs,
List<UnifiedHandlerMetaData> handlers,
UnifiedHandlerChainsMetaData handlerChains,
String serviceImplClass,
String configName,
String configFile,
String wsdlOverride,
String handlerChain,
AddressingMetadata addressingMetadata,
MTOMMetadata mtomMetadata,
RespectBindingMetadata respectBindingMetadata) |
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 © 2016 JBoss, by Red Hat. All rights reserved.