com.sun.xml.ws.security.opt.impl.incoming.processor
Class ReferenceListProcessor

java.lang.Object
  extended by com.sun.xml.ws.security.opt.impl.incoming.processor.ReferenceListProcessor

public class ReferenceListProcessor
extends Object

Author:
K.Venugopal@sun.com

Constructor Summary
ReferenceListProcessor(EncryptionPolicy encPolicy)
          Creates a new instance of ReferenceListProcessor
 
Method Summary
 boolean _exit(XMLStreamReader reader)
           
 ArrayList<String> getReferences()
           
 void process(XMLStreamReader reader)
          processes the ReferenceList and sets the refList member
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReferenceListProcessor

public ReferenceListProcessor(EncryptionPolicy encPolicy)
Creates a new instance of ReferenceListProcessor

Method Detail

process

public void process(XMLStreamReader reader)
             throws XMLStreamException
processes the ReferenceList and sets the refList member

Parameters:
reader - XMLStreamReader
Throws:
XMLStreamException

getReferences

public ArrayList<String> getReferences()

_exit

public boolean _exit(XMLStreamReader reader)


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