ISOAPNamespaces Interface

uuid(2b7b7eee-1082-4b51-8519-e7185be79ff2)

This interface allows access to the current namespace context during [de]serialization

 

Base Interface

IUnknown

 

Methods, in vtable order (after base interface)

Name Description
GetPrefixForURI   Given a namespace URI returns the current prefix for it, a prefix is automatically generated if needed
GetURIForPrefix   Finds the namespace URI associated with a particular prefix. Its unlikely that you'll need to call this, as the de-serialization model has already mapped the prefixes back to URIs

 

When to Implement

There is a standard system implementation of this, you shouldn't need to implement it.

 

When to Call

Call this interface when handling namespaces. Many of the [de]serialization interfaces work directly with namespace URI's so its unlikely that you'll need to call this directly.

 

See Also

The PocketSOAP Library | 

 

 

Copyright

Copyright © Simon Fell, 2000-2004. All rights reserved.