|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
@ThreadSafe public interface WSDynamicClient
This is the Wise core class responsible to invoke the JAX-WS tools that handles wsdl retrieval & parsing. It is used to build the list of WSService representing the serices availabe in parsed wsdl.
| Method Summary | |
|---|---|
java.net.URLClassLoader |
getClassLoader()
|
WSMethod |
getWSMethod(java.lang.String serviceName,
java.lang.String portName,
java.lang.String actionName)
It return directly the method to invoke the specified action on specified port of specified service. |
java.util.Map<java.lang.String,WSService> |
processServices()
Create the services' map and gives it back. |
| Method Detail |
|---|
java.util.Map<java.lang.String,WSService> processServices()
throws java.lang.IllegalStateException
java.lang.IllegalStateException - thrown if method can't process or load generated classes to find a servicejava.net.URLClassLoader getClassLoader()
WSMethod getWSMethod(java.lang.String serviceName,
java.lang.String portName,
java.lang.String actionName)
serviceName - portName - actionName -
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||