org.apache.ws.resource.handler
Interface WsrfService


public interface WsrfService

Interface to be implemented by the Service implementation, either Abstract or concrete. Provides methods for initialization, obtaining the ResourceContext and getting the SoapMethodNameMap use for mapping incoming request QName's to method name for a given object.

Author:
Sal Campana

Method Summary
 SoapMethodNameMap getMethodNameMap()
          Returns the SoapMethodNameMap for the Service, to determine which method to invoke for an incoming request.
 ResourceContext getResourceContext()
          Returns the ResourceContext for the given Service.
 void init()
          Initialization method.
 

Method Detail

getMethodNameMap

public SoapMethodNameMap getMethodNameMap()
Returns the SoapMethodNameMap for the Service, to determine which method to invoke for an incoming request.

Returns:
SoapMethodNameMap

getResourceContext

public ResourceContext getResourceContext()
Returns the ResourceContext for the given Service.

Returns:
ResourceContext

init

public void init()
Initialization method.



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