|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TModelManager | |
---|---|
org.jafer.registry.uddi | |
org.jafer.registry.uddi.model |
Uses of TModelManager in org.jafer.registry.uddi |
---|
Fields in org.jafer.registry.uddi declared as TModelManager | |
---|---|
private TModelManager |
ServiceManager.tModelManager
Stores a reference to the TModelManager that loads and initialises all the required TModels. |
private TModelManager |
ServiceLocator.tModelManager
Stores a reference to the TModelManager that loads and initialises all the required TModels. |
private TModelManager |
RegistryManager.tModelManager
Stores a reference to the TModelManager that loads and initialises all the required TModels |
Methods in org.jafer.registry.uddi that return TModelManager | |
---|---|
private TModelManager |
RegistryManager.getTModelManager()
Returns a fully initialised TModel Manager. |
Methods in org.jafer.registry.uddi with parameters of type TModelManager | |
---|---|
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. |
Constructors in org.jafer.registry.uddi with parameters of type TModelManager | |
---|---|
ServiceLocator(org.uddi4j.client.UDDIProxy registryConnection,
TModelManager tModelManager)
Constructor for the service locator. |
|
ServiceManager(org.uddi4j.client.UDDIProxy registryConnection,
TModelManager tModelManager,
java.lang.String username,
java.lang.String credential)
Constructor for the service manger. |
Uses of TModelManager in org.jafer.registry.uddi.model |
---|
Fields in org.jafer.registry.uddi.model declared as TModelManager | |
---|---|
private TModelManager |
BusinessService.tModelManager
Stores a reference to the TModelManager that loads and initialises all the required TModels. |
private TModelManager |
BusinessEntity.tModelManager
Stores a reference to the TModelManager that loads and initialises all the required TModels. |
Methods in org.jafer.registry.uddi.model with parameters of type TModelManager | |
---|---|
static java.util.List |
BusinessService.extractBusinessServiceInfos(TModelManager tModelManager,
java.util.List uddiBusinessServices)
This method returns all the business services for the business entity. |
Constructors in org.jafer.registry.uddi.model with parameters of type TModelManager | |
---|---|
BusinessEntity(TModelManager tModelManager,
org.uddi4j.datatype.business.BusinessEntity entity)
Constructor of the business entity |
|
BusinessService(TModelManager tModelManager,
org.uddi4j.datatype.service.BusinessService service)
Constructor of the business service |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |