Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.1.2)

Part Number E27170-01

Uses of Class
weblogic.jws.Policy.Direction

Packages that use Policy.Direction
weblogic.jws Provides annotations and enumerations used for developing WebLogic Web Services. 
weblogic.jws.jaxws Provides the classes necessary to allow a client to override effective policy defined for service. 
 

Uses of Policy.Direction in weblogic.jws
 

Methods in weblogic.jws that return Policy.Direction
static Policy.Direction Policy.Direction.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Policy.Direction[] Policy.Direction.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Uses of Policy.Direction in weblogic.jws.jaxws
 

Methods in weblogic.jws.jaxws that return Policy.Direction
 Policy.Direction PolicyFeature.getDirection()
           
 

Constructors in weblogic.jws.jaxws with parameters of type Policy.Direction
PolicyFeature(String uri, Policy.Direction direction)
           
PolicyFeature(String uri, Policy.Direction direction, boolean attachToWsdl)
           
PolicyFeature(boolean enabled, String uri, Policy.Direction direction, boolean attachToWsdl)
           
 


Copyright 1996, 2013, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.

Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.1.2)

Part Number E27170-01