UDDIConfig





Attributes Summary
dbMaxResultCount : intthe limit on the number of rows of information that should be returned on Find requests, and will apply if the request does not specify a maxRows limit itself (or if it specifies a limit which exceeds this value).
persister : StringIndicates what database is to be used as the persistence store for the UDDI Registry database.
defaultLanguage : Stringis the default language to be used on a publish request as the xml:lang when one is not specified.
operatorName : StringThis is a string which is stored in every registry object, to indicate the operator of the UDDI Registry.
maxSearchKeys : intthe maximum number of search keys that can be used on find API requests.
getServletURLPrefix : StringUsed to build up the discovery URL.
getServletName : StringUsed to build up the discovery URL

Attribute Details

dbMaxResultCount    -    the limit on the number of rows of information that should be returned on Find requests, and will apply if the request does not specify a maxRows limit itself (or if it specifies a limit which exceeds this value).
     data type:  int
     default Value:   -1



persister    -    Indicates what database is to be used as the persistence store for the UDDI Registry database.
     data type:  String
     default Value:   unspecified



defaultLanguage    -    is the default language to be used on a publish request as the xml:lang when one is not specified. The initial value for this in uddi.properties is en-US. This property must contain one of the valid xml:lang values.
     data type:  String
     default Value:   unspecified



operatorName    -    This is a string which is stored in every registry object, to indicate the operator of the UDDI Registry.
     data type:  String
     default Value:   ""



maxSearchKeys    -    the maximum number of search keys that can be used on find API requests.
     data type:  int
     default Value:   5



getServletURLPrefix    -    Used to build up the discovery URL.
     data type:  String
     default Value:   unspecified



getServletName    -    Used to build up the discovery URL
     data type:  String
     default Value:   unspecified


Copyright IBM Corp. 1997-2004