org.ow2.jonas.ws.publish
Interface WSDLPublisher

All Known Subinterfaces:
WSDLPublisherManager
All Known Implementing Classes:
AbsWSDLPublisher, DefaultWSDLPublisherManager, FileWSDLPublisher, RegistryWSDLPublisher

public interface WSDLPublisher

A WSDL Handler is in charge of wsdl publication management.

Author:
Xavier Delplanque

Method Summary
 void publish(List<PublishableDefinition> publishableDefinitionList)
          publish the given list of wsdl
 void publish(PublishableDefinition publishableDefinition)
          publish the given wsdl
 

Method Detail

publish

void publish(PublishableDefinition publishableDefinition)
             throws WSDLPublisherException
publish the given wsdl

Parameters:
publishableDefinition - the data containing the WSDL file to be published and the publication info
Throws:
WSDLPublisherException - if an error occurs at the publishing.

publish

void publish(List<PublishableDefinition> publishableDefinitionList)
             throws WSDLPublisherException
publish the given list of wsdl

Parameters:
publishableDefinitionList - a list of data containing the WSDL file to be published and the publication info
Throws:
WSDLPublisherException - if an error occurs at the publishing.


Copyright © 2010 OW2 Consortium. All Rights Reserved.