Uses of Class
org.jafer.registry.model.Protocol

Packages that use Protocol
org.jafer.registry   
org.jafer.registry.model   
org.jafer.registry.uddi   
org.jafer.registry.uddi.model   
org.jafer.registry.web.struts   
 

Uses of Protocol in org.jafer.registry
 

Methods in org.jafer.registry with parameters of type Protocol
 java.util.List ServiceLocator.findService(Protocol protocol)
          Finds the services that support the supplied protocol
 java.util.List ServiceLocator.findServiceProvider(Protocol protocol)
          Finds the service providers that have services supporting the supplied protocol
 Service ServiceManager.registerService(ServiceProvider provider, java.lang.String serviceName, Protocol protocol, java.lang.String accessPoint)
          This method registers a new service against a service provider.
 

Uses of Protocol in org.jafer.registry.model
 

Fields in org.jafer.registry.model declared as Protocol
static Protocol Protocol.PROTOCOL_SRW
          Stores a reference to the SRW protocol.
static Protocol Protocol.PROTOCOL_Z3950
          Stores a reference to the Z3950 protocol.
 

Methods in org.jafer.registry.model with parameters of type Protocol
 boolean Protocol.equals(Protocol protocol)
          Compares two protocol instances to see if they are equal
 java.lang.String Service.getAccessUrl(Protocol protocol)
          Returns the access url for the service.
 java.lang.String Service.getWSDLUrl(Protocol protocol)
          Returns the WSDL file for the service.
 void Service.setAccessUrl(Protocol protocol, java.lang.String url)
          Sets the access url for the service.
 void Service.setWSDLUrl(Protocol protocol, java.lang.String url)
          Sets the WSDL file for the service.
 boolean Service.supportsProtocol(Protocol protocol)
          This method checks the service to see if it supports the specified protocol
 

Uses of Protocol in org.jafer.registry.uddi
 

Methods in org.jafer.registry.uddi with parameters of type Protocol
static org.uddi4j.datatype.binding.BindingTemplate ServiceManager.createBindingTemplate(TModelManager tModelManager, java.lang.String serviceKey, Protocol protocol, java.lang.String accessPointURL, java.lang.String accessPointType)
          static function that creates a Binding Template ready for registering with the UBR.
private  org.uddi4j.datatype.binding.BindingTemplate ServiceManager.createBindingTemplateForAccessPoint(java.lang.String serviceKey, Protocol protocol, java.lang.String accessPointURL, java.lang.String accessPointType)
          This method creates a binding template object in the registry so that it can be attached to the service
 java.util.List ServiceLocator.findService(Protocol protocol)
          Finds the services that support the supplied protocol
 java.util.List ServiceLocator.findServiceProvider(Protocol protocol)
          Finds the service providers that have services supporting the supplied protocol
 TModel TModelManager.getProtocolTModel(Protocol protocol)
          This method returns a TModel representing the protocol
 Service ServiceManager.registerService(ServiceProvider provider, java.lang.String serviceName, Protocol protocol, java.lang.String accessPoint)
          This method registers a new service against a service provider.
 

Uses of Protocol in org.jafer.registry.uddi.model
 

Methods in org.jafer.registry.uddi.model with parameters of type Protocol
private  java.lang.String BusinessService.getAccessPointURL(Protocol protocol, java.lang.String accessPointType)
          Returns the URL for the specified protocol access point
 java.lang.String BusinessService.getAccessUrl(Protocol protocol)
          Returns the access url for the service.
 java.lang.String BusinessService.getWSDLUrl(Protocol protocol)
          Returns the WSDL file for the service.
private  boolean BusinessService.isAccessPointType(org.uddi4j.datatype.binding.BindingTemplate template, Protocol protocol, java.lang.String accessPointType)
          This method checks the template to see if it describes the specified access point type.
private  void BusinessService.setAccessPointURL(Protocol protocol, java.lang.String accessPointType, java.lang.String url)
          sets the URL for the specified protocol access point
 void BusinessService.setAccessUrl(Protocol protocol, java.lang.String url)
          Sets the access url for the service.
 void BusinessService.setWSDLUrl(Protocol protocol, java.lang.String url)
          Sets the WSDL file for the service.
private  boolean BusinessService.supportsProtocol(org.uddi4j.datatype.binding.BindingTemplate template, Protocol protocol)
          This method checks the template to see if it supports the specified protocol
 boolean BusinessService.supportsProtocol(Protocol protocol)
          This method checks the service to see if it supports the specified protocol
 

Uses of Protocol in org.jafer.registry.web.struts
 

Methods in org.jafer.registry.web.struts that return Protocol
static Protocol ProtocolTypesDisplayLink.getProtocolType(java.lang.String key)
          Return the protocol type for the display key