|
JBoss Wise API | |||||||||
| 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 services available in parsed wsdl.
| Method Summary | |
|---|---|
void |
close()
|
java.net.URLClassLoader |
getClassLoader()
|
org.milyn.Smooks |
getSmooksInstance()
|
EnablerDelegate |
getWSExtensionEnablerDelegate()
|
WSMethod |
getWSMethod(java.lang.String serviceName,
java.lang.String portName,
java.lang.String operationName)
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 operationName)
throws ResourceNotAvailableException
serviceName - portName - operationName -
ResourceNotAvailableException - when the specified service, port or operation can not be
foundEnablerDelegate getWSExtensionEnablerDelegate()
EnablerDelegate used to enable the WS-* for all
endpoint attached all serivices attached to this
WSDynamicClient.org.milyn.Smooks getSmooksInstance()
WSDynamicClientvoid close()
|
JBoss Wise API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||