oracle.jbo.server.svc
Class ServiceContextProvider
java.lang.Object
  
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
  
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
ServiceContextProvider
public ServiceContextProvider()
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 element)
                         throws java.lang.Exception
- Specified by:
 fromXML in interface oracle.j2ee.ws.common.context.ContextProvider
 
- Throws:
 java.lang.Exception
 
Copyright © 1997, 2011, Oracle. All rights reserved.