Oracle® Application Server
XML Java API Reference
10g Release 3 (10.1.3)

B28238-01


oracle.soap.providers.sp
Class SpWrapper

java.lang.Object
  extended byoracle.soap.providers.sp.SpWrapper


public final class SpWrapper
extends java.lang.Object

SpWrapper uses reflection on the compiled JPublisher/SQLJ generated Java class that is a proxy for a PL/SQL package.

The wrapper generates a new class with every public method in the PL/SQL package proxy. The generated methods acquire a proxy from a pool (serializing access if a proxy is not available) and use it to invoke the PL/SQL method on the database.

The wrapper also generates constructors that perform initialization by communicating with the SpProvider (which creates the SQLJ default contexts for use in initializing the PL/SQL proxy.


Constructor Summary
SpWrapper()

Method Summary
static void main(java.lang.String[] argv)
Wrap generated PL/SQL package proxy classes given the: the target java package name.

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Constructor Detail

SpWrapper

public SpWrapper()

Method Detail

main

public static void main(java.lang.String[] argv)

Wrap generated PL/SQL package proxy classes given the:


Oracle® Application Server
XML Java API Reference
10g Release 3 (10.1.3)

B28238-01


Copyright © 2003, 2006, Oracle. All rights reserved.