public class CacheRefreshUtil
extends java.lang.Object
Constructor and Description |
---|
CacheRefreshUtil() |
Modifier and Type | Method and Description |
---|---|
static java.util.Set<org.apache.axis.message.addressing.EndpointReference> |
getEPRs(Srv service)
get EPRs for the given service
|
static java.util.Set<org.apache.axis.message.addressing.EndpointReference> |
getEPRs(Srv service,
java.lang.String serviceType)
Get EPRs for the given type of the given service
|
protected static void |
refreshService(Srv service) |
public static java.util.Set<org.apache.axis.message.addressing.EndpointReference> getEPRs(Srv service) throws java.lang.Exception
service
- servicejava.lang.Exception
- in case of errorpublic static java.util.Set<org.apache.axis.message.addressing.EndpointReference> getEPRs(Srv service, java.lang.String serviceType) throws java.lang.Exception
service
- serviceserviceType
- service typejava.lang.Exception
- in case of errorprotected static void refreshService(Srv service) throws java.lang.Exception
java.lang.Exception