Package org.kie.internal.jaxb
Class CorrelationKeyXmlAdapter
java.lang.Object
jakarta.xml.bind.annotation.adapters.XmlAdapter<String,CorrelationKey>
org.kie.internal.jaxb.CorrelationKeyXmlAdapter
public class CorrelationKeyXmlAdapter
extends jakarta.xml.bind.annotation.adapters.XmlAdapter<String,CorrelationKey>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionmarshal(CorrelationKey key) static StringThis method has been made "static"ally available so that non-JAXB code does not have to (unnecesarily) instantiate an instance fo this class.static CorrelationKeyThis method has been made "static"ally available so that non-JAXB code does not have to (unnecesarily) instantiate an instance fo this class.
-
Constructor Details
-
CorrelationKeyXmlAdapter
public CorrelationKeyXmlAdapter()
-
-
Method Details
-
unmarshal
- Specified by:
unmarshalin classjakarta.xml.bind.annotation.adapters.XmlAdapter<String,CorrelationKey> - Throws:
Exception
-
unmarshalCorrelationKey
This method has been made "static"ally available so that non-JAXB code does not have to (unnecesarily) instantiate an instance fo this class.- Parameters:
key- ACorrelationKey- Returns:
- A
Stringequivalent of the key
-
marshal
- Specified by:
marshalin classjakarta.xml.bind.annotation.adapters.XmlAdapter<String,CorrelationKey> - Throws:
Exception
-
marshalCorrelationKey
This method has been made "static"ally available so that non-JAXB code does not have to (unnecesarily) instantiate an instance fo this class.- Parameters:
key- ACorrelationKey- Returns:
- A
Stringequivalent of the key
-