org.apache.ws.security.policy.parser.processors
Class SignedPartsElementsProcessor

java.lang.Object
  extended byorg.apache.ws.security.policy.parser.processors.SignedPartsElementsProcessor

public class SignedPartsElementsProcessor
extends java.lang.Object

Author:
Werner Dittmann (werner@apache.org)

Constructor Summary
SignedPartsElementsProcessor()
           
 
Method Summary
 java.lang.Object doBody(SecurityProcessorContext spc)
           
 java.lang.Object doHeader(SecurityProcessorContext spc)
           
 java.lang.Object doSignedElements(SecurityProcessorContext spc)
           
 java.lang.Object doSignedParts(SecurityProcessorContext spc)
           
 java.lang.Object doXPath(SecurityProcessorContext spc)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SignedPartsElementsProcessor

public SignedPartsElementsProcessor()
Method Detail

doSignedParts

public java.lang.Object doSignedParts(SecurityProcessorContext spc)

doSignedElements

public java.lang.Object doSignedElements(SecurityProcessorContext spc)

doBody

public java.lang.Object doBody(SecurityProcessorContext spc)

doHeader

public java.lang.Object doHeader(SecurityProcessorContext spc)

doXPath

public java.lang.Object doXPath(SecurityProcessorContext spc)


Copyright © 2004-2008 Apache Web Services. All Rights Reserved.