Uses of Class
org.eclipse.persistence.internal.xr.XRServiceModel
Packages that use XRServiceModel
Package
Description
-
Uses of XRServiceModel in org.eclipse.persistence.dbws
Subclasses of XRServiceModel in org.eclipse.persistence.dbwsModifier and TypeClassDescriptionclassPUBLIC: model object for eclipselink-dbws.xml descriptor file. -
Uses of XRServiceModel in org.eclipse.persistence.internal.dbws
Subclasses of XRServiceModel in org.eclipse.persistence.internal.dbwsModifier and TypeClassDescriptionclassINTERNAL: runtime implementation of EclipseLink Database Web Service (DBWS)Methods in org.eclipse.persistence.internal.dbws with parameters of type XRServiceModel -
Uses of XRServiceModel in org.eclipse.persistence.internal.xr
Subclasses of XRServiceModel in org.eclipse.persistence.internal.xrModifier and TypeClassDescriptionclassINTERNAL: runtime implementation of TopLink XR ServiceMethods in org.eclipse.persistence.internal.xr with parameters of type XRServiceModel -
Uses of XRServiceModel in org.eclipse.persistence.tools.dbws
Fields in org.eclipse.persistence.tools.dbws declared as XRServiceModelModifier and TypeFieldDescriptionprotected XRServiceModelDBWSBuilder.xrServiceModelprotected XRServiceModelWSDLGenerator.xrServiceModelMethods in org.eclipse.persistence.tools.dbws that return XRServiceModelMethods in org.eclipse.persistence.tools.dbws with parameters of type XRServiceModelModifier and TypeMethodDescriptionstatic booleanUtil.requiresSimpleXMLFormat(XRServiceModel serviceModel) Constructors in org.eclipse.persistence.tools.dbws with parameters of type XRServiceModelModifierConstructorDescriptionWSDLGenerator(XRServiceModel xrServiceModel, NamingConventionTransformer nct, String wsdlLocationURI, boolean hasAttachments, String importedSchemaNameSpace, OutputStream os)