com.sun.xml.ws.policy

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » 6.0 JDK Modules com.sun » wsit » com.sun.xml.ws.policy 
com.sun.xml.ws.policy
The root package of public policy API.
Java Source File NameTypeComment
AbstractPolicyApiClassTestBase.javaClass
AssertionSet.javaClass The AssertionSet is a set of assertions.
AssertionSetTest.javaClass
AssertionValidationProcessor.javaClass Singleton class that provides method for assertion validation.
ComplexAssertion.javaClass Complex assertion is an abstract class that serves as a base class for any assertion that MAY contain nested policies.
ComplexAssertionTest.javaClass
EffectiveAlternativeSelector.javaClass Contains static methods for policy alternative selection.
EffectiveAlternativeSelectorTest.javaClass
EffectivePolicyModifier.javaClass The class serves as a policy map mutator that allows for replacement of current effective policies stored in the policy map with new effective policy provided by the mutator user.
NestedPolicy.javaClass A special policy implementation that assures that only no or single policy alternative is possible within this type of policy.
package-info.java
Policy.javaClass A policy represents normalized policy as a wrapper of available policy alternatives represented by child AssertionSet AssertionSets .
PolicyAssertion.javaClass Base class for any policy assertion implementations.
PolicyAssertionTest.javaClass
PolicyConstants.javaClass
PolicyException.javaClass
PolicyIntersector.javaClass The instance of this class is intended to provide policy intersection mechanism.
PolicyIntersectorTest.javaClass
PolicyMap.javaClass A PolicyMap holds all policies for a scope. This map is modeled around WSDL 1.1 policy scopes according to WS-PolicyAttachment.
PolicyMapExtender.javaClass
PolicyMapKey.javaClass This class provides implementation of PolicyMapKey interface to be used in connection with PolicyMap . Instances of the class are created by a call to one of PolicyMap createWsdlXXXPolicyMapKey(...) methods.

The class wraps scope information and adds a package setter method to allow injection of actual equality comparator/tester.

PolicyMapKeyHandler.javaInterface This interface defines method that is used to handle actual equality comparison and hash code generation for PolicyMapKey object.

The different implementations of this interface may allow different strategies to be applied for operations mentioned above.

PolicyMapMutator.javaClass The class serves as a base for specific policy map mutator implementations.
PolicyMapTest.javaClass
PolicyMerger.javaClass Merge policies and return the effective policy.
PolicyMergerTest.javaClass
PolicyScope.javaClass
PolicyScopeTest.javaClass
PolicySubject.javaClass A PolicySubject is an entity (e.g., a port, operation, binding, service) with which a policy can be associated.
PolicySubjectTest.javaClass
PolicyTest.javaClass
SimpleAssertion.javaClass Simple assertion is an abstract class that serves as a base class for any assertion that MAY NOT contain nested policies.
SimpleAssertionTest.javaClass
www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.