org.marketcetera.util.ws.tags
Class VersionId
java.lang.Object
org.marketcetera.util.ws.tags.Tag
org.marketcetera.util.ws.tags.VersionId
- All Implemented Interfaces:
- Serializable
public class VersionId
- extends Tag
A version ID. Each set of collaborating web service classes has a
unique version ID, covering all services together. Accordingly, one
JVM-wide ID, SELF, suffices to describe the version
"spoken" by all classes in the JVM, and there is no need to create
new instances. However, additional instances of this class may
appear in a JVM when the version of another potential collaborator
is marshalled to the JVM.
- Since:
- 1.0.0
- Version:
- $Id: VersionId.java 16154 2012-07-14 16:34:05Z colin $
- Author:
- tlerios@marketcetera.com
- See Also:
- Serialized Form
|
Constructor Summary |
protected |
VersionId()
Creates a new version ID. |
SELF
public static final VersionId SELF
- The JVM-wide version ID.
VersionId
protected VersionId()
- Creates a new version ID. This empty constructor is intended
for use by JAXB.
Copyright © 2012. All Rights Reserved.