org.springframework.extensions.webscripts
Interface DescriptionExtension


public interface DescriptionExtension

Web Script Description Extension Provides a Web Script custom service implementation with the ability to maintain custom description entries.

Author:
davidc

Method Summary
 Map<String,Serializable> parseExtensions(String serviceDescPath, InputStream servicedesc)
          Gets the custom description extensions
 

Method Detail

parseExtensions

Map<String,Serializable> parseExtensions(String serviceDescPath,
                                         InputStream servicedesc)
Gets the custom description extensions

Parameters:
serviceDescPath - path to service doc
serviceDesc - service doc input stream
Returns:
extensions mapped by name


Copyright © 2009 SpringSource, Inc. All Rights Reserved.