Package com.ibm.wsspi.anno.util
Interface Util_Factory
public interface Util_Factory
-
Method Summary
Modifier and TypeMethodDescriptioncreateBidirectionalMap
(Util_InternMap.ValueType holderType, String holderTag, Util_InternMap.ValueType heldType, String heldTag) createBidirectionalMap
(Util_InternMap.ValueType holderType, String holderTag, Util_InternMap.ValueType heldType, String heldTag, boolean isEnabled) createInternMap
(Util_InternMap.ValueType valueType, String name)
-
Method Details
-
getHashText
String getHashText() -
createIdentityStringSet
-
createInternMap
-
createBidirectionalMap
Util_BidirectionalMap createBidirectionalMap(Util_InternMap.ValueType holderType, String holderTag, Util_InternMap.ValueType heldType, String heldTag) -
createBidirectionalMap
Util_BidirectionalMap createBidirectionalMap(Util_InternMap.ValueType holderType, String holderTag, Util_InternMap.ValueType heldType, String heldTag, boolean isEnabled)
-