org.ow2.jonas.ws.publish
Class AbsWSDLPublisher

java.lang.Object
  extended by org.ow2.jonas.ws.publish.AbsWSDLPublisher
All Implemented Interfaces:
WSDLPublisher
Direct Known Subclasses:
FileWSDLPublisher, RegistryWSDLPublisher

public abstract class AbsWSDLPublisher
extends Object
implements WSDLPublisher

Abstract class for WSDL Publisher. It defines some common methods.

Author:
Florent Benoit

Constructor Summary
AbsWSDLPublisher()
           
 
Method Summary
 void publish(List<PublishableDefinition> publishableDefinitionList)
          publish the given list of wsdl
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.ow2.jonas.ws.publish.WSDLPublisher
publish
 

Constructor Detail

AbsWSDLPublisher

public AbsWSDLPublisher()
Method Detail

publish

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

Specified by:
publish in interface WSDLPublisher
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.