public class OdiWsPhysicalSchema extends AbstractOdiWsBasePhysicalSchema
A OdiWsPhysicalSchema
is an extension of AbstractOdiWsBasePhysicalSchema
and encapsulates the properties specific to Web Services Technology
For details regarding the parent Physical Schema see AbstractOdiWsBasePhysicalSchema
OdiPhysicalSchema
,
AbstractOdiWsBasePhysicalSchema
OdiPhysicalSchema.OggProcessType, OdiPhysicalSchema.OggReportCountFrequencyUnit
CATALOG_NAME_MAX_LENGTH, LOCAL_OBJECT_MASK_MAX_LENGTH, LOCAL_SEQUENCE_MASK_MAX_LENGTH, NAME_MAX_LENGTH, PARTITION_MASK_MAX_LENGTH, REMOTE_OBJECT_MASK_MAX_LENGTH, REMOTE_SEQUENCE_MASK_MAX_LENGTH, SCHEMA_NAME_MAX_LENGTH, SUB_PARTITION_MASK_MAX_LENGTH, UNIQUE_TAG_CHARACTER_ENCODING_MAX_LENGTH, WORK_CATALOG_NAME_MAX_LENGTH, WORK_SCHEMA_NAME_MAX_LENGTH
Constructor and Description |
---|
OdiWsPhysicalSchema(OdiDataServer pDataServer)
Construct a new
OdiWsPhysicalSchema and add it to the given
OdiDataServer 's physical schemas. |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getWsdlBinding()
Method returns the wsdl binding as String
|
java.lang.String |
getWsdlPortAddress()
Method returns the endpoint/port address of the wsdl service.
|
java.lang.String |
getWsdlPortName()
Method returns the endpoint/port name of the wsdl service.
|
java.lang.String |
getWsdlService()
Method returns the String URL of the wsdl service.
|
java.lang.String |
getWsOverridePortAddress()
Method returns the override endpoint/port address of the wsdl service.
|
java.lang.String |
getWsPass()
Method returns the encrypted password for the wsUser.
|
java.lang.String |
getWsUser()
Method returns the authenticated user for the wsdl service.
|
void |
setWsdlBinding(java.lang.String wsdlBinding)
Method used to set the wsdl Binding as String
|
void |
setWsdlPortAddress(java.lang.String wsdlPortAddress)
Method used to set the endpoint/port address of the wsdl service.
|
void |
setWsdlPortName(java.lang.String wsdlPortName)
Method used to set the endpoint/port name of the wsdl service.
|
void |
setWsdlService(java.lang.String wsdlService)
Method used to set the string url of the wsdl service.
|
void |
setWsOverridePortAddress(java.lang.String wsOverridePortAddress)
Method used to set the override endpoint/port address of the wsdl service.
|
void |
setWsPass(java.lang.String wsPass)
Method used to set the encrypted password for the wsUser.
|
void |
setWsUser(java.lang.String wsUser)
Method used to set the authenticated user for the wsdl service.
|
addWsPolicy, getWsPolicies, removeWsPolicies, removeWsPolicy
executableLocationEquals, getAdditionalOption, getCatalogName, getContext, getDataServer, getDataServer, getDefinitionFilePath, getDiscardFilePath, getErrorTablePrefix, getExecutableLocationName, getExtractBufferSize, getFlexFieldsValues, getIntegrationTablePrefix, getInternalId, getJournalTablePrefix, getJournalTriggerPrefix, getJournalViewPrefix, getLoadingTablePrefix, getLocalObjectMask, getLocalSequenceCurrMask, getLocalSequenceMask, getLocalTrailFilePath, getLogicalSchema, getLogicalSchema, getName, getOggProcessType, getPartitionMask, getPhysicalSchema, getPhysicalSchema, getPhysicalSchemaId, getRemoteObjectMask, getRemoteSequenceCurrMask, getRemoteSequenceMask, getRemoteTrailFilePath, getReportCountFrequency, getReportCountFrequencyUnit, getSchemaName, getSecurityContainer, getSubPartitionMask, getTechnology, getTemporaryIndexPrefix, getTrailFileSize, getUniqueTagCharacterEncoding, getWorkCatalogName, getWorkSchemaName, initFlexFields, isDefaultPhysicalSchema, isNameComputed, isPassThru, isReportDetail, isReportFetch, isTargetDuplicatesAllowed, isUnresolvedLocation, locationEquals, resolveLocation, setAdditionalOption, setAsDefault, setCatalogName, setContext, setDefinitionFilePath, setDiscardFilePath, setErrorTablePrefix, setExtractBufferSize, setIntegrationTablePrefix, setJournalTablePrefix, setJournalTriggerPrefix, setJournalViewPrefix, setLoadingTablePrefix, setLocalObjectMask, setLocalSequenceCurrMask, setLocalSequenceMask, setLocalTrailFilePath, setLogicalSchema, setName, setOggProcessType, setPartitionMask, setPassThru, setPhysicalSchema, setRemoteObjectMask, setRemoteSequenceCurrMask, setRemoteSequenceMask, setRemoteTrailFilePath, setReportCountFrequency, setReportCountFrequencyUnit, setReportDetail, setReportFetch, setSchemaName, setSubPartitionMask, setTargetDuplicatesAllowed, setTemporaryIndexPrefix, setTrailFileSize, setUniqueTagCharacterEncoding, setWorkCatalogName, setWorkSchemaName
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getBigNumericId, getGlobalId, getNumericId
getFirstDate, getFirstUser, getLastDate, getLastUser, isInstanceLevelSecurityNeeded
getGlobalId, getParent
public OdiWsPhysicalSchema(OdiDataServer pDataServer)
OdiWsPhysicalSchema
and add it to the given
OdiDataServer
's physical schemas.
This constructor will initialize the remoteObjectMask and
localObjectMask properties from the ones defined on the related
OdiTechnology
.
This constructor will also defines the name of this OdiWsPhysicalSchema
with a default name value obtained from the given OdiDataServer
.
pDataServer
- the parent data serverpublic java.lang.String getWsdlService()
public void setWsdlService(java.lang.String wsdlService)
wsdlService
- (String)public java.lang.String getWsdlPortName()
public void setWsdlPortName(java.lang.String wsdlPortName)
wsdlPortName
- (String)public java.lang.String getWsdlPortAddress()
public void setWsdlPortAddress(java.lang.String wsdlPortAddress)
wsdlPortAddress
- (String)public java.lang.String getWsOverridePortAddress()
public void setWsOverridePortAddress(java.lang.String wsOverridePortAddress)
wsOverridePortAddress
- (String)public java.lang.String getWsdlBinding()
public void setWsdlBinding(java.lang.String wsdlBinding)
wsdlBinding
- (String)public java.lang.String getWsUser()
public void setWsUser(java.lang.String wsUser)
wsUser
- (String)public java.lang.String getWsPass()
public void setWsPass(java.lang.String wsPass)
wsPass
- (String)