Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.apache.ws.resource.handler
Interface WsrfService  view WsrfService download WsrfService.java


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.


Method Summary
 SoapMethodNameMap getMethodNameMap()
          Returns the SoapMethodNameMap for the Service, to determine which method to invoke for an incoming request.
 org.apache.ws.resource.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.


getResourceContext

public org.apache.ws.resource.ResourceContext getResourceContext()
Returns the ResourceContext for the given Service.


init

public void init()
Initialization method.