org.apache.openejb.core.webservices
Interface PortAddressRegistry

All Known Implementing Classes:
PortAddressRegistryImpl

public interface PortAddressRegistry


Method Summary
 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)
           
 

Method Detail

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,
                String portInterface)

getPorts

Set<PortAddress> getPorts(String id,
                          QName serviceQName,
                          String referenceClassName)


Copyright © 1999–2015 The Apache Software Foundation. All rights reserved.