org.ow2.orchestra.axis
Class AxisPublisher

java.lang.Object
  extended by org.ow2.orchestra.services.impl.PublisherImpl
      extended by org.ow2.orchestra.axis.AxisPublisher
All Implemented Interfaces:
HttpPublisher, Publisher

public class AxisPublisher
extends PublisherImpl
implements HttpPublisher

AxisServicePublisher.java. Implementation of the service publisher with axis.

Author:
Charles Souillard Created on : Jun 26, 2007

Field Summary
 
Fields inherited from interface org.ow2.orchestra.services.itf.Publisher
DEFAULT_KEY
 
Constructor Summary
AxisPublisher()
           
 
Method Summary
 javax.servlet.Servlet getPublisherServlet(java.util.Properties orchestraProperties)
           
 void publishServices(BpelProcess bpelProcess, Environment environment)
           
 void unpublishServices(BpelProcess bpelProcess, Environment environment)
           
 
Methods inherited from class org.ow2.orchestra.services.impl.PublisherImpl
addProcessEndpoint, getProcessEndpoint, getServiceOperationKeys, getServiceOperationKeys, getServices, getWsdlDefinitions, removeProcessEndpoint
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.ow2.orchestra.services.itf.Publisher
getServiceOperationKeys
 

Constructor Detail

AxisPublisher

public AxisPublisher()
Method Detail

publishServices

public void publishServices(BpelProcess bpelProcess,
                            Environment environment)
Specified by:
publishServices in interface Publisher
Overrides:
publishServices in class PublisherImpl

unpublishServices

public void unpublishServices(BpelProcess bpelProcess,
                              Environment environment)
Specified by:
unpublishServices in interface Publisher
Overrides:
unpublishServices in class PublisherImpl

getPublisherServlet

public javax.servlet.Servlet getPublisherServlet(java.util.Properties orchestraProperties)
Specified by:
getPublisherServlet in interface HttpPublisher


Copyright © 2010 OW2 Consortium. All Rights Reserved.