public final class RepIdDelegator extends Object implements RepositoryIdStrings, RepositoryIdUtility, RepositoryIdInterface
NO_TYPE_INFO, PARTIAL_LIST_TYPE_INFO, SINGLE_REP_TYPE_INFO
Constructor and Description |
---|
RepIdDelegator() |
Modifier and Type | Method and Description |
---|---|
String |
createForAnyType(Class<?> type) |
String |
createForJavaType(Class<?> clz) |
String |
createForJavaType(Serializable ser) |
String |
createSequenceRepID(Class<?> clazz) |
String |
createSequenceRepID(Object ser) |
boolean |
equals(Object obj) |
String |
getClassDescValueRepId() |
Class<?> |
getClassFromType() |
Class<?> |
getClassFromType(Class<?> expectedType,
String codebaseURL) |
Class<?> |
getClassFromType(String codebaseURL) |
String |
getClassName() |
int |
getCodeBaseRMIChunkedId() |
int |
getCodeBaseRMIChunkedNoRepStrId() |
int |
getCodeBaseRMIUnchunkedId() |
int |
getCodeBaseRMIUnchunkedNoRepStrId() |
RepositoryIdInterface |
getFromString(String repIdString) |
int |
getStandardRMIChunkedId() |
int |
getStandardRMIChunkedNoRepStrId() |
int |
getStandardRMIUnchunkedId() |
int |
getStandardRMIUnchunkedNoRepStrId() |
int |
getTypeInfo(int valueTag) |
String |
getWStringValueRepId() |
boolean |
isChunkedEncoding(int valueTag) |
boolean |
isCodeBasePresent(int valueTag) |
String |
toString() |
public String createForAnyType(Class<?> type)
createForAnyType
in interface RepositoryIdStrings
public String createForJavaType(Serializable ser) throws TypeMismatchException
createForJavaType
in interface RepositoryIdStrings
TypeMismatchException
public String createForJavaType(Class<?> clz) throws TypeMismatchException
createForJavaType
in interface RepositoryIdStrings
TypeMismatchException
public String createSequenceRepID(Object ser)
createSequenceRepID
in interface RepositoryIdStrings
public String createSequenceRepID(Class<?> clazz)
createSequenceRepID
in interface RepositoryIdStrings
public RepositoryIdInterface getFromString(String repIdString)
getFromString
in interface RepositoryIdStrings
public boolean isChunkedEncoding(int valueTag)
isChunkedEncoding
in interface RepositoryIdUtility
public boolean isCodeBasePresent(int valueTag)
isCodeBasePresent
in interface RepositoryIdUtility
public String getClassDescValueRepId()
getClassDescValueRepId
in interface RepositoryIdStrings
public String getWStringValueRepId()
getWStringValueRepId
in interface RepositoryIdStrings
public int getTypeInfo(int valueTag)
getTypeInfo
in interface RepositoryIdUtility
public int getStandardRMIChunkedNoRepStrId()
getStandardRMIChunkedNoRepStrId
in interface RepositoryIdUtility
public int getCodeBaseRMIChunkedNoRepStrId()
getCodeBaseRMIChunkedNoRepStrId
in interface RepositoryIdUtility
public int getStandardRMIChunkedId()
getStandardRMIChunkedId
in interface RepositoryIdUtility
public int getCodeBaseRMIChunkedId()
getCodeBaseRMIChunkedId
in interface RepositoryIdUtility
public int getStandardRMIUnchunkedId()
getStandardRMIUnchunkedId
in interface RepositoryIdUtility
public int getCodeBaseRMIUnchunkedId()
getCodeBaseRMIUnchunkedId
in interface RepositoryIdUtility
public int getStandardRMIUnchunkedNoRepStrId()
getStandardRMIUnchunkedNoRepStrId
in interface RepositoryIdUtility
public int getCodeBaseRMIUnchunkedNoRepStrId()
getCodeBaseRMIUnchunkedNoRepStrId
in interface RepositoryIdUtility
public Class<?> getClassFromType() throws ClassNotFoundException
getClassFromType
in interface RepositoryIdInterface
ClassNotFoundException
public Class<?> getClassFromType(String codebaseURL) throws ClassNotFoundException, MalformedURLException
getClassFromType
in interface RepositoryIdInterface
ClassNotFoundException
MalformedURLException
public Class<?> getClassFromType(Class<?> expectedType, String codebaseURL) throws ClassNotFoundException, MalformedURLException
getClassFromType
in interface RepositoryIdInterface
ClassNotFoundException
MalformedURLException
public String getClassName()
getClassName
in interface RepositoryIdInterface
Copyright © 2018 JBoss by Red Hat. All rights reserved.