Uses of Interface
org.apache.ws.resource.handler.SoapMethodNameMap

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

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

Classes in org.apache.ws.resource.handler that implement SoapMethodNameMap
 class AbstractSoapMethodNameMap
          LOG-DONE Abstract class to provide default underlying behaviour for the SOAPMethodNameMap.
 class DefaultMethodMap
          Maps message-part element QNames from spec WSDLs to Java method names.
 class ServiceSoapMethodNameMap
          LOG-DONE
 class WsddSoapMethodNameMap
           
 

Fields in org.apache.ws.resource.handler declared as SoapMethodNameMap
(package private)  SoapMethodNameMap AbstractSoapMethodNameMap.m_parent
          The Parent SoapMethodNameMap.
 

Methods in org.apache.ws.resource.handler that return SoapMethodNameMap
 SoapMethodNameMap WsrfService.getMethodNameMap()
          Returns the SoapMethodNameMap for the Service, to determine which method to invoke for an incoming request.
 SoapMethodNameMap WsddSoapMethodNameMap.getParent()
          DOCUMENT_ME
 SoapMethodNameMap SoapMethodNameMap.getParent()
          DOCUMENT_ME
 SoapMethodNameMap DefaultMethodMap.getParent()
          DOCUMENT_ME
 SoapMethodNameMap AbstractSoapMethodNameMap.getParent()
          Returns the parent SoapMethodNameMap
 

Methods in org.apache.ws.resource.handler with parameters of type SoapMethodNameMap
 void SoapMethodNameMap.setParent(SoapMethodNameMap parent)
          DOCUMENT_ME
 void AbstractSoapMethodNameMap.setParent(SoapMethodNameMap parent)
          Sets the parent SoapMethodNameMap to be searched.
 

Constructors in org.apache.ws.resource.handler with parameters of type SoapMethodNameMap
DefaultMethodMap(SoapMethodNameMap parent)
          Creates a new DefaultMethodMap object.
 



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