Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 1 (11.1.1.5)

E22562-01

oracle.apps.fnd.applcore.menu.service
Class MenuFragmentService

java.lang.Object
  extended by oracle.apps.fnd.applcore.menu.service.MenuFragmentService

@MTOM
public class MenuFragmentService
extends java.lang.Object

Services to retrieve and manage menu fragments.


Field Summary
protected  javax.xml.ws.WebServiceContext wsContext
          Web service context (automatically injected at run time).
 
Constructor Summary
MenuFragmentService()
           
 
Method Summary
 javax.activation.DataHandler[] getFragments(java.lang.String[] docNames)
          Gets local MDS documents corresponding to the document names provided.
protected  void init()
          Initialization routine for the fragment service.
 void ping(java.lang.String fromPillar, java.lang.String[] documents, java.lang.String[] versions)
          Ping from a remote pillar/util-app with list of menu XML documents available remotely and their versions.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

wsContext

protected javax.xml.ws.WebServiceContext wsContext
Web service context (automatically injected at run time).

Constructor Detail

MenuFragmentService

public MenuFragmentService()
Method Detail

init

@PostConstruct
protected void init()
Initialization routine for the fragment service. It reads the necessary context initialization parameters and then kicks off the menu fragment manager.


ping

public void ping(java.lang.String fromPillar,
                 java.lang.String[] documents,
                 java.lang.String[] versions)
Ping from a remote pillar/util-app with list of menu XML documents available remotely and their versions. This is a Oneway service.

Parameters:
fromPillar - the remote pillar/util-app that sent the ping
documents - the menu XML documents available
versions - the document versions

getFragments

public javax.activation.DataHandler[] getFragments(java.lang.String[] docNames)
Gets local MDS documents corresponding to the document names provided.

Parameters:
docNames - the documents to return
Returns:
the data handlers for the document

Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 1 (11.1.1.5)

E22562-01

Copyright © 2011 Oracle. All Rights Reserved.