Package org.glassfish.tyrus.core.coder
Class CoderAdapter
- java.lang.Object
-
- org.glassfish.tyrus.core.coder.CoderAdapter
-
- Direct Known Subclasses:
CoderWrapper
,InputStreamDecoder
,NoOpByteArrayCoder
,NoOpByteBufferCoder
,NoOpTextCoder
,PrimitiveDecoders
,ReaderDecoder
,ToStringEncoder
public abstract class CoderAdapter extends java.lang.Object
- Author:
- Pavel Bucek (pavel.bucek at oracle.com)
-
-
Constructor Summary
Constructors Constructor Description CoderAdapter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
destroy()
This method does nothing.void
init(EndpointConfig config)
This method does nothing.
-
-
-
Method Detail
-
init
public void init(EndpointConfig config)
This method does nothing.- Parameters:
config
- the endpoint configuration object when being brought into service.
-
destroy
public void destroy()
This method does nothing.
-
-