Spring Web Services Framework

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

All Known Implementing Classes:
AbstractPortTypesProvider, SuffixBasedPortTypesProvider

public interface PortTypesProvider

Strategy for adding PortTypes to a Definition.

Used by ProviderBasedWsdl4jDefinition.

Since:
1.5.0
Author:
Arjen Poutsma

Method Summary
 void addPortTypes(Definition definition)
           
 

Method Detail

addPortTypes

void addPortTypes(Definition definition)
                  throws WSDLException
Throws:
WSDLException

Spring Web Services Framework

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