public class DefaultProxyFactory extends Object implements BICEPSProxyManager
| Modifier and Type | Field and Description |
|---|---|
static boolean |
NON_STRICT_PROXIES |
| Constructor and Description |
|---|
DefaultProxyFactory(BICEPSProxyStore store) |
| Modifier and Type | Method and Description |
|---|---|
<T extends BICEPSProxy> |
getProxyFromCache(AbstractDescriptor descriptor,
ProxyUniqueID proxyUniqueID,
MDIBStructure mdib,
ProxyCommunication communicationInterface) |
BICEPSProxyQueryInterface |
getProxyQueryInterface() |
void |
handleInvalidProxy(BICEPSProxy proxy) |
void |
removeAllProxiesForNetworkDeviceEndpoint(org.ws4d.java.types.EndpointReference networkDeviceEndpoint) |
<T extends BICEPSProxy> |
removeProxy(T proxyToRemove) |
public DefaultProxyFactory(BICEPSProxyStore store)
public void removeAllProxiesForNetworkDeviceEndpoint(org.ws4d.java.types.EndpointReference networkDeviceEndpoint)
removeAllProxiesForNetworkDeviceEndpoint in interface BICEPSProxyManagerpublic <T extends BICEPSProxy> T removeProxy(T proxyToRemove)
removeProxy in interface BICEPSProxyManagerpublic <T extends BICEPSProxy> T getProxyFromCache(AbstractDescriptor descriptor, ProxyUniqueID proxyUniqueID, MDIBStructure mdib, ProxyCommunication communicationInterface)
getProxyFromCache in interface BICEPSProxyManagerpublic BICEPSProxyQueryInterface getProxyQueryInterface()
getProxyQueryInterface in interface BICEPSProxyManagerpublic void handleInvalidProxy(BICEPSProxy proxy)
handleInvalidProxy in interface BICEPSProxyManagerCopyright © 2018. All rights reserved.