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


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

AxisConfiguration
public class AxisConfiguration extends AxisDescription (Code)
Class AxisConfiguration


Field Summary
protected  PhasesInfophasesinfo
    

Constructor Summary
public  AxisConfiguration()
     Constructor AxisConfiguration.

Method Summary
public  voidaddDataLocator(String dialect, AxisDataLocator dataLocator)
     For internal used only! To store instance of DataLocator when it is first loaded.
public  voidaddDataLocatorClassNames(String dialect, String classname)
     Allows to define/configure Data Locator for specified dialect at Axis 2 Configuration.
public  voidaddDefaultModuleVersion(String moduleName, String moduleVersion)
     Adds a default module version, which can be done either programmatically or by using axis2.xml.
public  voidaddGlobalModuleRef(String moduleName)
     Add an AxisModule to the list of globally deployed modules.
public  voidaddLocalPolicyAssertion(QName name)
    
public  voidaddMessageBuilder(String contentType, Builder messageBuilder)
     Register a messageBuilder implementation against a content type. This is used by Axis2 to support different message formats.
Parameters:
  contentType - the relevant content-type (i.e.
public  voidaddMessageFormatter(String contentType, MessageFormatter messageFormatter)
     Register a messageFormatter implementation against a content type. This is used by Axis2 to support serialization of messages to different message formats.
public  voidaddMessageReceiver(String mepURL, MessageReceiver messageReceiver)
    
public  voidaddModule(AxisModule module)
    
public  voidaddModuleConfig(ModuleConfiguration moduleConfiguration)
     Adds module configuration, if there is a moduleConfig tag in service.
public  voidaddObservers(AxisObserver axisObserver)
    
public synchronized  voidaddService(AxisService service)
     Method addService.
public synchronized  voidaddServiceGroup(AxisServiceGroup axisServiceGroup)
    
public  voidaddTargetResolver(TargetResolver tr)
    
public  voidaddToAllServicesMap(AxisService axisService)
    
public  voidaddTransportIn(TransportInDescription transport)
     Method addTransportIn.
public  voidaddTransportOut(TransportOutDescription transport)
     Method addTransportOut.
public  voidcleanup()
    
public  voiddeployModule(String moduleFileName)
    
public  voidengageGlobalModules()
     Engage all the previously added global modules.
public  voidengageModule(QName moduleref)
     Engages the default module version corresponding to the given module name, or if the module name contains version number in it then it will engage the correct module.
public  voidengageModule(String moduleref)
     Engages the default module version corresponding to given module name , or if the module name contains version number in it then it will engage the correct module.
public  voidengageModule(String moduleName, String versionID)
     Engages a module using given name and its version ID.
public  ClusterManagergetClusterManager()
    
public  AxisConfiguratorgetConfigurator()
    
public  AxisDataLocatorgetDataLocator(String dialect)
     Return DataLocator instance for specified dialect.
public  StringgetDataLocatorClassName(String dialect)
     Return classname of DataLocator configured for specified dialect.
public  AxisModulegetDefaultModule(String moduleName)
    
public  StringgetDefaultModuleVersion(String moduleName)
    
public  HashtablegetFaultyModules()
    
public  HashtablegetFaultyServices()
    
public  ListgetGlobalModules()
     Get a list of the global modules the global module list.
public  ArrayListgetInFaultFlowPhases()
    
public  ArrayListgetInFlowPhases()
    
public  ObjectgetKey()
    
public  ListgetLocalPolicyAssertions()
    
public  BuildergetMessageBuilder(String contentType)
    
public  MessageFormattergetMessageFormatter(String contentType)
    
public  MessageReceivergetMessageReceiver(String mepURL)
    
public  AxisModulegetModule(String name)
     Method getModule.
public  AxisModulegetModule(String moduleName, String moduleVersion)
    
public  ClassLoadergetModuleClassLoader()
    
public  ModuleConfigurationgetModuleConfig(String moduleName)
    
public  HashMapgetModules()
    
public  ListgetModulesForPolicyNamesapce(String namesapce)
    
public  ArrayListgetObserversList()
    
public  ArrayListgetOutFaultFlowPhases()
    
public  ArrayListgetOutFlowPhases()
    
public  PhasesInfogetPhasesInfo()
    
public  URLgetRepository()
    
public  AxisServicegetService(String name)
     Method getService.
public  ClassLoadergetServiceClassLoader()
    
public  AxisServicegetServiceForActivation(String serviceName)
     Service can start and stop, once stopped it cannot be accessed, so we need a way to get the service even if service is not active.
public  AxisServiceGroupgetServiceGroup(String serviceNameAndGroupString)
    
public  IteratorgetServiceGroups()
    
public  HashMapgetServices()
    
public  ClassLoadergetSystemClassLoader()
    
public  TargetResolvergetTargetResolverChain()
     getTargetResolverChain returns an instance of TargetResolver which iterates over the registered TargetResolvers, calling each one in turn when resolveTarget is called.
public  TransportInDescriptiongetTransportIn(String name)
    
public  TransportOutDescriptiongetTransportOut(String name)
    
public  HashMapgetTransportsIn()
    
public  HashMapgetTransportsOut()
    
public  booleanisAssertionLocal(QName name)
    
public  booleanisEngaged(String moduleId)
    
public  booleanisEngaged(AxisModule axisModule)
    
public  booleanisStart()
    
public  voidnotifyObservers(int event_type, AxisService service)
    
public  voidnotifyObservers(int event_type, AxisModule moule)
    
public  voidnotifyObservers(int event_type, AxisServiceGroup serviceGroup)
    
public  voidonDisengage(AxisModule module)
     To dis-engage a module from the system.
public  voidonEngage(AxisModule module, AxisDescription engager)
    
public  voidregisterLocalPolicyAssertions(AxisModule axisModule)
    
public  voidregisterModulePolicySupport(AxisModule axisModule)
    
public  voidremoveFaultyService(String key)
    
public  voidremoveLocalPolicyAssertion(QName name)
    
public  voidremoveModule(String module)
    
public  voidremoveModule(String moduleName, String moduleVersion)
    
public synchronized  voidremoveService(String name)
     Method removeService.
public  AxisServiceGroupremoveServiceGroup(String serviceGroupName)
    
public  voidsetClusterManager(ClusterManager clusterManager)
    
public  voidsetConfigurator(AxisConfigurator configurator)
    
public  voidsetGlobalOutPhase(ArrayList outPhases)
    
public  voidsetInFaultPhases(ArrayList list)
    
public  voidsetInPhasesUptoAndIncludingPostDispatch(ArrayList inPhasesUptoAndIncludingPostDispatch)
    
public  voidsetModuleClassLoader(ClassLoader classLoader)
    
public  voidsetOutFaultPhases(ArrayList list)
    
public  voidsetPhasesInfo(PhasesInfo phasesInfo)
    
public  voidsetRepository(URL axis2Repository)
    
public  voidsetServiceClassLoader(ClassLoader classLoader)
    
public  voidsetStart(boolean start)
    
public  voidsetSystemClassLoader(ClassLoader classLoader)
    
public  voidstartService(String serviceName)
    
public  voidstopService(String serviceName)
    
public  voidvalidateSystemPredefinedPhases()
     Checks whether the system pre-defined phases for all the flows, have been changed.

Field Detail
phasesinfo
protected PhasesInfo phasesinfo(Code)




Constructor Detail
AxisConfiguration
public AxisConfiguration()(Code)
Constructor AxisConfiguration.




Method Detail
addDataLocator
public void addDataLocator(String dialect, AxisDataLocator dataLocator)(Code)
For internal used only! To store instance of DataLocator when it is first loaded. This allows to reuse of the DataLocator after it is initially loaded. dialect- an absolute URI represents the format and version of data
Parameters:
  dataLocator - - specified an DataLocator instance to support retrievalof the specified dialect.



addDataLocatorClassNames
public void addDataLocatorClassNames(String dialect, String classname)(Code)
Allows to define/configure Data Locator for specified dialect at Axis 2 Configuration. dialect- an absolute URI represents the format and version of data
Parameters:
  classname - - class name of the Data Locator configured to support retrievalfor the specified dialect.



addDefaultModuleVersion
public void addDefaultModuleVersion(String moduleName, String moduleVersion)(Code)
Adds a default module version, which can be done either programmatically or by using axis2.xml. The default module version is important if user asks to engage a module without given version ID, in which case, the default version is engaged.
Parameters:
  moduleName -
Parameters:
  moduleVersion -



addGlobalModuleRef
public void addGlobalModuleRef(String moduleName)(Code)
Add an AxisModule to the list of globally deployed modules.

TODO: should this check for duplicate names?
Parameters:
  moduleName - name of AxisModule to add to list.




addLocalPolicyAssertion
public void addLocalPolicyAssertion(QName name)(Code)



addMessageBuilder
public void addMessageBuilder(String contentType, Builder messageBuilder)(Code)
Register a messageBuilder implementation against a content type. This is used by Axis2 to support different message formats.
Parameters:
  contentType - the relevant content-type (i.e. "text/xml")
Parameters:
  messageBuilder - a Builder implementation



addMessageFormatter
public void addMessageFormatter(String contentType, MessageFormatter messageFormatter)(Code)
Register a messageFormatter implementation against a content type. This is used by Axis2 to support serialization of messages to different message formats. (Eg: JSON)
Parameters:
  contentType - the relevant content-type (i.e. "text/xml")
Parameters:
  messageFormatter - a MessageFormatter implementation



addMessageReceiver
public void addMessageReceiver(String mepURL, MessageReceiver messageReceiver)(Code)



addModule
public void addModule(AxisModule module) throws AxisFault(Code)
Add an available Module to this configuration
Parameters:
  module - an AxisModule
throws:
  AxisFault - in case of error



addModuleConfig
public void addModuleConfig(ModuleConfiguration moduleConfiguration)(Code)
Adds module configuration, if there is a moduleConfig tag in service.
Parameters:
  moduleConfiguration - a ModuleConfiguration to remember



addObservers
public void addObservers(AxisObserver axisObserver)(Code)



addService
public synchronized void addService(AxisService service) throws AxisFault(Code)
Method addService.
Parameters:
  service -
throws:
  AxisFault -



addServiceGroup
public synchronized void addServiceGroup(AxisServiceGroup axisServiceGroup) throws AxisFault(Code)



addTargetResolver
public void addTargetResolver(TargetResolver tr)(Code)



addToAllServicesMap
public void addToAllServicesMap(AxisService axisService) throws AxisFault(Code)



addTransportIn
public void addTransportIn(TransportInDescription transport) throws AxisFault(Code)
Method addTransportIn.
Parameters:
  transport -
throws:
  AxisFault -



addTransportOut
public void addTransportOut(TransportOutDescription transport) throws AxisFault(Code)
Method addTransportOut.
Parameters:
  transport -
throws:
  AxisFault -



cleanup
public void cleanup()(Code)



deployModule
public void deployModule(String moduleFileName) throws DeploymentException(Code)



engageGlobalModules
public void engageGlobalModules() throws AxisFault(Code)
Engage all the previously added global modules.
throws:
  AxisFault - if an individual engageModule() fails



engageModule
public void engageModule(QName moduleref) throws AxisFault(Code)
Engages the default module version corresponding to the given module name, or if the module name contains version number in it then it will engage the correct module. Both the below cases are valid : - 1. engageModule("addressing"); 2. engageModule("addressing-1.23");
Parameters:
  moduleref - QName of module to engage
throws:
  AxisFault -



engageModule
public void engageModule(String moduleref) throws AxisFault(Code)
Engages the default module version corresponding to given module name , or if the module name contains version number in it then it will engage the correct module. Both of the below two cases are valid 1. engageModule("addressing"); 2. engageModule("addressing-1.23");
Parameters:
  moduleref - name of module to engage
throws:
  AxisFault -



engageModule
public void engageModule(String moduleName, String versionID) throws AxisFault(Code)
Engages a module using given name and its version ID.
Parameters:
  moduleName -
Parameters:
  versionID -
throws:
  AxisFault -



getClusterManager
public ClusterManager getClusterManager()(Code)



getConfigurator
public AxisConfigurator getConfigurator()(Code)



getDataLocator
public AxisDataLocator getDataLocator(String dialect)(Code)
Return DataLocator instance for specified dialect.



getDataLocatorClassName
public String getDataLocatorClassName(String dialect)(Code)
Return classname of DataLocator configured for specified dialect.



getDefaultModule
public AxisModule getDefaultModule(String moduleName)(Code)



getDefaultModuleVersion
public String getDefaultModuleVersion(String moduleName)(Code)



getFaultyModules
public Hashtable getFaultyModules()(Code)



getFaultyServices
public Hashtable getFaultyServices()(Code)



getGlobalModules
public List getGlobalModules()(Code)
Get a list of the global modules the global module list. BE CAREFUL, this list is mutable.



getInFaultFlowPhases
public ArrayList getInFaultFlowPhases()(Code)
Returns ArrayList.



getInFlowPhases
public ArrayList getInFlowPhases()(Code)



getKey
public Object getKey()(Code)



getLocalPolicyAssertions
public List getLocalPolicyAssertions()(Code)



getMessageBuilder
public Builder getMessageBuilder(String contentType)(Code)

Parameters:
  contentType - the configured message builder implementation class name againstthe given content type.



getMessageFormatter
public MessageFormatter getMessageFormatter(String contentType)(Code)

Parameters:
  contentType - the configured message formatter implementation class nameagainst the given content type.



getMessageReceiver
public MessageReceiver getMessageReceiver(String mepURL)(Code)



getModule
public AxisModule getModule(String name)(Code)
Method getModule. First it will check whether the given module is there in the hashMap, if so returns that and the name, which can be either with version string or without version string.

If its not found and the name does not contain the version string in it then checks whether the default version of the module is available in the sytem for the given name, then returns that.
Parameters:
  name - Returns ModuleDescription.




getModule
public AxisModule getModule(String moduleName, String moduleVersion)(Code)
Return the module having name=moduleName & version=moduleVersion
Parameters:
  moduleName - The module name
Parameters:
  moduleVersion - The version of the module The AxisModule having name=moduleName & version=moduleVersion



getModuleClassLoader
public ClassLoader getModuleClassLoader()(Code)
The class loader that becomes the parent of all the modules



getModuleConfig
public ModuleConfiguration getModuleConfig(String moduleName)(Code)



getModules
public HashMap getModules()(Code)
Returns HashMap.



getModulesForPolicyNamesapce
public List getModulesForPolicyNamesapce(String namesapce)(Code)



getObserversList
public ArrayList getObserversList()(Code)



getOutFaultFlowPhases
public ArrayList getOutFaultFlowPhases()(Code)
Returns ArrayList.



getOutFlowPhases
public ArrayList getOutFlowPhases()(Code)



getPhasesInfo
public PhasesInfo getPhasesInfo()(Code)



getRepository
public URL getRepository()(Code)



getService
public AxisService getService(String name) throws AxisFault(Code)
Method getService.
Parameters:
  name - Returns AxisService.



getServiceClassLoader
public ClassLoader getServiceClassLoader()(Code)



getServiceForActivation
public AxisService getServiceForActivation(String serviceName)(Code)
Service can start and stop, once stopped it cannot be accessed, so we need a way to get the service even if service is not active. AxisService



getServiceGroup
public AxisServiceGroup getServiceGroup(String serviceNameAndGroupString)(Code)



getServiceGroups
public Iterator getServiceGroups()(Code)



getServices
public HashMap getServices()(Code)



getSystemClassLoader
public ClassLoader getSystemClassLoader()(Code)



getTargetResolverChain
public TargetResolver getTargetResolverChain()(Code)
getTargetResolverChain returns an instance of TargetResolver which iterates over the registered TargetResolvers, calling each one in turn when resolveTarget is called.



getTransportIn
public TransportInDescription getTransportIn(String name)(Code)



getTransportOut
public TransportOutDescription getTransportOut(String name)(Code)



getTransportsIn
public HashMap getTransportsIn()(Code)



getTransportsOut
public HashMap getTransportsOut()(Code)



isAssertionLocal
public boolean isAssertionLocal(QName name)(Code)



isEngaged
public boolean isEngaged(String moduleId)(Code)



isEngaged
public boolean isEngaged(AxisModule axisModule)(Code)



isStart
public boolean isStart()(Code)



notifyObservers
public void notifyObservers(int event_type, AxisService service)(Code)



notifyObservers
public void notifyObservers(int event_type, AxisModule moule)(Code)



notifyObservers
public void notifyObservers(int event_type, AxisServiceGroup serviceGroup)(Code)



onDisengage
public void onDisengage(AxisModule module) throws AxisFault(Code)
To dis-engage a module from the system. This will remove all the handlers belonging to this module from all the handler chains.
Parameters:
  module - module to disengage



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



registerLocalPolicyAssertions
public void registerLocalPolicyAssertions(AxisModule axisModule)(Code)



registerModulePolicySupport
public void registerModulePolicySupport(AxisModule axisModule)(Code)



removeFaultyService
public void removeFaultyService(String key)(Code)



removeLocalPolicyAssertion
public void removeLocalPolicyAssertion(QName name)(Code)



removeModule
public void removeModule(String module)(Code)
To remove a given module from the system
Parameters:
  module - name of module to removeAxisConfiguration.removeModule(String,String)



removeModule
public void removeModule(String moduleName, String moduleVersion)(Code)
Remove a module with moduleName & moduleVersion
Parameters:
  moduleName -
Parameters:
  moduleVersion -



removeService
public synchronized void removeService(String name) throws AxisFault(Code)
Method removeService.
Parameters:
  name -
throws:
  AxisFault -



removeServiceGroup
public AxisServiceGroup removeServiceGroup(String serviceGroupName) throws AxisFault(Code)



setClusterManager
public void setClusterManager(ClusterManager clusterManager)(Code)



setConfigurator
public void setConfigurator(AxisConfigurator configurator)(Code)



setGlobalOutPhase
public void setGlobalOutPhase(ArrayList outPhases)(Code)



setInFaultPhases
public void setInFaultPhases(ArrayList list)(Code)

Parameters:
  list -



setInPhasesUptoAndIncludingPostDispatch
public void setInPhasesUptoAndIncludingPostDispatch(ArrayList inPhasesUptoAndIncludingPostDispatch)(Code)



setModuleClassLoader
public void setModuleClassLoader(ClassLoader classLoader)(Code)



setOutFaultPhases
public void setOutFaultPhases(ArrayList list)(Code)

Parameters:
  list -



setPhasesInfo
public void setPhasesInfo(PhasesInfo phasesInfo)(Code)



setRepository
public void setRepository(URL axis2Repository)(Code)



setServiceClassLoader
public void setServiceClassLoader(ClassLoader classLoader)(Code)



setStart
public void setStart(boolean start)(Code)



setSystemClassLoader
public void setSystemClassLoader(ClassLoader classLoader)(Code)



startService
public void startService(String serviceName) throws AxisFault(Code)



stopService
public void stopService(String serviceName) throws AxisFault(Code)



validateSystemPredefinedPhases
public void validateSystemPredefinedPhases() throws DeploymentException(Code)
Checks whether the system pre-defined phases for all the flows, have been changed. If they have been changed, throws a DeploymentException.
throws:
  org.apache.axis2.deployment.DeploymentException -



Fields inherited from org.apache.axis2.description.AxisDescription
protected Map engagedModules(Code)(Java Doc)
protected AxisDescription parent(Code)(Java Doc)

Methods inherited from org.apache.axis2.description.AxisDescription
public void addChild(AxisDescription child)(Code)(Java Doc)
public void addChild(Object key, AxisDescription child)(Code)(Java Doc)
public void addParameter(Parameter param) throws AxisFault(Code)(Java Doc)
public void addParameter(String name, Object value) throws AxisFault(Code)(Java Doc)
public void applyPolicy(Policy policy) throws AxisFault(Code)(Java Doc)
public void applyPolicy() throws AxisFault(Code)(Java Doc)
public void deserializeParameters(OMElement parameterElement) throws AxisFault(Code)(Java Doc)
public void disengageModule(AxisModule module) throws AxisFault(Code)(Java Doc)
public void engageModule(AxisModule axisModule) throws AxisFault(Code)(Java Doc)
public void engageModule(AxisModule axisModule, AxisDescription source) throws AxisFault(Code)(Java Doc)
public AxisConfiguration getAxisConfiguration()(Code)(Java Doc)
public AxisDescription getChild(Object key)(Code)(Java Doc)
public Iterator getChildren()(Code)(Java Doc)
public String getDocumentation()(Code)(Java Doc)
public Collection getEngagedModules()(Code)(Java Doc)
abstract public Object getKey()(Code)(Java Doc)
public Parameter getParameter(String name)(Code)(Java Doc)
public Object getParameterValue(String name)(Code)(Java Doc)
public ArrayList getParameters()(Code)(Java Doc)
public AxisDescription getParent()(Code)(Java Doc)
public PolicyInclude getPolicyInclude()(Code)(Java Doc)
public boolean isEngaged(String moduleName)(Code)(Java Doc)
public boolean isEngaged(AxisModule axisModule)(Code)(Java Doc)
public boolean isParameterLocked(String parameterName)(Code)(Java Doc)
public boolean isParameterTrue(String name)(Code)(Java Doc)
protected void onDisengage(AxisModule module) throws AxisFault(Code)(Java Doc)
protected void onEngage(AxisModule module, AxisDescription engager) throws AxisFault(Code)(Java Doc)
public void removeChild(Object key)(Code)(Java Doc)
public void removeParameter(Parameter param) throws AxisFault(Code)(Java Doc)
public void setDocumentation(String documentation)(Code)(Java Doc)
public void setParent(AxisDescription parent)(Code)(Java Doc)
public void setPolicyInclude(PolicyInclude policyInclude)(Code)(Java Doc)

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.