public abstract class SSEModule extends Object implements Module
| Modifier and Type | Field and Description |
|---|---|
static Set<org.jdom2.Namespace> |
NAMESPACES |
static String |
PREFIX |
static org.jdom2.Namespace |
SSE_NS |
static String |
SSE_SCHEMA_URI |
| Constructor and Description |
|---|
SSEModule() |
| Modifier and Type | Method and Description |
|---|---|
Object |
clone()
Creates a deep clone of the object.
|
abstract void |
copyFrom(CopyFrom obj)
Copies all the properties of the given bean into this one.
|
Class<? extends Module> |
getInterface()
Returns the interface the copyFrom works on.
|
String |
getUri()
Returns the URI of the module.
|
public static final String SSE_SCHEMA_URI
public static final String PREFIX
public static final org.jdom2.Namespace SSE_NS
public static final Set<org.jdom2.Namespace> NAMESPACES
public String getUri()
Modulepublic Class<? extends Module> getInterface()
CopyFromThis is useful when dealing with properties that may have multiple implementations. For example, Module.
getInterface in interface CopyFrompublic Object clone()
Modulepublic abstract void copyFrom(CopyFrom obj)
CopyFromAny existing properties in this bean are lost.
This method is useful for moving from one implementation of a bean interface to another. For example from the default SyndFeed bean implementation to a Hibernate ready implementation.
Copyright © 2025. All rights reserved.