| 
 | Oracle® XML Java API Reference Release 1 (10.1) B12024-01 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--oracle.soap.providers.sp.SpWrapper
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 | 
public SpWrapper()
| Method Detail | 
public static void main(java.lang.String[] argv)
Wrap generated PL/SQL package proxy classes given the:
| 
 | Oracle® XML Java API Reference Release 1 (10.1) B12024-01 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||