org.apache.juddi.datatype.request
Class GetBindingDetail

java.lang.Object
  extended by org.apache.juddi.datatype.request.GetBindingDetail
All Implemented Interfaces:
java.io.Serializable, RegistryObject, Inquiry

public class GetBindingDetail
extends java.lang.Object
implements RegistryObject, Inquiry

"Used to get full bindingTemplate information suitable for make one or more service requests. Returns a bindingDetail message."

Author:
Steve Viens (sviens@apache.org)
See Also:
Serialized Form

Constructor Summary
GetBindingDetail()
          Construct a new empty get_bindingDetail request
 
Method Summary
 void addBindingKey(BindingKey key)
          Add a reference to a bindingTemplate to this search.
 void addBindingKey(java.lang.String key)
          Adds a BindingKey to the collection of binding keys used by this query.
 java.util.Vector getBindingKeyVector()
           
 java.lang.String getGeneric()
           
 void setBindingKeyVector(java.util.Vector keys)
          Add a collection of bindingTemplate references to this search.
 void setGeneric(java.lang.String genericValue)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GetBindingDetail

public GetBindingDetail()
Construct a new empty get_bindingDetail request

Method Detail

setGeneric

public void setGeneric(java.lang.String genericValue)
Parameters:
genericValue -

getGeneric

public java.lang.String getGeneric()
Returns:
String UDDI request's generic value.

addBindingKey

public void addBindingKey(BindingKey key)
Add a reference to a bindingTemplate to this search. All the details for the referenced bindingTemplate will be searched.

Parameters:
key - The bindingkey of the referenced bindingTemplate.

addBindingKey

public void addBindingKey(java.lang.String key)
Adds a BindingKey to the collection of binding keys used by this query.

Parameters:
key - A BindingKey

setBindingKeyVector

public void setBindingKeyVector(java.util.Vector keys)
Add a collection of bindingTemplate references to this search. All the details for the given referenced bindingTemplates will be searched.

Parameters:
keys - The collection of bindingkeys.

getBindingKeyVector

public java.util.Vector getBindingKeyVector()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2004-2007. All Rights Reserved.