Class CombinedInterceptorAndDecoratorStackMethodHandlerMarshaller
- java.lang.Object
-
- org.wildfly.clustering.weld.bean.proxy.CombinedInterceptorAndDecoratorStackMethodHandlerMarshaller
-
- All Implemented Interfaces:
org.infinispan.protostream.BaseMarshaller<org.jboss.weld.bean.proxy.CombinedInterceptorAndDecoratorStackMethodHandler>,org.infinispan.protostream.ProtobufTagMarshaller<org.jboss.weld.bean.proxy.CombinedInterceptorAndDecoratorStackMethodHandler>,Marshallable<org.jboss.weld.bean.proxy.CombinedInterceptorAndDecoratorStackMethodHandler>,ProtoStreamMarshaller<org.jboss.weld.bean.proxy.CombinedInterceptorAndDecoratorStackMethodHandler>
public class CombinedInterceptorAndDecoratorStackMethodHandlerMarshaller extends Object implements ProtoStreamMarshaller<org.jboss.weld.bean.proxy.CombinedInterceptorAndDecoratorStackMethodHandler>
- Author:
- Paul Ferraro
-
-
Constructor Summary
Constructors Constructor Description CombinedInterceptorAndDecoratorStackMethodHandlerMarshaller()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<? extends org.jboss.weld.bean.proxy.CombinedInterceptorAndDecoratorStackMethodHandler>getJavaClass()org.jboss.weld.bean.proxy.CombinedInterceptorAndDecoratorStackMethodHandlerreadFrom(ProtoStreamReader reader)voidwriteTo(ProtoStreamWriter writer, org.jboss.weld.bean.proxy.CombinedInterceptorAndDecoratorStackMethodHandler handler)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.wildfly.clustering.marshalling.protostream.ProtoStreamMarshaller
getTypeName, read, write
-
-
-
-
Method Detail
-
getJavaClass
public Class<? extends org.jboss.weld.bean.proxy.CombinedInterceptorAndDecoratorStackMethodHandler> getJavaClass()
- Specified by:
getJavaClassin interfaceorg.infinispan.protostream.BaseMarshaller<org.jboss.weld.bean.proxy.CombinedInterceptorAndDecoratorStackMethodHandler>- Specified by:
getJavaClassin interfaceMarshallable<org.jboss.weld.bean.proxy.CombinedInterceptorAndDecoratorStackMethodHandler>
-
readFrom
public org.jboss.weld.bean.proxy.CombinedInterceptorAndDecoratorStackMethodHandler readFrom(ProtoStreamReader reader) throws IOException
- Specified by:
readFromin interfaceMarshallable<org.jboss.weld.bean.proxy.CombinedInterceptorAndDecoratorStackMethodHandler>- Throws:
IOException
-
writeTo
public void writeTo(ProtoStreamWriter writer, org.jboss.weld.bean.proxy.CombinedInterceptorAndDecoratorStackMethodHandler handler) throws IOException
- Specified by:
writeToin interfaceMarshallable<org.jboss.weld.bean.proxy.CombinedInterceptorAndDecoratorStackMethodHandler>- Throws:
IOException
-
-