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 ServiceContextProvider

java.lang.Object
  extended by oracle.jbo.server.svc.ServiceContextProvider

All Implemented Interfaces:
oracle.j2ee.ws.common.context.ContextProvider

public class ServiceContextProvider
extends java.lang.Object
implements oracle.j2ee.ws.common.context.ContextProvider

Field Summary
static java.lang.String BASE_CONTEXT
           
static java.lang.String NAMESPACE
           
static java.lang.String SANDBOX_NAME
           

 

Constructor Summary
ServiceContextProvider()
           

 

Method Summary
 java.lang.Object fromXML(Element rootEl)
           
 java.lang.Object getContext()
           
 java.lang.Object getContext(boolean b)
           
 javax.xml.namespace.QName getContextQName()
           
 void setContext(boolean b, java.lang.Object object)
           
 void setContext(java.lang.Object object)
           
 Element toXML(Document document, java.lang.Object object)
           

 

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

 

Field Detail

NAMESPACE

public static final java.lang.String NAMESPACE
See Also:
Constant Field Values

BASE_CONTEXT

public static final java.lang.String BASE_CONTEXT
See Also:
Constant Field Values

SANDBOX_NAME

public static final java.lang.String SANDBOX_NAME
See Also:
Constant Field Values

Constructor Detail

ServiceContextProvider

public ServiceContextProvider()

Method Detail

getContextQName

public javax.xml.namespace.QName getContextQName()
Specified by:
getContextQName in interface oracle.j2ee.ws.common.context.ContextProvider

getContext

public java.lang.Object getContext()
Specified by:
getContext in interface oracle.j2ee.ws.common.context.ContextProvider

getContext

public java.lang.Object getContext(boolean b)
Specified by:
getContext in interface oracle.j2ee.ws.common.context.ContextProvider

setContext

public void setContext(java.lang.Object object)
Specified by:
setContext in interface oracle.j2ee.ws.common.context.ContextProvider

setContext

public void setContext(boolean b,
                       java.lang.Object object)
Specified by:
setContext in interface oracle.j2ee.ws.common.context.ContextProvider

toXML

public Element toXML(Document document,
                     java.lang.Object object)
              throws java.lang.Exception
Specified by:
toXML in interface oracle.j2ee.ws.common.context.ContextProvider
Throws:
java.lang.Exception

fromXML

public java.lang.Object fromXML(Element rootEl)
                         throws java.lang.Exception
Specified by:
fromXML in interface oracle.j2ee.ws.common.context.ContextProvider
Throws:
java.lang.Exception

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.