org.apache.openejb.core.webservices
Class PortAddressRegistryImpl
java.lang.Object
org.apache.openejb.core.webservices.PortAddressRegistryImpl
- All Implemented Interfaces:
- PortAddressRegistry
public class PortAddressRegistryImpl
- extends Object
- implements PortAddressRegistry
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PortAddressRegistryImpl
public PortAddressRegistryImpl()
addPort
public void addPort(String serviceId,
QName serviceQName,
String portId,
QName portQName,
String portInterface,
String address)
throws OpenEJBException
- Specified by:
addPort
in interface PortAddressRegistry
- Throws:
OpenEJBException
removePort
public void removePort(String serviceId,
QName serviceQName,
String portId)
- Specified by:
removePort
in interface PortAddressRegistry
getPorts
public Set<PortAddress> getPorts(String id,
QName serviceQName,
String referenceClassName)
- Specified by:
getPorts
in interface PortAddressRegistry
Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.