Uses of Class
com.sun.xml.ws.api.FeatureConstructor

Packages that use FeatureConstructor
com.sun.xml.ws.api.addressing   
com.sun.xml.ws.api.client   
com.sun.xml.ws.api.fastinfoset   
com.sun.xml.ws.developer JAX-WS RI vendor extension features that are available to the JAX-WS RI users. 
com.sun.xml.ws.developer.servlet   
com.sun.xml.ws.dump   
com.sun.xml.ws.runtime.config   
 

Uses of FeatureConstructor in com.sun.xml.ws.api.addressing
 

Constructors in com.sun.xml.ws.api.addressing with annotations of type FeatureConstructor
OneWayFeature(boolean enabled, WSEndpointReference replyTo, WSEndpointReference from, java.lang.String relatesTo)
          Create an OneWayFeature
 

Uses of FeatureConstructor in com.sun.xml.ws.api.client
 

Constructors in com.sun.xml.ws.api.client with annotations of type FeatureConstructor
SelectOptimalEncodingFeature(boolean enabled)
          Create a SelectOptimalEncodingFeature
 

Uses of FeatureConstructor in com.sun.xml.ws.api.fastinfoset
 

Constructors in com.sun.xml.ws.api.fastinfoset with annotations of type FeatureConstructor
FastInfosetFeature(boolean enabled)
          Create a FastInfosetFeature
 

Uses of FeatureConstructor in com.sun.xml.ws.developer
 

Constructors in com.sun.xml.ws.developer with annotations of type FeatureConstructor
MemberSubmissionAddressingFeature(boolean enabled, boolean required, MemberSubmissionAddressing.Validation validation)
          Create an MemberSubmissionAddressingFeature
SchemaValidationFeature(boolean inbound, boolean outbound, java.lang.Class<? extends ValidationErrorHandler> clazz)
           
SerializationFeature(java.lang.String encoding)
           
StatefulFeature()
          Create an StatefulFeature.
StreamingAttachmentFeature(java.lang.String dir, boolean parseEagerly, long memoryThreshold)
           
UsesJAXBContextFeature(java.lang.Class<? extends JAXBContextFactory> factoryClass)
          Creates UsesJAXBContextFeature.
 

Uses of FeatureConstructor in com.sun.xml.ws.developer.servlet
 

Constructors in com.sun.xml.ws.developer.servlet with annotations of type FeatureConstructor
HttpSessionScopeFeature()
           
 

Uses of FeatureConstructor in com.sun.xml.ws.dump
 

Constructors in com.sun.xml.ws.dump with annotations of type FeatureConstructor
MessageDumpingFeature(boolean enabled, java.lang.String msgLogRoot, java.lang.String msgLogLevel, boolean storeMessages)
           
 

Uses of FeatureConstructor in com.sun.xml.ws.runtime.config
 

Constructors in com.sun.xml.ws.runtime.config with annotations of type FeatureConstructor
TubelineFeature(boolean enabled)
           
 



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