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.api.transport.tcp   
com.sun.xml.ws.api.tx.at WS-AT API classes 
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.policy.config   
com.sun.xml.ws.runtime.config   
com.sun.xml.ws.rx.mc.api   
com.sun.xml.ws.rx.rm.api   
com.sun.xml.ws.rx.testing   
com.sun.xml.ws.security.trust   
 

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, 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.api.transport.tcp
 

Constructors in com.sun.xml.ws.api.transport.tcp with annotations of type FeatureConstructor
SelectOptimalTransportFeature(boolean enabled)
          This constructor is here to satisfy JAX-WS specification requirements
SelectOptimalTransportFeature(boolean enabled, SelectOptimalTransportFeature.Transport transport)
           
TcpTransportFeature(boolean enabled)
          This constructor is here to satisfy JAX-WS specification requirements
 

Uses of FeatureConstructor in com.sun.xml.ws.api.tx.at
 

Constructors in com.sun.xml.ws.api.tx.at with annotations of type FeatureConstructor
TransactionalFeature(boolean enabled, Transactional.TransactionFlowType value, Transactional.Version version)
           
 

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, Class<? extends ValidationErrorHandler> clazz)
           
SerializationFeature(String encoding)
           
StatefulFeature()
          Create an StatefulFeature.
StreamingAttachmentFeature(String dir, boolean parseEagerly, long memoryThreshold)
           
UsesJAXBContextFeature(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, String msgLogRoot, String msgLogLevel, boolean storeMessages)
           
 

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

Constructors in com.sun.xml.ws.policy.config with annotations of type FeatureConstructor
PolicyFeature(PolicyMap policyMap)
           
 

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)
           
 

Uses of FeatureConstructor in com.sun.xml.ws.rx.mc.api
 

Constructors in com.sun.xml.ws.rx.mc.api with annotations of type FeatureConstructor
MakeConnectionSupportedFeature(boolean enabled)
          This constructor is here to satisfy JAX-WS specification requirements
 

Uses of FeatureConstructor in com.sun.xml.ws.rx.rm.api
 

Constructors in com.sun.xml.ws.rx.rm.api with annotations of type FeatureConstructor
ReliableMessagingFeature(boolean enabled, RmProtocolVersion version, long inactivityTimeout, long bufferQuota, boolean orderedDelivery, ReliableMessagingFeature.DeliveryAssurance deliveryAssurance, ReliableMessagingFeature.SecurityBinding securityBinding, boolean persistenceEnabled, long sequenceManagerMaintenancePeriod, long maxConcurrentSessions)
           
 

Uses of FeatureConstructor in com.sun.xml.ws.rx.testing
 

Constructors in com.sun.xml.ws.rx.testing with annotations of type FeatureConstructor
PacketFilteringFeature(boolean enabled, Class<? extends PacketFilter>... filterClasses)
           
 

Uses of FeatureConstructor in com.sun.xml.ws.security.trust
 

Constructors in com.sun.xml.ws.security.trust with annotations of type FeatureConstructor
STSIssuedTokenFeature(STSIssuedTokenConfiguration stsIssuedTokenConfig)
           
 



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