public final class ServiceUtil
extends java.lang.Object
Constructor and Description |
---|
ServiceUtil() |
Modifier and Type | Method and Description |
---|---|
static java.util.Collection<java.lang.String> |
getAllNativeServiceIds() |
static java.util.Collection<java.lang.String> |
getAllVirtualServiceIds() |
static java.lang.String |
getAnyCounterpart(java.lang.String assetType)
Get the id of the virtual/native counterpart.
|
static java.lang.String |
getNativeCounterpart(java.lang.String virtualAssetType)
Get the id of the native counterpart from given virtual service asset type id.
|
static java.util.Collection<java.lang.String> |
getNativeXmlRestServiceIds() |
static java.lang.String |
getVirtualCounterpart(java.lang.String nativeAssetType)
Get the id of the virtual counterpart from given native service asset type id.
|
static java.util.Collection<java.lang.String> |
getVirtualXmlRestServiceIds() |
static boolean |
isAnyNativeService(java.lang.String assetType) |
static boolean |
isAnyODataService(javax.xml.registry.infomodel.RegistryObject regObj) |
static boolean |
isAnyODataService(java.lang.String assetType) |
static boolean |
isAnySoapService(java.lang.String assetType) |
static boolean |
isAnyVirtualService(javax.xml.registry.infomodel.RegistryObject regObj) |
static boolean |
isAnyVirtualService(java.lang.String assetType) |
static boolean |
isNativeODataService(java.lang.String assetType) |
static boolean |
isVirtualSoapService(javax.xml.registry.infomodel.RegistryObject regObj) |
static boolean |
isVirtualSoapService(java.lang.String assetType) |
static boolean |
isVirtualXmlRestService(javax.xml.registry.infomodel.RegistryObject regObj) |
static boolean |
isVirtualXmlRestService(java.lang.String assetType) |
static boolean |
isXmlRestService(javax.xml.registry.infomodel.RegistryObject regObj) |
static boolean |
isXmlRestService(java.lang.String assetType) |
public static boolean isAnySoapService(java.lang.String assetType)
assetType
- public static boolean isXmlRestService(java.lang.String assetType)
assetType
- public static boolean isXmlRestService(javax.xml.registry.infomodel.RegistryObject regObj) throws javax.xml.registry.JAXRException
regObj
- javax.xml.registry.JAXRException
public static boolean isVirtualXmlRestService(java.lang.String assetType)
assetType
- public static boolean isVirtualXmlRestService(javax.xml.registry.infomodel.RegistryObject regObj) throws javax.xml.registry.JAXRException
regObj
- javax.xml.registry.JAXRException
public static boolean isAnyNativeService(java.lang.String assetType)
assetType
- public static boolean isNativeODataService(java.lang.String assetType)
assetType
- public static boolean isAnyODataService(java.lang.String assetType)
assetType
- public static boolean isAnyODataService(javax.xml.registry.infomodel.RegistryObject regObj) throws javax.xml.registry.JAXRException
regObj
- javax.xml.registry.JAXRException
public static boolean isVirtualSoapService(java.lang.String assetType)
assetType
- public static boolean isVirtualSoapService(javax.xml.registry.infomodel.RegistryObject regObj) throws javax.xml.registry.JAXRException
regObj
- javax.xml.registry.JAXRException
public static boolean isAnyVirtualService(java.lang.String assetType)
assetType
- public static boolean isAnyVirtualService(javax.xml.registry.infomodel.RegistryObject regObj) throws javax.xml.registry.JAXRException
regObj
- javax.xml.registry.JAXRException
public static java.util.Collection<java.lang.String> getNativeXmlRestServiceIds()
public static java.util.Collection<java.lang.String> getAllNativeServiceIds()
public static java.util.Collection<java.lang.String> getVirtualXmlRestServiceIds()
public static java.util.Collection<java.lang.String> getAllVirtualServiceIds()
public static java.lang.String getVirtualCounterpart(java.lang.String nativeAssetType)
nativeAssetType
- public static java.lang.String getNativeCounterpart(java.lang.String virtualAssetType)
virtualAssetType
- public static java.lang.String getAnyCounterpart(java.lang.String assetType)
assetType
- a native or virtual asset type