Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

...

Panel
borderColor#ccc
bgColor#fff
borderStyledashed
titleMapping rules documentation sectionsborderStyledashed

Section

Content

TIP Soap Generator Mapping Rules - Part I

general mapping mules and mapping rules for packages and entities

TIP Soap Generator Mapping Rules - Part II

mapping rules for associations and association classes

TIP Soap Generator Mapping Rules - Part III

mapping rules for datatypes, exceptions, notifications, enumerations, and primitives

TIP Soap Generator Mapping Rules - Part IV

mapping rules for session facades, parameters, operations, and mapping rules for SOAP bindings

TIP Soap Generator Mapping Rules - Part V

mapping rules for enabling WS notification

TIP Soap Generator Mapping Rules - Part VI

mapping rules related to bulk transfer

TIP Soap Generator Mapping Rules - Part VII

mapping rules related to Filters

TIP Soap Generator Mapping Rules - Part VIII

mapping rules related to EID

TIP Soap Generator Mapping Rules - Part IX

mapping rules related with Common Operations

...

Panel
borderColor#ccc
bgColor#fff
borderStyledashed
titledisplay rolesborderStyledashed

Section

Content

Display Rules

the display rules for the XSD documentation

...

Panel
borderColor#ccc
bgColor#fff
borderStyledashed
titledisplay rolesborderStyledashed

Section

Content

External XSD

the support for external XSDs in SOAP generator

...

Panel
borderColor#ccc
bgColor#fff
borderStyledashed
titlePlugin Settings tableborderStyledashed

Variable

Description

Default Value

ROOT_PKG

the root package of all TIP model. That is, any packages, any artifacts are enclosed by the root package or its children

org.tmforum.tip

ROOT_XMLNS

The root XML namespace for all TIP specifications

http://www.tmforum.org/xml/tip

COMMON_MODEL_MODEL_ID

the model id of TIP Common Model

tip_common_model

COMMON_MODEL_VER

the version of TIP Common Model

0.1

COMMON_MODEL_PKG

the root package of TIP Common Model

org.tmforum.tip.common

INTERNAL_MODEL_MODEL_ID

the model id of TIP Generator Internal Model

tip_generator_internal_model

INTERNAL_MODEL_PKG

the package where EntityIdentifier is defined

org.tmforum.tip.internal.entity

COMMON_ENTITY_ID

the fully qualified name of EntityIdentifier

org.tmforum.tip.internal.entity.EntityIdentifier

COMMON_ENTITY_BASE

the fully qualified name of EntityBase entity

org.tmforum.tip.internal.entity.EntityBase

COMMON_EVENT_BASE

the fully qualified name of NotificationBase

org.tmforum.tip.common.notifications.NotificationBase

COMMON_EXCEPTION_BASE

the fully qualified name of ExceptionBase

org.tmforum.tip.common.exceptions.ExceptionBase

MODEL_SHORT_NAME

the short name of the TIP model. It will be used as first part of the names of the generated XSD and WSDL files

none

DEPENDENCY_MODEL_SHORT_NAME

the short name of the dependency model. Every TIP model project will have at most 1 dependency model besides TIP common model. When we run the generator for the TIP model, some XSD files are possibly generated from the dependency model. The short name will be the first part of the names of the XSD files to indicate they are from dependency model

dep

INJECT_EXCEPTIONS

a boolean to indicate if we inject pre-exceptions to every operation in WSDL

true

...