|
|
|
|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.xml.bind.annotation.adapters.XmlAdapter<CurrencyAdapter,java.util.Currency>
org.torweg.pulse.util.xml.bind.CurrencyDetailsXmlAdapter
public class CurrencyDetailsXmlAdapter
| Constructor Summary | |
|---|---|
CurrencyDetailsXmlAdapter()
|
|
| Method Summary | |
|---|---|
CurrencyAdapter |
marshal(java.util.Currency cur)
Marshals the given Currency to a
CurrencyAdapter. |
java.util.Currency |
unmarshal(CurrencyAdapter cur)
Unmarshals a Currency from the given
CurrencyAdapter. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CurrencyDetailsXmlAdapter()
| Method Detail |
|---|
public final CurrencyAdapter marshal(java.util.Currency cur)
Currency to a
CurrencyAdapter.
marshal in class javax.xml.bind.annotation.adapters.XmlAdapter<CurrencyAdapter,java.util.Currency>cur - the Currency to marshal
CurrencyAdapterpublic final java.util.Currency unmarshal(CurrencyAdapter cur)
Currency from the given
CurrencyAdapter.
unmarshal in class javax.xml.bind.annotation.adapters.XmlAdapter<CurrencyAdapter,java.util.Currency>cur - the CurrencyAdapter to unmarshal
Currency
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||