cgl.fthpis.datatype.request
Class DeleteFTHPISService
java.lang.Object
cgl.fthpis.datatype.request.DeleteFTHPISService
- All Implemented Interfaces:
- Publish, org.apache.juddi.datatype.RegistryObject, java.io.Serializable
- public class DeleteFTHPISService
- extends java.lang.Object
- implements org.apache.juddi.datatype.RegistryObject, Publish
- Author:
- Mehmet S. Aktas (maktas@indiana.edu)
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
generic
java.lang.String generic
authInfo
AuthInfo authInfo
authInfoForWSContext
AuthInfo authInfoForWSContext
serviceKeyVector
java.util.Vector serviceKeyVector
DeleteFTHPISService
public DeleteFTHPISService()
DeleteFTHPISService
public DeleteFTHPISService(AuthInfo authInfo,
java.lang.String serviceKey)
DeleteFTHPISService
public DeleteFTHPISService(AuthInfo authInfo,
java.util.Vector serviceKeys)
setGeneric
public void setGeneric(java.lang.String genericValue)
- Parameters:
genericValue -
getGeneric
public java.lang.String getGeneric()
- Returns:
- String UDDI request's generic value.
addServiceKey
public void addServiceKey(org.apache.juddi.datatype.ServiceKey serviceKey)
addServiceKey
public void addServiceKey(java.lang.String serviceKey)
setServiceKeyVector
public void setServiceKeyVector(java.util.Vector serviceKeys)
getServiceKeyVector
public java.util.Vector getServiceKeyVector()
setAuthInfo
public void setAuthInfo(AuthInfo authInfo)
getAuthInfo
public AuthInfo getAuthInfo()
- Specified by:
getAuthInfo in interface Publish
setAuthInfoForWSContext
public void setAuthInfoForWSContext(AuthInfo info)
getAuthInfoForWSContext
public AuthInfo getAuthInfoForWSContext()