com.sun.xml.ws.policy.config
Class PolicyFeatureReader

java.lang.Object
  extended by com.sun.xml.ws.policy.config.PolicyFeatureReader
All Implemented Interfaces:
FeatureReader

public class PolicyFeatureReader
extends Object
implements FeatureReader

Author:
Fabian Ritzmann

Field Summary
 
Fields inherited from interface com.sun.xml.ws.config.metro.dev.FeatureReader
ENABLED_ATTRIBUTE_NAME
 
Constructor Summary
PolicyFeatureReader()
           
 
Method Summary
 PolicyFeature parse(XMLEventReader reader)
          Parse an XML stream and return the corresponding WebServiceFeature instance.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PolicyFeatureReader

public PolicyFeatureReader()
Method Detail

parse

public PolicyFeature parse(XMLEventReader reader)
                    throws WebServiceException
Description copied from interface: FeatureReader
Parse an XML stream and return the corresponding WebServiceFeature instance.

Specified by:
parse in interface FeatureReader
Throws:
WebServiceException


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