Uses of Class
org.apache.ws.scout.model.uddi.v2.TModelBag

Packages that use TModelBag
org.apache.ws.scout.model.uddi.v2   
org.apache.ws.scout.registry   
org.apache.ws.scout.util   
 

Uses of TModelBag in org.apache.ws.scout.model.uddi.v2
 

Fields in org.apache.ws.scout.model.uddi.v2 declared as TModelBag
protected  TModelBag FindService.tModelBag
           
protected  TModelBag FindBusiness.tModelBag
           
protected  TModelBag FindBinding.tModelBag
           
 

Methods in org.apache.ws.scout.model.uddi.v2 that return TModelBag
 TModelBag ObjectFactory.createTModelBag()
          Create an instance of TModelBag
 TModelBag FindService.getTModelBag()
          Gets the value of the tModelBag property.
 TModelBag FindBusiness.getTModelBag()
          Gets the value of the tModelBag property.
 TModelBag FindBinding.getTModelBag()
          Gets the value of the tModelBag property.
 

Methods in org.apache.ws.scout.model.uddi.v2 that return types with arguments of type TModelBag
 javax.xml.bind.JAXBElement<TModelBag> ObjectFactory.createTModelBag(TModelBag value)
          Create an instance of JAXBElement<TModelBag>}
 

Methods in org.apache.ws.scout.model.uddi.v2 with parameters of type TModelBag
 javax.xml.bind.JAXBElement<TModelBag> ObjectFactory.createTModelBag(TModelBag value)
          Create an instance of JAXBElement<TModelBag>}
 void FindService.setTModelBag(TModelBag value)
          Sets the value of the tModelBag property.
 void FindBusiness.setTModelBag(TModelBag value)
          Sets the value of the tModelBag property.
 void FindBinding.setTModelBag(TModelBag value)
          Sets the value of the tModelBag property.
 

Uses of TModelBag in org.apache.ws.scout.registry
 

Methods in org.apache.ws.scout.registry with parameters of type TModelBag
 BindingDetail RegistryImpl.findBinding(java.lang.String serviceKey, CategoryBag categoryBag, TModelBag tModelBag, FindQualifiers findQualifiers, int maxRows)
          "Used to locate specific bindings within a registered businessService.
 BindingDetail IRegistry.findBinding(java.lang.String serviceKey, CategoryBag categoryBag, TModelBag tModelBag, FindQualifiers findQualifiers, int maxRows)
          "Used to locate specific bindings within a registered businessService.
 BusinessList RegistryImpl.findBusiness(Name[] nameArray, DiscoveryURLs discoveryURLs, IdentifierBag identifierBag, CategoryBag categoryBag, TModelBag tModelBag, FindQualifiers findQualifiers, int maxRows)
          Used to locate information about one or more businesses.
 BusinessList IRegistry.findBusiness(Name[] nameArray, DiscoveryURLs discoveryURLs, IdentifierBag identifierBag, CategoryBag categoryBag, TModelBag tModelBag, FindQualifiers findQualifiers, int maxRows)
          Used to locate information about one or more businesses.
 ServiceList RegistryImpl.findService(java.lang.String businessKey, Name[] nameArray, CategoryBag categoryBag, TModelBag tModelBag, FindQualifiers findQualifiers, int maxRows)
          "Used to locate specific services within a registered businessEntity.
 ServiceList IRegistry.findService(java.lang.String businessKey, Name[] nameArray, CategoryBag categoryBag, TModelBag tModelBag, FindQualifiers findQualifiers, int maxRows)
          "Used to locate specific services within a registered businessEntity.
 

Uses of TModelBag in org.apache.ws.scout.util
 

Methods in org.apache.ws.scout.util that return TModelBag
static TModelBag ScoutJaxrUddiHelper.getTModelBagFromSpecifications(java.util.Collection specifications)
           
 



Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.