Index
All Classes and Interfaces|All Packages
A
- addConfiguredBinding(FileSet) - Method in class org.jboss.ws.tools.ant.WSConsumeTask
C
- createClasspath() - Method in class org.jboss.ws.tools.ant.WSProvideTask
- createFileset() - Method in class org.jboss.ws.tools.ant.InstallModulesTask
- createJvmarg() - Method in class org.jboss.ws.tools.ant.WSConsumeTask
- createJvmarg() - Method in class org.jboss.ws.tools.ant.WSProvideTask
- CustomExecuteJava - Class in org.jboss.ws.tools.ant
- CustomExecuteJava() - Constructor for class org.jboss.ws.tools.ant.CustomExecuteJava
D
- doPrivilegedGetContextClassLoader() - Static method in class org.jboss.ws.tools.security.legacy.SecurityManagerUtils
-
Helper method to execute privileged action for getting context classloader, using FQN for deprecated/removed APIs, and avoid class loading issues on JDK 23+
- doPrivilegedGetContextClassLoader(Class<?>) - Static method in class org.jboss.ws.tools.security.legacy.SecurityManagerUtils
-
Helper method to execute privileged action for getting context classloader, using FQN for deprecated/removed APIs, and avoid class loading issues on JDK 23+
- doPrivilegedLoadClass(ClassLoader, String) - Static method in class org.jboss.ws.tools.security.legacy.SecurityManagerUtils
-
Helper method to execute privileged action for loading a class, using FQN for deprecated/removed APIs, and avoid class loading issues on JDK 23+
- doPrivilegedSetContextClassLoader(ClassLoader) - Static method in class org.jboss.ws.tools.security.legacy.SecurityManagerUtils
-
Helper method to execute privileged action for setting context classloader, using FQN for deprecated/removed APIs, and avoid class loading issues on JDK 23+
E
- execute() - Method in class org.jboss.ws.tools.ant.InstallModulesTask
- execute() - Method in class org.jboss.ws.tools.ant.WSConsumeTask
- execute() - Method in class org.jboss.ws.tools.ant.WSProvideTask
- executeNonForked() - Method in class org.jboss.ws.tools.ant.WSConsumeTask
- executeNonForked() - Method in class org.jboss.ws.tools.ant.WSProvideTask
- exit(int) - Method in interface org.jboss.ws.tools.ExitHandler
-
Handle program exit with the given status code.
- exit(int) - Method in class org.jboss.ws.tools.SystemExitHandler
- ExitHandler - Interface in org.jboss.ws.tools
-
Interface for handling program exits.
- ExitHandlerFactory - Interface in org.jboss.ws.tools
-
Provides an
ExitHandlerconcrete implementation, used to override the behavior in cases whereSystem.exitis called.
F
- fork(ProjectComponent) - Method in class org.jboss.ws.tools.ant.CustomExecuteJava
G
- get() - Method in class org.jboss.ws.tools.SystemExitHandlerFactory
- getInstance() - Static method in class org.jboss.ws.tools.SystemExitHandler
- getInstance() - Static method in class org.jboss.ws.tools.SystemExitHandlerFactory
I
- InstallModulesTask - Class in org.jboss.ws.tools.ant
-
An Ant task for installing AS7 module.xml files; reads the contents of the provided module.xml files, computes the module path from their full paths, updates the contents with the resource libs found at the corresponding module in the target dir location and finally write the destination module.xml files in the target module dir.
- InstallModulesTask() - Constructor for class org.jboss.ws.tools.ant.InstallModulesTask
- isSecurityManagerAvailable() - Static method in class org.jboss.ws.tools.security.legacy.SecurityManagerUtils
-
Provides access to the static boolean status flag that tells whether a SecurityManager is installed
K
- killedProcess() - Method in class org.jboss.ws.tools.ant.CustomExecuteJava
M
- main(String[]) - Static method in class org.jboss.ws.tools.cmd.WSConsume
- main(String[]) - Static method in class org.jboss.ws.tools.cmd.WSProvide
O
- org.jboss.ws.tools - package org.jboss.ws.tools
- org.jboss.ws.tools.ant - package org.jboss.ws.tools.ant
- org.jboss.ws.tools.cmd - package org.jboss.ws.tools.cmd
- org.jboss.ws.tools.security.legacy - package org.jboss.ws.tools.security.legacy
P
- PROGRAM_NAME - Static variable in class org.jboss.ws.tools.cmd.WSConsume
- PROGRAM_NAME - Static variable in class org.jboss.ws.tools.cmd.WSProvide
R
- resetExitHandlerFactory() - Static method in class org.jboss.ws.tools.cmd.WSConsume
-
Reset to default factory.
- resetExitHandlerFactory() - Static method in class org.jboss.ws.tools.cmd.WSProvide
-
Reset to default factory.
S
- SecurityManagerUtils - Class in org.jboss.ws.tools.security.legacy
-
A helper class that caches and provides status about the SecurityManager API, which is deprecated starting from JDK17 (JEP 411), and removed on JDK 23+ (JEP 486).
- SecurityManagerUtils() - Constructor for class org.jboss.ws.tools.security.legacy.SecurityManagerUtils
- setAdditionalHeaders(boolean) - Method in class org.jboss.ws.tools.ant.WSConsumeTask
- setAddress(String) - Method in class org.jboss.ws.tools.ant.WSProvideTask
- setBinding(File) - Method in class org.jboss.ws.tools.ant.WSConsumeTask
- setCatalog(File) - Method in class org.jboss.ws.tools.ant.WSConsumeTask
- setClasspath(Path) - Method in class org.jboss.ws.tools.ant.WSProvideTask
- setClasspathRef(Reference) - Method in class org.jboss.ws.tools.ant.WSProvideTask
- setClientJar(File) - Method in class org.jboss.ws.tools.ant.WSConsumeTask
- setCommandlineJava(CommandlineJava) - Method in class org.jboss.ws.tools.ant.CustomExecuteJava
- setDebug(boolean) - Method in class org.jboss.ws.tools.ant.WSConsumeTask
- setDebug(boolean) - Method in class org.jboss.ws.tools.ant.WSProvideTask
- setDestdir(File) - Method in class org.jboss.ws.tools.ant.WSConsumeTask
- setDestdir(File) - Method in class org.jboss.ws.tools.ant.WSProvideTask
- setEncoding(String) - Method in class org.jboss.ws.tools.ant.WSConsumeTask
- setExitHandlerFactory(ExitHandlerFactory) - Static method in class org.jboss.ws.tools.cmd.WSConsume
-
Tests call this BEFORE calling main() to inject TestExitHandlerFactory.
- setExitHandlerFactory(ExitHandlerFactory) - Static method in class org.jboss.ws.tools.cmd.WSProvide
-
Tests call this BEFORE calling main() to inject TestExitHandlerFactory.
- setExtension(boolean) - Method in class org.jboss.ws.tools.ant.WSConsumeTask
- setExtension(boolean) - Method in class org.jboss.ws.tools.ant.WSProvideTask
- setFork(boolean) - Method in class org.jboss.ws.tools.ant.WSConsumeTask
- setFork(boolean) - Method in class org.jboss.ws.tools.ant.WSProvideTask
- setGenwsdl(boolean) - Method in class org.jboss.ws.tools.ant.WSProvideTask
- setKeep(boolean) - Method in class org.jboss.ws.tools.ant.WSConsumeTask
- setKeep(boolean) - Method in class org.jboss.ws.tools.ant.WSProvideTask
- setNoCompile(boolean) - Method in class org.jboss.ws.tools.ant.WSConsumeTask
- setPackage(String) - Method in class org.jboss.ws.tools.ant.WSConsumeTask
- setProtocol(String) - Method in class org.jboss.ws.tools.ant.WSProvideTask
- setResourcedestdir(File) - Method in class org.jboss.ws.tools.ant.WSProvideTask
- setSei(String) - Method in class org.jboss.ws.tools.ant.WSProvideTask
- setSourcedestdir(File) - Method in class org.jboss.ws.tools.ant.WSConsumeTask
- setSourcedestdir(File) - Method in class org.jboss.ws.tools.ant.WSProvideTask
- setTargetDir(String) - Method in class org.jboss.ws.tools.ant.InstallModulesTask
- setTimeout(Long) - Method in class org.jboss.ws.tools.ant.CustomExecuteJava
- setVerbose(boolean) - Method in class org.jboss.ws.tools.ant.WSConsumeTask
- setVerbose(boolean) - Method in class org.jboss.ws.tools.ant.WSProvideTask
- setWsdl(String) - Method in class org.jboss.ws.tools.ant.WSConsumeTask
- setWsdlLocation(String) - Method in class org.jboss.ws.tools.ant.WSConsumeTask
- SystemExitHandler - Class in org.jboss.ws.tools
-
Default ExitHandler that actually calls System.exit().
- SystemExitHandlerFactory - Class in org.jboss.ws.tools
-
Provides a default implementation of
ExitHandler, that is a call toSystem.exit().
T
- timeoutOccured(Watchdog) - Method in class org.jboss.ws.tools.ant.CustomExecuteJava
W
- WSConsume - Class in org.jboss.ws.tools.cmd
-
WSConsumeTask is a cmd line tool that generates portable JAX-WS artifacts from a WSDL file.
- WSConsumeTask - Class in org.jboss.ws.tools.ant
-
Ant task which consumes a Web Service contract.
- WSConsumeTask() - Constructor for class org.jboss.ws.tools.ant.WSConsumeTask
- WSProvide - Class in org.jboss.ws.tools.cmd
-
WSProvideTask is a cmd line tool that generates portable JAX-WS artifacts for a service endpoint implementation.
- WSProvideTask - Class in org.jboss.ws.tools.ant
-
Ant task which invokes provides a Web Service contract and portable JAX-WS wrapper classes.
- WSProvideTask() - Constructor for class org.jboss.ws.tools.ant.WSProvideTask
All Classes and Interfaces|All Packages