Link against: SenServDesc.LIB
NetworkServices ReadUserData WriteUserData
#include <e32base.h>
#include <e32des8.h>
#include <s32strm.h>
Go to the source code of this file.
Data Structures |
|
class | MSenServiceDescription |
Interface (abstract) class for subclasses implementing the most common value objects used in WSF, which are used to describe
some invocable service. More... |
|
Typedefs |
|
typedef RPointerArray< CSenFacet > | RFacetArray |
Functions |
|
_LIT8 (KSenFacetValFalse,"false") | |
============================================================================== Name : MSenServiceDescription.h Part of : Web Services Description Interface : Description : Interface (abstract) class for subclasses implementing the most
common value objects used in WSF, which are used to describe some invocable service. |
|
_LIT8 (KSenFacetValTrue,"true") | |
_LIT8 (KCompleteMessagesFacet,"urn:nokia.com.serene:complete-messages") | |
_LIT8 (KExposeLocalServiceFacet,"urn:nokia.com.serene:expose") | |
_LIT8 (KProviderSharableFacet,"urn:nokia.com.serene.provider:sharable") | |
_LIT8 (KProviderCompleteClientMsgsFacet,"urn:nokia.com.serene.provider:complete-client-messages") | |
_LIT8 (KProviderLoadOnStartupFacet,"urn:nokia.com.serene.provider:load-on-startup") | |
_LIT8 (KProviderThreadsafeFacet,"urn:nokia.com.serene.provider:threadsafe") | |
_LIT8 (KProviderReinitializableFacet,"urn:nokia.com.serene.provider:re-initializable") | |
_LIT8 (KProviderStayOnBackgroundFacet,"urn:nokia.com.serene.provider:stay-on-background") | |
_LIT8 (KTransportClassFacet,"urn:nokia.com:serene:transport:class") | |
_LIT8 (KSenTransportCueHTTP,"com.nokia.wsf.transport.plugin.httpchannel") | |
_LIT8 (KSenTransportCueVirtualTCP,"com.nokia.wsf.transport.plugin.virtualtcp") | |
_LIT8 (KSenTransportCueLocalEcom,"com.nokia.wsf.transport.plugin.local") | |
_LIT8 (KSenTransportCueHostletConnection,"com.nokia.wsf.transport.plugin.hostlet") | |
_LIT8 (KSenTransportSchemeHTTP,"http") | |
_LIT8 (KSenTransportSchemeTCP,"tcp") | |
_LIT8 (KSenTransportSchemeLocal,"local") | |
_LIT8 (KSenTransportSchemeHostlet,"hostlet") | |
Variables |
|
const TInt | KSenServiceDescriptionBaseScore = 100 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
============================================================================== Name : MSenServiceDescription.h Part of : Web Services Description Interface : Description : Interface (abstract) class for subclasses implementing the most common value objects used in WSF, which are used to describe some invocable service. Version : Copyright © 2002-2005 Nokia. All rights reserved. This material, including documentation and any related computer programs, is protected by copyright controlled by Nokia. All rights are reserved. Copying, including reproducing, storing, adapting or translating, any or all of this material requires the prior written consent of Nokia. This material also contains confidential information which may not be disclosed to others without the prior written consent of Nokia. ============================================================================== |
|