BEA Systems, Inc.

BEA WebLogic Server 9.1 API Reference


weblogic.uddi.client.structures.request
Class UpdateRequest

java.lang.Object
  extended byweblogic.uddi.client.structures.request.Request
      extended byweblogic.uddi.client.structures.request.UpdateRequest
Direct Known Subclasses:
DeleteBinding, DeleteBusiness, DeleteService, DeleteTModel, DiscardAuthToken, GetRegisteredInfo, SaveBinding, SaveBusiness, SaveService, SaveTModel

public abstract class UpdateRequest
extends Request

Copyright © 2005 BEA Systems, Inc. All Rights Reserved.

Field Summary
protected  AuthInfo authInfo
           
 
Fields inherited from class weblogic.uddi.client.structures.request.Request
generic, xmlns
 
Constructor Summary
UpdateRequest()
           
 
Method Summary
 AuthInfo getAuthInfo()
          Gets the value of the authorization information.
 void setAuthInfo(AuthInfo value)
          Sets the value of the authorization information.
 
Methods inherited from class weblogic.uddi.client.structures.request.Request
getGeneric, getXMLns, setGeneric, setXMLns
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

authInfo

protected AuthInfo authInfo
Constructor Detail

UpdateRequest

public UpdateRequest()
Method Detail

getAuthInfo

public AuthInfo getAuthInfo()
Gets the value of the authorization information.

Returns:
value of the new authorization information.

setAuthInfo

public void setAuthInfo(AuthInfo value)
Sets the value of the authorization information.

Parameters:
value - value of the new authorization information.

Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs91
Copyright 2005 BEA Systems Inc.