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)
           
 

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)

getPorts

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


Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.