org.ow2.petals.component.framework.api
Interface Wsdl


public interface Wsdl

Manage a wsdl. This class has two issue:

  • optimize the use of the wsdl: the document for a description is generated only one time
  • use easywsdl on a concurrent way without problem: two writers don't use at the same time the JaxB model of the description wich isn't thread safe
  • Author:
    Frederic Gardes

    Method Summary
     org.ow2.easywsdl.extensions.wsdl4complexwsdl.api.Description getDescription()
              Get the description
     Document getDocument()
              Get the document
     

    Method Detail

    getDescription

    org.ow2.easywsdl.extensions.wsdl4complexwsdl.api.Description getDescription()
    Get the description

    Returns:
    the description

    getDocument

    Document getDocument()
    Get the document

    Returns:
    the document


    Copyright © 2005-2012 Petals Link (EBM Websourcing). All Rights Reserved.