BEA Systems, Inc.

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

Because this information documents a Tech Preview of a BEA product, it may be incomplete and is subject to change. Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/essex/TechPreview
Copyright 2007 BEA Systems Inc.