Java Proxy Client for the Admin Web Service

Print Close

Oracle SES provides client-side Java proxies for marshalling and parsing Web Services SOAP messages. Client applications can use the library to access the Oracle SES Admin Web Service.The client stub is included in the SDK and documented in Javadocs under the package "oracle.search.admin.ws.client".

The proxy library includes the following Java classes, which are mapped to the corresponding Web Services data types and messages:

  • oracle.search.admin.ws.client.Schedule
  • oracle.search.admin.ws.client.ScheduleStatus
  • oracle.search.admin.ws.client.SearchAdminClient

To compile and run your client application using the Oracle SES client-side Java proxy stub, include the following files in the Java CLASSPATH:

  • $ORACLE_HOME/search/lib/search_admin_wsclient.jar
  • wsclient_extended.jar

The wsclient_extended.jar file is available as a separate download from the Oracle Technology network: http://download.oracle.com/otn/java/oc4j/10131/wsclient_extended.zip