com.sapportals.portal.prt.service.soap.processor
Interface ISOAPHeaderProcessor


public interface ISOAPHeaderProcessor

Interafce for all Header message Processor registered in SOAPServiceManager


Method Summary
 java.lang.String getNamespace()
          Get namespace of the processor
 IPRTSOAPHeader processHeader(IPRTSOAPHeader message)
          process the SOAPHeader of the message
 

Method Detail

getNamespace

public java.lang.String getNamespace()
Get namespace of the processor
Returns:
the namespace

processHeader

public IPRTSOAPHeader processHeader(IPRTSOAPHeader message)
process the SOAPHeader of the message
Parameters:
message - the message to process
Returns:
the translated header