Uses of Interface
org.apache.axiom.soap.RolePlayer

Packages that use RolePlayer
org.apache.axiom.soap   
 

Uses of RolePlayer in org.apache.axiom.soap
 

Methods in org.apache.axiom.soap with parameters of type RolePlayer
 java.util.Iterator SOAPHeader.getHeadersToProcess(RolePlayer rolePlayer)
          Get the appropriate set of headers for a RolePlayer.
 java.util.Iterator SOAPHeader.getHeadersToProcess(RolePlayer rolePlayer, java.lang.String namespace)
          Get the appropriate set of headers for a RolePlayer in a particular namespace

The RolePlayer indicates whether it is the ultimate destination (in which case headers with no role or the explicit UltimateDestination role will be included), and any non-standard roles it supports.