Class ReferenceListProcessor
- java.lang.Object
-
- com.sun.xml.ws.security.opt.impl.incoming.processor.ReferenceListProcessor
-
public class ReferenceListProcessor extends Object
- Author:
- K.Venugopal@sun.com
-
-
Constructor Summary
Constructors Constructor Description ReferenceListProcessor(EncryptionPolicy encPolicy)Creates a new instance of ReferenceListProcessor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean_exit(XMLStreamReader reader)ArrayList<String>getReferences()voidprocess(XMLStreamReader reader)processes the ReferenceList and sets the refList member
-
-
-
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
-
_exit
public boolean _exit(XMLStreamReader reader)
-
-