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

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

public class EncryptedPartsElementsProcessor
extends java.lang.Object

Author:
Werner Dittmann (werner@apache.org)

Constructor Summary
EncryptedPartsElementsProcessor()
           
 
Method Summary
 java.lang.Object doBody(SecurityProcessorContext spc)
           
 java.lang.Object doEncryptedElements(SecurityProcessorContext spc)
           
 java.lang.Object doEncryptedParts(SecurityProcessorContext spc)
           
 java.lang.Object doHeader(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

EncryptedPartsElementsProcessor

public EncryptedPartsElementsProcessor()
Method Detail

doEncryptedParts

public java.lang.Object doEncryptedParts(SecurityProcessorContext spc)

doEncryptedElements

public java.lang.Object doEncryptedElements(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.