@ThreadSafe
public interface WSDynamicClient
Modifier and Type | Method and Description |
---|---|
void |
close() |
URLClassLoader |
getClassLoader() |
List<Class<?>> |
getObjectFactories() |
org.milyn.Smooks |
getSmooksInstance() |
EnablerDelegate |
getWSExtensionEnablerDelegate() |
WSMethod |
getWSMethod(String serviceName,
String portName,
String operationName)
It return directly the method to invoke the specified action on specified
port of specified service.
|
Map<String,WSService> |
processServices()
Create the services' map and gives it back.
|
Map<String,WSService> processServices() throws IllegalStateException
IllegalStateException
- thrown if method can't process or load generated classes to
find a serviceURLClassLoader getClassLoader()
List<Class<?>> getObjectFactories()
WSMethod getWSMethod(String serviceName, String portName, 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()
WSDynamicClient
void close()
Copyright © 2008–2013 JBoss.org. All rights reserved.