org.apache.openejb.core.webservices
Interface PortAddressRegistry
- All Known Implementing Classes:
- PortAddressRegistryImpl
public interface PortAddressRegistry
addPort
void addPort(String serviceId,
QName serviceQName,
String portId,
QName portQName,
String portInterface,
String address)
throws OpenEJBException
- Throws:
OpenEJBException
removePort
void removePort(String serviceId,
QName serviceQName,
String portId)
getPorts
Set<PortAddress> getPorts(String id,
QName serviceQName,
String referenceClassName)
Copyright © 1999-2013 The Apache OpenEJB development community. All Rights Reserved.