Oracle Application Server Web Services UDDI Client API Reference
10g (9.0.4)

Part No. B10396-01

oracle.uddi.message
Class UddiLengthConstants

java.lang.Object
  |
  +--oracle.uddi.message.UddiLengthConstants

public class UddiLengthConstants
extends java.lang.Object

Encapsulates version-specific maximum field lengths information


Field Summary
static java.lang.String accessPoint
           
static java.lang.String addressLine
           
static java.lang.String authInfo
           
static java.lang.String authorizedName
           
static java.lang.String bindingKey
           
static java.lang.String businessKey
           
static java.lang.String description
           
static java.lang.String discoveryURL
           
static java.lang.String email
           
static java.lang.String fromKey
           
static java.lang.String hostingRedirector
           
static java.lang.String instanceParms
           
static java.lang.String keyName
           
static java.lang.String keyType
           
static java.lang.String keyValue
           
static java.lang.String name
           
static java.lang.String overviewURL
           
static java.lang.String personName
           
static java.lang.String phone
           
static java.lang.String serviceKey
           
static java.lang.String sortCode
           
static java.lang.String tModelKey
           
static java.lang.String toKey
           
static java.lang.String uploadRegister
           
static java.lang.String URLType
           
static java.lang.String useType
           
static java.lang.String xmlLang
           

 

Constructor Summary
UddiLengthConstants()
           

 

Method Summary
static int getMaxLength(UddiVersionConstants version, java.lang.String szFieldNameConstant)
          Returns maximum length given specific UDDI version and field name.

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Field Detail

accessPoint

public static final java.lang.String accessPoint
See Also:
Constant Field Values

addressLine

public static final java.lang.String addressLine
See Also:
Constant Field Values

authInfo

public static final java.lang.String authInfo
See Also:
Constant Field Values

authorizedName

public static final java.lang.String authorizedName
See Also:
Constant Field Values

bindingKey

public static final java.lang.String bindingKey
See Also:
Constant Field Values

businessKey

public static final java.lang.String businessKey
See Also:
Constant Field Values

description

public static final java.lang.String description
See Also:
Constant Field Values

discoveryURL

public static final java.lang.String discoveryURL
See Also:
Constant Field Values

email

public static final java.lang.String email
See Also:
Constant Field Values

fromKey

public static final java.lang.String fromKey
See Also:
Constant Field Values

hostingRedirector

public static final java.lang.String hostingRedirector
See Also:
Constant Field Values

instanceParms

public static final java.lang.String instanceParms
See Also:
Constant Field Values

keyName

public static final java.lang.String keyName
See Also:
Constant Field Values

keyType

public static final java.lang.String keyType
See Also:
Constant Field Values

keyValue

public static final java.lang.String keyValue
See Also:
Constant Field Values

name

public static final java.lang.String name
See Also:
Constant Field Values

overviewURL

public static final java.lang.String overviewURL
See Also:
Constant Field Values

personName

public static final java.lang.String personName
See Also:
Constant Field Values

phone

public static final java.lang.String phone
See Also:
Constant Field Values

serviceKey

public static final java.lang.String serviceKey
See Also:
Constant Field Values

sortCode

public static final java.lang.String sortCode
See Also:
Constant Field Values

tModelKey

public static final java.lang.String tModelKey
See Also:
Constant Field Values

toKey

public static final java.lang.String toKey
See Also:
Constant Field Values

uploadRegister

public static final java.lang.String uploadRegister
See Also:
Constant Field Values

URLType

public static final java.lang.String URLType
See Also:
Constant Field Values

useType

public static final java.lang.String useType
See Also:
Constant Field Values

xmlLang

public static final java.lang.String xmlLang
See Also:
Constant Field Values
Constructor Detail

UddiLengthConstants

public UddiLengthConstants()
Method Detail

getMaxLength

public static int getMaxLength(UddiVersionConstants version,
                               java.lang.String szFieldNameConstant)
Returns maximum length given specific UDDI version and field name. Returns -1 if unknown version or field name.

Oracle Application Server Web Services UDDI Client API Reference
10g (9.0.4)

Part No. B10396-01

Copyright © 2001, 2003, Oracle. All rights reserved.