public class EndpointProxyStoreElement extends Object
| Modifier and Type | Method and Description |
|---|---|
void |
addProxy(BICEPSProxy proxyToAdd) |
<T extends BICEPSProxy> |
getAllProxiesOfAType(Class<T> proxyType,
List<T> proxyList) |
<T extends BICEPSProxy> |
getProxy(String handle) |
void |
removeAllProxiesForNetworkDeviceEndpoint(org.ws4d.java.types.EndpointReference networkDeviceEndpoint) |
BICEPSProxy |
removeProxy(String localHandle) |
public void removeAllProxiesForNetworkDeviceEndpoint(org.ws4d.java.types.EndpointReference networkDeviceEndpoint)
public BICEPSProxy removeProxy(String localHandle)
public <T extends BICEPSProxy> T getProxy(String handle)
public void addProxy(BICEPSProxy proxyToAdd)
public <T extends BICEPSProxy> List<T> getAllProxiesOfAType(Class<T> proxyType, List<T> proxyList)
Copyright © 2017. All rights reserved.