public class ServiceMap extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ServiceMap.ServiceType
Predefined service names.
|
| Constructor and Description |
|---|
ServiceMap() |
| Modifier and Type | Method and Description |
|---|---|
Set<org.apache.axis.message.addressing.EndpointReferenceType> |
getEndpoints(Object type)
Returns the endpoint of service from the service name.
|
void |
load(Reader reader)
Loads service endpoints from a stream.
|
public Set<org.apache.axis.message.addressing.EndpointReferenceType> getEndpoints(Object type)
type - the service name, type as a plain string or as a value of the ServiceMap.ServiceType enumeration.null if the service is unknown.Copyright © 2015. All Rights Reserved.