Uses of Interface
com.sapportals.portal.prt.service.soap.webserviceconfig.description.IPortalWebServiceMethod

Packages that use IPortalWebServiceMethod
com.sapportals.portal.prt.service.soap.processor   
com.sapportals.portal.prt.service.soap.util   
com.sapportals.portal.prt.service.soap.webserviceconfig.description   
 

Uses of IPortalWebServiceMethod in com.sapportals.portal.prt.service.soap.processor
 

Methods in com.sapportals.portal.prt.service.soap.processor that return IPortalWebServiceMethod
 IPortalWebServiceMethod MethodContainer.getWebserviceMethod_config()
          Get the SOAP config attached to the current method
 

Methods in com.sapportals.portal.prt.service.soap.processor with parameters of type IPortalWebServiceMethod
 void MethodContainer.setWebserviceMethod_config(IPortalWebServiceMethod method)
          Set the SOAP config attached to the current method
 

Uses of IPortalWebServiceMethod in com.sapportals.portal.prt.service.soap.util
 

Methods in com.sapportals.portal.prt.service.soap.util that return IPortalWebServiceMethod
 IPortalWebServiceMethod IMessageDescriptor.getConfigMethod()
           
 

Methods in com.sapportals.portal.prt.service.soap.util with parameters of type IPortalWebServiceMethod
 void IMessageDescriptor.setConfigMethod(IPortalWebServiceMethod method)
           
 

Uses of IPortalWebServiceMethod in com.sapportals.portal.prt.service.soap.webserviceconfig.description
 

Methods in com.sapportals.portal.prt.service.soap.webserviceconfig.description that return IPortalWebServiceMethod
 IPortalWebServiceMethod IPortalWebService.createPortalWebServiceMethod(java.lang.String name)