Modifier and Type | Class and Description |
---|---|
class |
WSServiceImpl.WSEndPointbuilder |
Modifier and Type | Field and Description |
---|---|
protected int |
maxThreadPoolSize |
Constructor and Description |
---|
WSServiceImpl(Class<?> serviceClass,
URLClassLoader classLoader,
Object service,
String userName,
String password,
Set<String> excludedPorts,
int maxThreadPoolSize) |
Modifier and Type | Method and Description |
---|---|
protected WSEndpointImpl |
createEndpoint() |
URLClassLoader |
getClassLoader() |
Map<String,WSEndpoint> |
getEndpoints() |
Map<String,WSEndpoint> |
processEndpoints()
Create the endpoints' map and gives it back.
|
public WSServiceImpl(Class<?> serviceClass, URLClassLoader classLoader, Object service, String userName, String password, Set<String> excludedPorts, int maxThreadPoolSize)
serviceClass
- ClassclassLoader
- URLClassLoaderservice
- ObjectuserName
- Stringpassword
- StringexcludedPorts
- SetmaxThreadPoolSize
- the max pool size for method execution of service attached endpoint.public Map<String,WSEndpoint> getEndpoints()
public Map<String,WSEndpoint> processEndpoints()
processEndpoints
in interface WSService
protected WSEndpointImpl createEndpoint()
public final URLClassLoader getClassLoader()
getClassLoader
in interface WSService
Copyright © 2008–2016 JBoss.org. All rights reserved.