Module org.eclipse.persistence.dbws
Class XRServiceAdapter
java.lang.Object
org.eclipse.persistence.internal.xr.XRServiceModel
org.eclipse.persistence.internal.xr.XRServiceAdapter
- Direct Known Subclasses:
DBWSAdapter
INTERNAL: runtime implementation of TopLink XR Service
- Since:
- EclipseLink 1.x
-
Field Summary
Modifier and TypeFieldDescriptionprotected Map
<QName, XMLDescriptor> protected Session
protected Session
protected Schema
protected String
protected XMLContext
Fields inherited from class org.eclipse.persistence.internal.xr.XRServiceModel
name, operations, sessionsFile
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionClass
<?> getTypeClass
(QName type) void
setDescriptorsByQName
(Map<QName, XMLDescriptor> descriptorsByQName) void
setORSession
(Session orSession) void
setOXSession
(Session oxSession) void
void
setSchemaNamespace
(String schemaNamespace) void
setXMLContext
(XMLContext xmlContext) Methods inherited from class org.eclipse.persistence.internal.xr.XRServiceModel
getName, getOperation, getOperations, getOperationsList, getSessionsFile, setName, setOperations, setSessionsFile
-
Field Details
-
schemaNamespace
-
orSession
-
oxSession
-
xmlContext
-
schema
-
descriptorsByQName
-
-
Constructor Details
-
XRServiceAdapter
public XRServiceAdapter()
-
-
Method Details
-
getORSession
-
setORSession
-
getOXSession
-
setOXSession
-
getXMLContext
-
setXMLContext
-
getSchemaNamespace
-
setSchemaNamespace
-
getSchema
-
setSchema
-
getDescriptorsByQName
-
setDescriptorsByQName
-
getTypeClass
-