Package | Description |
---|---|
org.apache.juddi.api.impl |
This package contains the web service implementation classes of all jUDDI services
|
org.uddi.v3_service |
WSDL service definition for UDDI 3.0.2 specification
|
org.uddi.vscache_v3 |
Modifier and Type | Method and Description |
---|---|
void |
UDDIValueSetCachingImpl.getAllValidValues(String authInfo,
String modelKey,
Holder<String> chunkToken,
Holder<List<ValidValue>> validValue) |
Modifier and Type | Method and Description |
---|---|
void |
UDDIValueSetCachingPortType.getAllValidValues(String authInfo,
String tModelKey,
Holder<String> chunkToken,
Holder<List<ValidValue>> validValue)
A UDDI node that supports external value sets MAY invoke a get_allValidValues Web service offered by a value set provider that has granted permission to that registry to cache the valid values for that value set. The external value set provider MAY offer the get_allValidValues Web service and the UDDI node MAY use it. The normal use is to return a full set of valid values for the identified value set. If the value set provider determines there are too many values to return in one chunk, the set of valid values may be returned in chunks. |
Modifier and Type | Field and Description |
---|---|
protected List<ValidValue> |
ValidValuesList.validValue |
Modifier and Type | Method and Description |
---|---|
ValidValue |
ObjectFactory.createValidValue()
Create an instance of
ValidValue |
Modifier and Type | Method and Description |
---|---|
JAXBElement<ValidValue> |
ObjectFactory.createValidValue(ValidValue value)
|
List<ValidValue> |
ValidValuesList.getValidValue()
Gets the value of the validValue property.
|
Modifier and Type | Method and Description |
---|---|
JAXBElement<ValidValue> |
ObjectFactory.createValidValue(ValidValue value)
|
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.