public class ServiceContextProvider
extends java.lang.Object
implements oracle.j2ee.ws.common.context.ContextProvider
| Modifier and Type | Field and Description | 
|---|---|
| static java.lang.String | BASE_CONTEXT | 
| static java.lang.String | NAMESPACE | 
| static java.lang.String | SANDBOX_NAME | 
| Constructor and Description | 
|---|
| ServiceContextProvider() | 
| Modifier and Type | Method and Description | 
|---|---|
| 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) | 
public static final java.lang.String NAMESPACE
public static final java.lang.String BASE_CONTEXT
public static final java.lang.String SANDBOX_NAME
public javax.xml.namespace.QName getContextQName()
getContextQName in interface oracle.j2ee.ws.common.context.ContextProviderpublic java.lang.Object getContext()
getContext in interface oracle.j2ee.ws.common.context.ContextProviderpublic java.lang.Object getContext(boolean b)
getContext in interface oracle.j2ee.ws.common.context.ContextProviderpublic void setContext(java.lang.Object object)
setContext in interface oracle.j2ee.ws.common.context.ContextProviderpublic void setContext(boolean b,
              java.lang.Object object)
setContext in interface oracle.j2ee.ws.common.context.ContextProviderpublic Element toXML(Document document, java.lang.Object object) throws java.lang.Exception
toXML in interface oracle.j2ee.ws.common.context.ContextProviderjava.lang.Exceptionpublic java.lang.Object fromXML(Element rootEl) throws java.lang.Exception
fromXML in interface oracle.j2ee.ws.common.context.ContextProviderjava.lang.Exception