Uses of Interface
org.apache.ws.resource.ResourceContext

Packages that use ResourceContext
org.apache.ws.resource   
org.apache.ws.resource.handler   
 

Uses of ResourceContext in org.apache.ws.resource
 

Methods in org.apache.ws.resource that return ResourceContext
 ResourceContext AbstractPortType.getResourceContext()
          DOCUMENT_ME
 

Methods in org.apache.ws.resource with parameters of type ResourceContext
 java.lang.Object ResourceHome.extractResourceIdentifier(ResourceContext context)
          Extracts the resource identifier from the specified resource context - typically, this is done by deserializing a particular SOAP header element that contains the identifier.
 

Constructors in org.apache.ws.resource with parameters of type ResourceContext
AbstractPortType(ResourceContext resourceContext)
          Creates a new AbstractPortType object.
 

Uses of ResourceContext in org.apache.ws.resource.handler
 

Methods in org.apache.ws.resource.handler that return ResourceContext
 ResourceContext WsrfService.getResourceContext()
          Returns the ResourceContext for the given Service.
protected abstract  ResourceContext ResourceHandler.createResourceContext(javax.xml.rpc.handler.soap.SOAPMessageContext soapMsgContext)
          Creates a ResourceContext for this request.
 

Methods in org.apache.ws.resource.handler with parameters of type ResourceContext
protected  java.lang.Class ResourceHandler.getServiceClassName(ResourceContext resourceContext)
          DOCUMENT_ME
protected  java.lang.String ResourceHandler.getServiceOption(ResourceContext resourceContext, java.lang.String key)
           
 

Constructors in org.apache.ws.resource.handler with parameters of type ResourceContext
WsddSoapMethodNameMap(ResourceContext context)
          Creates a new WsddSoapMethodNameMap object.
ServiceSoapMethodNameMap(ResourceContext context)
          Creates a new ServiceSoapMethodNameMap object.
 



Copyright © 2004-2005 Apache Software Foundation. All Rights Reserved.