Uses of Interface
com.sapportals.portal.prt.service.soap.processor.ISOAPServiceProcessor

Packages that use ISOAPServiceProcessor
com.sapportals.portal.prt.service.soap   
com.sapportals.portal.prt.service.soap.processor   
 

Uses of ISOAPServiceProcessor in com.sapportals.portal.prt.service.soap
 

Methods in com.sapportals.portal.prt.service.soap that return ISOAPServiceProcessor
 ISOAPServiceProcessor ISOAPService.registerSOAPServiceProcessor(java.lang.String key, ISOAPServiceProcessor processor)
          register the given processor in the list of SOAP Message processor
 ISOAPServiceProcessor ISOAPService.unregisterSOAPServiceProcessor(java.lang.String key)
          unregister the specified processor in the list of SOAP Message processor
 

Methods in com.sapportals.portal.prt.service.soap with parameters of type ISOAPServiceProcessor
 ISOAPServiceProcessor ISOAPService.registerSOAPServiceProcessor(java.lang.String key, ISOAPServiceProcessor processor)
          register the given processor in the list of SOAP Message processor
 

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

Classes in com.sapportals.portal.prt.service.soap.processor that implement ISOAPServiceProcessor
 class SOAPAbstractProcessor