Java Doc for AxisDescription.java in  » Web-Services-AXIS2 » kernal » org » apache » axis2 » description » Java Source Code / Java DocumentationJava Source Code and Java Documentation

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 » Web Services AXIS2 » kernal » org.apache.axis2.description 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   org.apache.axis2.description.AxisDescription

All known Subclasses:   org.apache.axis2.description.AxisEndpoint,  org.apache.axis2.description.AxisBindingOperation,  org.apache.axis2.description.AxisBindingMessage,  org.apache.axis2.description.AxisServiceGroup,  org.apache.axis2.description.AxisOperation,  org.apache.axis2.description.AxisService,  org.apache.axis2.description.AxisMessage,  org.apache.axis2.engine.AxisConfiguration,  org.apache.axis2.description.AxisBinding,
AxisDescription
abstract public class AxisDescription implements ParameterInclude,DescriptionConstants(Code)


Field Summary
static  CollectionNULL_MODULES
    
protected  MapengagedModules
    
protected  AxisDescriptionparent
    

Constructor Summary
public  AxisDescription()
    

Method Summary
public  voidaddChild(AxisDescription child)
    
public  voidaddChild(Object key, AxisDescription child)
    
public  voidaddParameter(Parameter param)
    
public  voidaddParameter(String name, Object value)
    
public  voidapplyPolicy(Policy policy)
     This method sets the policy as the default of this AxisDescription instance.
public  voidapplyPolicy()
     Applies the policies on the Description Hierarchy recursively.
public  voiddeserializeParameters(OMElement parameterElement)
    
public  voiddisengageModule(AxisModule module)
    
public  voidengageModule(AxisModule axisModule)
    
public  voidengageModule(AxisModule axisModule, AxisDescription source)
     Engage a Module at this level, keeping track of which level the engage was originally called from.
public  AxisConfigurationgetAxisConfiguration()
    
public  AxisDescriptiongetChild(Object key)
    
public  IteratorgetChildren()
    
public  StringgetDocumentation()
    
public  CollectiongetEngagedModules()
    
abstract public  ObjectgetKey()
    
public  ParametergetParameter(String name)
    
public  ObjectgetParameterValue(String name)
    
public  ArrayListgetParameters()
    
public  AxisDescriptiongetParent()
    
public  PolicyIncludegetPolicyInclude()
    
public  booleanisEngaged(String moduleName)
     Check if a given module is engaged at this level.
Parameters:
  moduleName - module to investigate.
public  booleanisEngaged(AxisModule axisModule)
    
public  booleanisParameterLocked(String parameterName)
    
public  booleanisParameterTrue(String name)
    
protected  voidonDisengage(AxisModule module)
    
protected  voidonEngage(AxisModule module, AxisDescription engager)
    
public  voidremoveChild(Object key)
    
public  voidremoveParameter(Parameter param)
    
public  voidsetDocumentation(String documentation)
    
public  voidsetParent(AxisDescription parent)
    
public  voidsetPolicyInclude(PolicyInclude policyInclude)
    

Field Detail
NULL_MODULES
static Collection NULL_MODULES(Code)



engagedModules
protected Map engagedModules(Code)



parent
protected AxisDescription parent(Code)




Constructor Detail
AxisDescription
public AxisDescription()(Code)




Method Detail
addChild
public void addChild(AxisDescription child)(Code)



addChild
public void addChild(Object key, AxisDescription child)(Code)



addParameter
public void addParameter(Parameter param) throws AxisFault(Code)



addParameter
public void addParameter(String name, Object value) throws AxisFault(Code)



applyPolicy
public void applyPolicy(Policy policy) throws AxisFault(Code)
This method sets the policy as the default of this AxisDescription instance. Further more this method does the followings.

(1) Engage whatever modules necessary to execute new the effective policy of this AxisDescription instance. (2) Disengage whatever modules that are not necessary to execute the new effective policy of this AxisDescription instance. (3) Check whether each module can execute the new effective policy of this AxisDescription instance. (4) If not throw an AxisFault to notify the user. (5) Else notify each module about the new effective policy.
Parameters:
  policy - the new policy of this AxisDescription instance. The effectivepolicy is the merge of this argument with effective policy ofparent of this AxisDescription.
throws:
  AxisFault - if any module is unable to execute the effective policy ofthis AxisDescription instance successfully or no module toexecute some portion (one or more PrimtiveAssertions ) ofthat effective policy.




applyPolicy
public void applyPolicy() throws AxisFault(Code)
Applies the policies on the Description Hierarchy recursively.
throws:
  AxisFault - an error occurred applying the policy



deserializeParameters
public void deserializeParameters(OMElement parameterElement) throws AxisFault(Code)



disengageModule
public void disengageModule(AxisModule module) throws AxisFault(Code)



engageModule
public void engageModule(AxisModule axisModule) throws AxisFault(Code)
Engage a Module at this level
Parameters:
  axisModule - the Module to engage
throws:
  AxisFault - if there's a problem engaging



engageModule
public void engageModule(AxisModule axisModule, AxisDescription source) throws AxisFault(Code)
Engage a Module at this level, keeping track of which level the engage was originally called from. This is meant for internal use only.
Parameters:
  axisModule - module to engage
Parameters:
  source - the AxisDescription which originally called engageModule()
throws:
  AxisFault - if there's a problem engaging



getAxisConfiguration
public AxisConfiguration getAxisConfiguration()(Code)



getChild
public AxisDescription getChild(Object key)(Code)



getChildren
public Iterator getChildren()(Code)



getDocumentation
public String getDocumentation()(Code)



getEngagedModules
public Collection getEngagedModules()(Code)



getKey
abstract public Object getKey()(Code)



getParameter
public Parameter getParameter(String name)(Code)
If the parameter found in the current decription then the paremeter will be writable else it will be read only
Parameters:
  name -



getParameterValue
public Object getParameterValue(String name)(Code)



getParameters
public ArrayList getParameters()(Code)



getParent
public AxisDescription getParent()(Code)



getPolicyInclude
public PolicyInclude getPolicyInclude()(Code)



isEngaged
public boolean isEngaged(String moduleName)(Code)
Check if a given module is engaged at this level.
Parameters:
  moduleName - module to investigate. true if engaged, false if not.TODO: Handle versions? isEngaged("addressing") should be true even for versioned modulename...



isEngaged
public boolean isEngaged(AxisModule axisModule)(Code)



isParameterLocked
public boolean isParameterLocked(String parameterName)(Code)



isParameterTrue
public boolean isParameterTrue(String name)(Code)



onDisengage
protected void onDisengage(AxisModule module) throws AxisFault(Code)



onEngage
protected void onEngage(AxisModule module, AxisDescription engager) throws AxisFault(Code)



removeChild
public void removeChild(Object key)(Code)



removeParameter
public void removeParameter(Parameter param) throws AxisFault(Code)



setDocumentation
public void setDocumentation(String documentation)(Code)



setParent
public void setParent(AxisDescription parent)(Code)



setPolicyInclude
public void setPolicyInclude(PolicyInclude policyInclude)(Code)



Methods inherited from java.lang.Object
native protected Object clone() throws CloneNotSupportedException(Code)(Java Doc)
public boolean equals(Object obj)(Code)(Java Doc)
protected void finalize() throws Throwable(Code)(Java Doc)
final native public Class getClass()(Code)(Java Doc)
native public int hashCode()(Code)(Java Doc)
final native public void notify()(Code)(Java Doc)
final native public void notifyAll()(Code)(Java Doc)
public String toString()(Code)(Java Doc)
final native public void wait(long timeout) throws InterruptedException(Code)(Java Doc)
final public void wait(long timeout, int nanos) throws InterruptedException(Code)(Java Doc)
final public void wait() throws InterruptedException(Code)(Java Doc)

www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.