cgl.expeditor.datatype.request
Class SaveContextToMemory

java.lang.Object
  extended bycgl.expeditor.datatype.request.SaveContextToMemory
All Implemented Interfaces:
Publish, org.apache.juddi.datatype.RegistryObject, java.io.Serializable

public class SaveContextToMemory
extends java.lang.Object
implements org.apache.juddi.datatype.RegistryObject, Publish

"Used to register new attribute information or update existing attribute information. Use this to control information about technical capabilities exposed by a attribute."

Author:
Mehmet S. Aktas (maktas@indiana.edu)
See Also:
Serialized Form

Field Summary
(package private)  java.util.Vector attributeVector
           
(package private)  AuthInfo authInfo
           
(package private)  java.util.Vector contextVector
           
(package private)  java.lang.String generic
           
(package private)  java.lang.String serviceKey
           
(package private)  java.lang.String sessionKey
           
 
Constructor Summary
SaveContextToMemory()
           
SaveContextToMemory(AuthInfo authInfo, java.util.Vector vector)
           
 
Method Summary
 void addAttribute(Attribute attribute)
           
 void addContext(Attribute context)
           
 java.util.Vector getAttributeVector()
           
 AuthInfo getAuthInfo()
           
 java.util.Vector getContextVector()
           
 java.lang.String getGeneric()
           
 java.lang.String getServiceKey()
          Returns the servicekey of this find_binding request.
 java.lang.String getSessionKey()
          Returns the servicekey of this find_binding request.
 void setAttributeVector(java.util.Vector vector)
           
 void setAuthInfo(AuthInfo authInfo)
           
 void setContextVector(java.util.Vector vector)
           
 void setGeneric(java.lang.String genericValue)
           
 void setServiceKey(java.lang.String key)
          Sets the servicekey of this find_binding request to the given key.
 void setSessionKey(java.lang.String key)
          Sets the servicekey of this find_binding request to the given key.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

generic

java.lang.String generic

authInfo

AuthInfo authInfo

serviceKey

java.lang.String serviceKey

sessionKey

java.lang.String sessionKey

attributeVector

java.util.Vector attributeVector

contextVector

java.util.Vector contextVector
Constructor Detail

SaveContextToMemory

public SaveContextToMemory()

SaveContextToMemory

public SaveContextToMemory(AuthInfo authInfo,
                           java.util.Vector vector)
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.

setServiceKey

public void setServiceKey(java.lang.String key)
Sets the servicekey of this find_binding request to the given key. Only bindingTemplates of the referenced businessService are searched.

Parameters:
key - A reference to the businessService.

getServiceKey

public java.lang.String getServiceKey()
Returns the servicekey of this find_binding request. Only bindingTemplates of the reference businessService are searched.

Returns:
The servicekey of the referenced businessService.

setSessionKey

public void setSessionKey(java.lang.String key)
Sets the servicekey of this find_binding request to the given key. Only bindingTemplates of the referenced businessService are searched.

Parameters:
key - A reference to the businessService.

getSessionKey

public java.lang.String getSessionKey()
Returns the servicekey of this find_binding request. Only bindingTemplates of the reference businessService are searched.

Returns:
The servicekey of the referenced businessService.

setAuthInfo

public void setAuthInfo(AuthInfo authInfo)

getAuthInfo

public AuthInfo getAuthInfo()
Specified by:
getAuthInfo in interface Publish

addAttribute

public void addAttribute(Attribute attribute)

setAttributeVector

public void setAttributeVector(java.util.Vector vector)

getAttributeVector

public java.util.Vector getAttributeVector()

addContext

public void addContext(Attribute context)

setContextVector

public void setContextVector(java.util.Vector vector)

getContextVector

public java.util.Vector getContextVector()