Package | Description |
---|---|
org.jboss.as.ejb3.iiop | |
org.jboss.as.ejb3.iiop.stub | |
org.wildfly.iiop.openjdk.rmi.marshal.strategy |
Class and Description |
---|
SkeletonStrategy
A
SkeletonStrategy for a given method knows how to
unmarshalthe sequence of method parameters from a CDR input stream, how to
marshal into a CDR output stream the return value of the method, and how to
marshal into a CDR output stream any exception thrown by the method. |
Class and Description |
---|
StubStrategy
An
StubStrategy for a given method knows how to marshal
the sequence of method parameters into a CDR output stream, how to unmarshal
from a CDR input stream the return value of the method, and how to unmarshal
from a CDR input stream an application exception thrown by the method. |
Class and Description |
---|
StubStrategy
An
StubStrategy for a given method knows how to marshal
the sequence of method parameters into a CDR output stream, how to unmarshal
from a CDR input stream the return value of the method, and how to unmarshal
from a CDR input stream an application exception thrown by the method. |
Copyright © 2017 JBoss by Red Hat. All rights reserved.