Spring Web Services Framework

org.springframework.ws.wsdl.wsdl11.provider
Interface MessagesProvider

All Known Implementing Classes:
DefaultMessagesProvider, SuffixBasedMessagesProvider

public interface MessagesProvider

Strategy for adding Messages to a Definition.

Used by ProviderBasedWsdl4jDefinition.

Since:
1.5.0
Author:
Arjen Poutsma

Method Summary
 void addMessages(Definition definition)
           
 

Method Detail

addMessages

void addMessages(Definition definition)
                 throws WSDLException
Throws:
WSDLException

Spring Web Services Framework

Copyright © 2005-2010 The Spring Web Services Framework. All Rights Reserved.