Uses of Class
com.axway.apim.api.model.RemoteHost
-
Packages that use RemoteHost Package Description com.axway.apim.adapter.apis com.axway.apim.adapter.jackson com.axway.apim.api -
-
Uses of RemoteHost in com.axway.apim.adapter.apis
Methods in com.axway.apim.adapter.apis that return RemoteHost Modifier and Type Method Description RemoteHostAPIManagerRemoteHostsAdapter. getRemoteHost(String name, Integer port)Methods in com.axway.apim.adapter.apis that return types with arguments of type RemoteHost Modifier and Type Method Description Map<String,RemoteHost>APIManagerRemoteHostsAdapter. getRemoteHosts(RemoteHostFilter filter)Methods in com.axway.apim.adapter.apis with parameters of type RemoteHost Modifier and Type Method Description voidAPIManagerRemoteHostsAdapter. createOrUpdateRemoteHost(RemoteHost desiredRemoteHost, RemoteHost actualRemoteHost)booleanRemoteHostFilter. filter(RemoteHost remoteHost) -
Uses of RemoteHost in com.axway.apim.adapter.jackson
Methods in com.axway.apim.adapter.jackson that return RemoteHost Modifier and Type Method Description RemoteHostRemotehostDeserializer. deserialize(com.fasterxml.jackson.core.JsonParser jp, com.fasterxml.jackson.databind.DeserializationContext ctxt)Constructor parameters in com.axway.apim.adapter.jackson with type arguments of type RemoteHost Constructor Description RemotehostDeserializer(Class<RemoteHost> remoteHost) -
Uses of RemoteHost in com.axway.apim.api
Fields in com.axway.apim.api declared as RemoteHost Modifier and Type Field Description protected RemoteHostAPI. remoteHostMethods in com.axway.apim.api that return RemoteHost Modifier and Type Method Description RemoteHostAPI. getRemotehost()Methods in com.axway.apim.api with parameters of type RemoteHost Modifier and Type Method Description voidAPI. setRemotehost(RemoteHost remotehost)
-