Uses of Interface
com.collation.platform.model.topology.sys.ServiceAccessPoint

Packages that use ServiceAccessPoint
com.collation.platform.model.topology.process   
com.collation.platform.model.topology.soa   
com.collation.platform.model.topology.sys   
 

Uses of ServiceAccessPoint in com.collation.platform.model.topology.process
 

Methods in com.collation.platform.model.topology.process that return ServiceAccessPoint
 ServiceAccessPoint[] Provider.getSAPs()
          The service access points through which this provider can be contacted
 ServiceAccessPoint[] Operation.getSAPs()
          The service access points through which this operation can be invoked
 

Methods in com.collation.platform.model.topology.process with parameters of type ServiceAccessPoint
 void Provider.setSAPs(ServiceAccessPoint[] name)
           
 void Operation.setSAPs(ServiceAccessPoint[] name)
           
 

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

Subinterfaces of ServiceAccessPoint in com.collation.platform.model.topology.soa
 interface SCAEntryPoint
          A software entry point in the SCA architecture
 interface WSEndpoint
          A specific instantiation of a web services port on a server
 interface WSPort
          A web services port as defined by WSDL
 

Uses of ServiceAccessPoint in com.collation.platform.model.topology.sys
 

Subinterfaces of ServiceAccessPoint in com.collation.platform.model.topology.sys
 interface DNSSAP
           
 interface LDAPSAP
           
 interface NFSSAP
           
 interface SMBSAP
           
 interface SMTPSAP
           
 

Methods in com.collation.platform.model.topology.sys that return ServiceAccessPoint
 ServiceAccessPoint Service.getPrimarySAP()
           
 ServiceAccessPoint[] Service.getServiceAccessPoints()
           
 

Methods in com.collation.platform.model.topology.sys with parameters of type ServiceAccessPoint
 void Service.setPrimarySAP(ServiceAccessPoint sap)
           
 void Service.setServiceAccessPoints(ServiceAccessPoint[] saps)