public interface PortAddressRegistry
| Modifier and Type | Method and Description |
|---|---|
void |
addPort(String serviceId,
QName serviceQName,
String portId,
QName portQName,
String portInterface,
String address) |
Set<PortAddress> |
getPorts(String id,
QName serviceQName,
String referenceClassName) |
void |
removePort(String serviceId,
QName serviceQName,
String portId,
String portInterface) |
void addPort(String serviceId, QName serviceQName, String portId, QName portQName, String portInterface, String address) throws OpenEJBException
OpenEJBExceptionvoid removePort(String serviceId, QName serviceQName, String portId, String portInterface)
Set<PortAddress> getPorts(String id, QName serviceQName, String referenceClassName)
Copyright © 1999–2014 The Apache Software Foundation. All rights reserved.