Uses of Interface
com.collation.platform.model.topology.soa.WSPort

Packages that use WSPort
com.collation.platform.model.topology.soa   
 

Uses of WSPort in com.collation.platform.model.topology.soa
 

Methods in com.collation.platform.model.topology.soa that return WSPort
 WSPort WSEndpoint.getPort()
          The Web Services port definition that applies to this endpoint
 WSPort[] WebService.getPorts()
          The ports defined as part of this web service
 

Methods in com.collation.platform.model.topology.soa with parameters of type WSPort
 void WSEndpoint.setPort(WSPort port)
           
 void WebService.setPorts(WSPort[] name)