Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 1 (11.1.1.9.0)

E52932-01


oracle.jbo.server.svc
Class ADFServicePublisher

java.lang.Object
  extended by com.oracle.webservices.api.lifecycle.AbstractSOAPLifeCycleListener
      extended by oracle.jbo.server.svc.ADFServicePublisher

All Implemented Interfaces:
com.oracle.webservices.api.lifecycle.SOAPLifeCycleListener

public class ADFServicePublisher
extends com.oracle.webservices.api.lifecycle.AbstractSOAPLifeCycleListener
Since:
11.1.1.7.1

Constructor Summary
ADFServicePublisher()
           

 

Method Summary
 void afterState(com.oracle.webservices.api.lifecycle.SOAPServiceInitialize initParams)
           
protected  java.lang.String getDeployedAppName()
           
protected  java.lang.String getLBO(Element docEl)
           
protected  java.lang.String getLifecycle(Element docEl)
           
protected  boolean shouldPublish(Element docEl)
          Tells whether or not this service should be published to the catalog.
protected  boolean shouldRemove(Element docEl)
          Tells whether or not ADFServicePublisher should attempt to lookup and remove this service from the catalog.
protected  boolean shouldUpdate()
          Tells whether or not ADFServicePublisher should attempt to update this service in the catalog.

 

Methods inherited from class com.oracle.webservices.api.lifecycle.AbstractSOAPLifeCycleListener
afterState

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

ADFServicePublisher

public ADFServicePublisher()

Method Detail

afterState

public void afterState(com.oracle.webservices.api.lifecycle.SOAPServiceInitialize initParams)
Specified by:
afterState in interface com.oracle.webservices.api.lifecycle.SOAPLifeCycleListener
Overrides:
afterState in class com.oracle.webservices.api.lifecycle.AbstractSOAPLifeCycleListener

getDeployedAppName

protected java.lang.String getDeployedAppName()

shouldPublish

protected boolean shouldPublish(Element docEl)
Tells whether or not this service should be published to the catalog.
Parameters:
docEl - the DOM element for <wsdl:documentation>
Returns:
true if this service should be published

shouldRemove

protected boolean shouldRemove(Element docEl)
Tells whether or not ADFServicePublisher should attempt to lookup and remove this service from the catalog. This method is called only if a previous call to shouldPublish(Element) returned false.
Parameters:
docEl - the DOM element for <wsdl:documentation>
Returns:
true if this service should be removed

shouldUpdate

protected boolean shouldUpdate()
Tells whether or not ADFServicePublisher should attempt to update this service in the catalog. This method is called only if a catalog entry already exists for this service. If true, ADFServicePublisher will compare the information in the catalog with the information parsed from the WSDL and update the catalog if they are different. If false, the catalog entry will not be modified.
Returns:
true if this service should be updated

getLBO

protected java.lang.String getLBO(Element docEl)

getLifecycle

protected java.lang.String getLifecycle(Element docEl)

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 1 (11.1.1.9.0)

E52932-01


Copyright © 1997, 2015, Oracle. All rights reserved.