com.ebmwebsourcing.commons.wsdl.api
Interface Types

All Superinterfaces:
java.io.Serializable, WSDLElement
All Known Implementing Classes:
AbstractTypesImpl, TypesImpl, TypesImpl

public interface Types
extends WSDLElement

This interface represents the <types> section of a WSDL document.

Author:
Nicolas Salatge - eBM WebSourcing

Method Summary
 java.util.List<com.ebmwebsourcing.commons.schema.api.Schema> getSchemas()
          get all schemas
 
Methods inherited from interface com.ebmwebsourcing.commons.wsdl.api.WSDLElement
createDocumentation, getDocumentation, getOtherAttributes, getOtherElements, setDocumentation
 

Method Detail

getSchemas

java.util.List<com.ebmwebsourcing.commons.schema.api.Schema> getSchemas()
get all schemas

Returns:


Copyright © 2008 eBM WebSourcing. All Rights Reserved.