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

Packages that use RolePlayer
org.apache.axiom.soap   
org.apache.axiom.soap.impl.dom   
org.apache.axiom.soap.impl.llom   
 

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.

 

Uses of RolePlayer in org.apache.axiom.soap.impl.dom
 

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

Uses of RolePlayer in org.apache.axiom.soap.impl.llom
 

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



Copyright © 2004-2009 The Apache Software Foundation. All Rights Reserved.