MSenServiceDescription.h File Reference

Link against: SenServDesc.LIB

Capability Information

Required Capabilities

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< CSenFacetRFacetArray

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

Typedef Documentation

typedef RPointerArray<CSenFacet> RFacetArray
 

Function Documentation

_LIT8 KSenTransportSchemeHostlet ,
"hostlet" 
 
_LIT8 KSenTransportSchemeLocal ,
"local" 
 
_LIT8 KSenTransportSchemeTCP ,
"tcp" 
 
_LIT8 KSenTransportSchemeHTTP ,
"http" 
 
_LIT8 KSenTransportCueHostletConnection ,
"com.nokia.wsf.transport.plugin.hostlet" 
 
_LIT8 KSenTransportCueLocalEcom ,
"com.nokia.wsf.transport.plugin.local" 
 
_LIT8 KSenTransportCueVirtualTCP ,
"com.nokia.wsf.transport.plugin.virtualtcp" 
 
_LIT8 KSenTransportCueHTTP ,
"com.nokia.wsf.transport.plugin.httpchannel" 
 
_LIT8 KTransportClassFacet ,
"urn:nokia.com:serene:transport:class" 
 
_LIT8 KProviderStayOnBackgroundFacet ,
"urn:nokia.com.serene.provider:stay-on-background" 
 
_LIT8 KProviderReinitializableFacet ,
"urn:nokia.com.serene.provider:re-initializable" 
 
_LIT8 KProviderThreadsafeFacet ,
"urn:nokia.com.serene.provider:threadsafe" 
 
_LIT8 KProviderLoadOnStartupFacet ,
"urn:nokia.com.serene.provider:load-on-startup" 
 
_LIT8 KProviderCompleteClientMsgsFacet ,
"urn:nokia.com.serene.provider:complete-client-messages" 
 
_LIT8 KProviderSharableFacet ,
"urn:nokia.com.serene.provider:sharable" 
 
_LIT8 KExposeLocalServiceFacet ,
"urn:nokia.com.serene:expose" 
 
_LIT8 KCompleteMessagesFacet ,
"urn:nokia.com.serene:complete-messages" 
 
_LIT8 KSenFacetValTrue ,
"true" 
 
_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.

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. ==============================================================================


Variable Documentation

const TInt KSenServiceDescriptionBaseScore = 100
 

Copyright © Nokia Corporation 2001-2007
Back to top