org.jboss.wise.core.client
Interface WSService

All Known Implementing Classes:
WSServiceImpl

@ThreadSafe
public interface WSService

It represents a sigle service. I can be used to retrieve endpoints (Ports) of this services.

Author:
Stefano Maestri, stefano.maestri@javalinux.it

Method Summary
 java.net.URLClassLoader getClassLoader()
           
 java.util.Map<java.lang.String,WSEndpoint> processEndpoints()
          Create the endpoints' map and gives it back.
 

Method Detail

processEndpoints

java.util.Map<java.lang.String,WSEndpoint> processEndpoints()
Create the endpoints' map and gives it back.

Returns:
The Map of WSEndpoint with symbolic names as keys

getClassLoader

java.net.URLClassLoader getClassLoader()
Returns:
The classLoader used to load generated class.