com.ibm.wsgw.config
Class GatewayServiceState
java.lang.Object
|
+--com.ibm.wsgw.config.GatewayServiceState
- All Implemented Interfaces:
- java.io.Serializable
- public class GatewayServiceState
- extends java.lang.Object
- implements java.io.Serializable
This class implements the GatewayServiceState from the WCCM model for the Gateway.
It provides gateway service-specific configuration values and links to configuration
state for related filters, channels, UDDI references and target services.
This class should be generated from the WCCM model, but is hard-coded for the
moment.
- Version:
- 1.10
- Author:
-
- See Also:
- , Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
copyright
public static final java.lang.String copyright
- Copyright string. Any code placed between the comments will be over written
JAVA_PART_REPRESENTATION
public static final int JAVA_PART_REPRESENTATION
- This value indicates that Java part representation should be used.
JROM_PART_REPRESENTATION
public static final int JROM_PART_REPRESENTATION
- This value indicates that JROM part representation should be used.
AUTO_PART_REPRESENTATION
public static final int AUTO_PART_REPRESENTATION
- This value indicates that automatic part representation should be used.
GatewayServiceState
public GatewayServiceState()
setServiceName
public void setServiceName(java.lang.String value)
setAnnotationURL
public void setAnnotationURL(java.lang.String value)
setStarted
public void setStarted(boolean value)
setAudited
public void setAudited(boolean value)
setAuthorized
public void setAuthorized(boolean value)
setConfiguredPartRep
public void setConfiguredPartRep(int value)
setResolvedPartRep
public void setResolvedPartRep(int value)
setUDDIProviderName
public void setUDDIProviderName(java.lang.String value)
setUDDIProviderDesc
public void setUDDIProviderDesc(java.lang.String value)
setUDDITModelName
public void setUDDITModelName(java.lang.String value)
setUDDIKeyName
public void setUDDIKeyName(java.lang.String value)
setUDDIKeyValue
public void setUDDIKeyValue(java.lang.String value)
getServiceName
public java.lang.String getServiceName()
getAnnotationURL
public java.lang.String getAnnotationURL()
getStarted
public boolean getStarted()
getAudited
public boolean getAudited()
getAuthorized
public boolean getAuthorized()
getConfiguredPartRep
public int getConfiguredPartRep()
getResolvedPartRep
public int getResolvedPartRep()
getUDDIProviderName
public java.lang.String getUDDIProviderName()
getUDDIProviderDesc
public java.lang.String getUDDIProviderDesc()
getUDDITModelName
public java.lang.String getUDDITModelName()
getUDDIKeyName
public java.lang.String getUDDIKeyName()
getUDDIKeyValue
public java.lang.String getUDDIKeyValue()
getChannels
public java.util.List getChannels()
getUDDIReferences
public java.util.List getUDDIReferences()
getPreFilters
public java.util.List getPreFilters()
getPostFilters
public java.util.List getPostFilters()
getTargetServices
public java.util.List getTargetServices()
Copyright © 2002 IBM. All Rights Reserved.