Oracle Fusion Middleware
Oracle WebLogic Server API Reference
11g Release 1 (10.3.6)

Part Number E13941-06

weblogic.webservice.extensions
Interface WLService


Deprecated. please migrate to jws for webservices

public interface WLService

WebLogic-specific extensions to the JAX-RPC Service APIs.


Method Summary
 WebServiceContext context()
          Deprecated. Creates or returns the WebServiceContext for this Web service.
 WebServiceContext joinContext()
          Deprecated. If the current thread is already associated with a context (i.e., the client is called within a WebLogic Web service implementation, such as an EJB or Java class method), the parent context is used for this service proxy.
 

Method Detail

context

WebServiceContext context()
Deprecated. 
Creates or returns the WebServiceContext for this Web service.

Returns:
web service context

joinContext

WebServiceContext joinContext()
                              throws ContextNotFoundException
Deprecated. 
If the current thread is already associated with a context (i.e., the client is called within a WebLogic Web service implementation, such as an EJB or Java class method), the parent context is used for this service proxy.

Returns:
web service context
Throws:
ContextNotFoundException - if current thread is not associated with a web service context

Copyright 1996, 2011, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.

Oracle Fusion Middleware
Oracle WebLogic Server API Reference
11g Release 1 (10.3.6)

Part Number E13941-06