com.sun.xml.ws.security.opt.impl.enc
Class EncryptionProcessor

java.lang.Object
  extended by com.sun.xml.ws.security.opt.impl.enc.EncryptionProcessor

public class EncryptionProcessor
extends Object


Constructor Summary
EncryptionProcessor()
          Creates a new instance of EncryptionProcessor
 
Method Summary
 void process(JAXBFilterProcessingContext context)
          performs encryption
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EncryptionProcessor

public EncryptionProcessor()
Creates a new instance of EncryptionProcessor

Method Detail

process

public void process(JAXBFilterProcessingContext context)
             throws XWSSecurityException
performs encryption

Parameters:
context - JAXBFilterProcessingContext
Throws:
XWSSecurityException


Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.