org.uddi.v3_service
Interface UDDIValueSetCachingPortType

All Superinterfaces:
java.rmi.Remote

public interface UDDIValueSetCachingPortType
extends java.rmi.Remote

This portType defines all of the UDDI value set caching operations. This class was generated by the JAX-WS RI. JAX-WS RI 2.1.5-b03- Generated source version: 2.1


Method Summary
 void getAllValidValues(java.lang.String authInfo, java.lang.String tModelKey, javax.xml.ws.Holder<java.lang.String> chunkToken, javax.xml.ws.Holder<java.util.List<ValidValue>> validValue)
           
 

Method Detail

getAllValidValues

@RequestWrapper(localName="get_allValidValues",
                targetNamespace="urn:uddi-org:vscache_v3",
                className="org.uddi.vscache_v3.GetAllValidValues")
@ResponseWrapper(localName="validValuesList",
                 targetNamespace="urn:uddi-org:vscache_v3",
                 className="org.uddi.vscache_v3.ValidValuesList")
void getAllValidValues(java.lang.String authInfo,
                                                      java.lang.String tModelKey,
                                                      javax.xml.ws.Holder<java.lang.String> chunkToken,
                                                      javax.xml.ws.Holder<java.util.List<ValidValue>> validValue)
                       throws DispositionReportFaultMessage,
                              java.rmi.RemoteException
Parameters:
tModelKey -
authInfo -
validValue -
chunkToken -
Throws:
DispositionReportFaultMessage
java.rmi.RemoteException


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