com.sun.xml.ws.encoding.policy
Class FastInfosetFeatureConfigurator

java.lang.Object
  extended by com.sun.xml.ws.encoding.policy.FastInfosetFeatureConfigurator
All Implemented Interfaces:
PolicyFeatureConfigurator

public class FastInfosetFeatureConfigurator
extends java.lang.Object
implements PolicyFeatureConfigurator

A configurator provider for FastInfoset policy assertions.


Field Summary
static javax.xml.namespace.QName enabled
           
 
Constructor Summary
FastInfosetFeatureConfigurator()
           
 
Method Summary
 java.util.Collection<WebServiceFeature> getFeatures(com.sun.xml.ws.policy.PolicyMapKey key, com.sun.xml.ws.policy.PolicyMap policyMap)
          Process FastInfoset policy assertions.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

enabled

public static final javax.xml.namespace.QName enabled
Constructor Detail

FastInfosetFeatureConfigurator

public FastInfosetFeatureConfigurator()
Method Detail

getFeatures

public java.util.Collection<WebServiceFeature> getFeatures(com.sun.xml.ws.policy.PolicyMapKey key,
                                                           com.sun.xml.ws.policy.PolicyMap policyMap)
                                                    throws com.sun.xml.ws.policy.PolicyException
Process FastInfoset policy assertions.

Specified by:
getFeatures in interface PolicyFeatureConfigurator
Parameters:
key - Key to identify the endpoint scope.
policyMap - the policy map.
Returns:
A list of features that correspond to the policy identified by the policy map key. May be empty but not null.
Throws:
com.sun.xml.ws.policy.PolicyException - If retrieving the policy triggered an exception.


Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.