Uses of Interface
com.sapportals.portal.prt.service.soap.mapping.ISpecializedRegistry

Packages that use ISpecializedRegistry
com.sapportals.portal.prt.service.soap   
com.sapportals.portal.prt.service.soap.mapping   
 

Uses of ISpecializedRegistry in com.sapportals.portal.prt.service.soap
 

Methods in com.sapportals.portal.prt.service.soap that return ISpecializedRegistry
 ISpecializedRegistry IServiceDescriptor.getRegistry()
          Get the registry for this service
 

Methods in com.sapportals.portal.prt.service.soap with parameters of type ISpecializedRegistry
 void IServiceDescriptor.setRegistry(ISpecializedRegistry mm_registry)
          Set the registry for this service
 

Uses of ISpecializedRegistry in com.sapportals.portal.prt.service.soap.mapping
 

Methods in com.sapportals.portal.prt.service.soap.mapping that return ISpecializedRegistry
 ISpecializedRegistry SOAPRegistry.getSpecializedRegistry(java.lang.String name)
          Get an intance of specific registry for a Portal Service
 ISpecializedRegistry SOAPRegistry.removeSpecializedRegistry(java.lang.String name)
          Remove a specialized registry from the list
 

Methods in com.sapportals.portal.prt.service.soap.mapping with parameters of type ISpecializedRegistry
 void SOAPRegistry.addSpecializedRegistry(java.lang.String name, ISpecializedRegistry registry)
          Add registry entry corresponding to a Portal Service