Connection Information

To perform the requested action, WordPress needs to access your web server. Please enter your FTP credentials to proceed. If you do not remember your credentials, you should contact your web host.

Connection Type

About marshaler extensions – PB Docs 2018 – PowerBuilder Library

About marshaler extensions – PB Docs 2018

About
marshaler extensions

Marshaler extensions can act as bridges between PowerBuilder and
other components, such as EJB components, Java classes, and Web services,
as long as those components can be called from C++.

To create a marshaler extension, build a PBX that contains at least
one class that implements the IPBX_Marshaler interface, as well as one or
more native classes. The extension must contain code that associates the
marshaler with a proxy for the component you want to call.

If you build a marshaler extension, you should also provide a tool
that generates proxies so the components can be called from PowerBuilder.
For example, PowerBuilder provides a marshaler extension for calling EJB
components from PowerBuilder, and it provides a tool for generating
proxies for EJB components.

This chapter provides an overview based on the Java Marshaler sample
application, and shows some extracts from the sample.

This chapter describes the major tasks involved in:

This chapter does not show detailed code samples, and the fragments
shown simplify the coding involved. For a more complete understanding of
the process of building a marshaler extension, download the sample
available on the Web site.


Document get from Powerbuilder help
Thank you for watching.
Was this article helpful?
Subscribe
Notify of
guest
0 Comments
Oldest
Newest Most Voted
Inline Feedbacks
View all comments
0
Would love your thoughts, please comment.x
()
x