Directory | Files | Description |
---|---|---|
WeatherSummaryExample/ | WeatherSummaryExample.xml | The project file defining all project elements (options, configurations, schemas, WSDL files, etc.). See The Project File . |
app/ client/ | WeatherSummaryClient.cpp WeatherSummaryNotificationImp.cpp WeatherSummaryNotificationImp.h | Sample client implementation using the client proxy. Overwrite-protected. |
data/ | WeatherSummary_types_main.cpp | Sample application file.Overwrite protected. |
server/ | WeatherSummaryImp.cpp WeatherSummaryImp.h | Sample service implementation and header files. |
codegen/ client/ | WeatherSummaryNotificationBase.cpp WeatherSummaryNotificationSkeleton.cpp WeatherSummaryProxy.cpp | Source files for client-side classes |
data/ wsx/ | WeatherSummary.cpp WeatherSummaryMarshal.cpp | The implementation files for the datatype WeatherSummary and its marshaler. See Chapter 6 for more information on complex datatypes. |
etc/ | WeatherSummaryExample-manifest.xml | Manifest file containing marshalling configuration file for any generated datatypes. |
server/ | WeatherSummaryBase.cpp WeatherSummarySkeleton.cpp WeatherSummaryNotificationProxy.cpp | Implementation files for the class that handles messaging and the base class for the server-side implementation. |
conf/ | transports.xml client-transports.xml | Server and client transport configuration. |
client-handlers.xml | Client-side handler configuration. Defines default client logger. | |
weather_handlers.xml | Server-side handler configuration. | |
weather_objects.xml | All named objects required by this service. These are registered and created when the Agent is started. | |
weather_web.xml | Deployment XML file for the service. | |
docs/ | index.html | The generated documentation. Use index.html as the entry point to all docs contained in the docs subdirectories. |
include/ | Header files, as follows: | |
WeatherSummaryExample/ | Subdirectory based on project name. | |
WeatherSummaryBase.h | Base class for the server-side implementation. | |
WeatherSummaryProxy.h | Client proxy class. | |
WeatherSummarySkeleton.h | Class that handles messaging. | |
WeatherSummaryNotificationBase.h | Base class for the notification client-side implementation. | |
WeatherSummaryNotificationProxy.h | Notification proxy on the server side. | |
WeatherSummaryNotificationSkeleton.h | Class that handles messaging for the notification. | |
WeatherSummary_typesConverter.h | Conversion utility class (converts the simple types defined in the datamap to and from the underlying string class, string). | |
wsx/ | WeatherSummary.h | Datatype class. |
WeatherSummaryMarshal.h | Datatype marshaling class. |