Uses of Class
org.wso2.carbon.mediator.bam.config.xsd.BamServerConfig
-
Packages that use BamServerConfig Package Description org.wso2.carbon.mediator.bam.config.stub org.wso2.carbon.mediator.bam.config.stub.axis2.types org.wso2.carbon.mediator.bam.config.xsd -
-
Uses of BamServerConfig in org.wso2.carbon.mediator.bam.config.stub
Methods in org.wso2.carbon.mediator.bam.config.stub that return BamServerConfig Modifier and Type Method Description BamServerConfig
BAMMediatorConfigAdmin. getBamServerConfig(String bamServerConfigLocation32)
Auto generated method signatureBamServerConfig
BAMMediatorConfigAdminStub. getBamServerConfig(String bamServerConfigLocation77)
Auto generated method signatureMethods in org.wso2.carbon.mediator.bam.config.stub with parameters of type BamServerConfig Modifier and Type Method Description void
BAMMediatorConfigAdminCallbackHandler. receiveResultgetBamServerConfig(BamServerConfig result)
auto generated Axis2 call back method for getBamServerConfig method override this method for handling normal response from getBamServerConfig operationboolean
BAMMediatorConfigAdmin. saveBamServerConfig(BamServerConfig bamServerConfig52)
Auto generated method signatureboolean
BAMMediatorConfigAdminStub. saveBamServerConfig(BamServerConfig bamServerConfig97)
Auto generated method signaturevoid
BAMMediatorConfigAdmin. startsaveBamServerConfig(BamServerConfig bamServerConfig52, BAMMediatorConfigAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocationsvoid
BAMMediatorConfigAdminStub. startsaveBamServerConfig(BamServerConfig bamServerConfig97, BAMMediatorConfigAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations -
Uses of BamServerConfig in org.wso2.carbon.mediator.bam.config.stub.axis2.types
Fields in org.wso2.carbon.mediator.bam.config.stub.axis2.types declared as BamServerConfig Modifier and Type Field Description protected BamServerConfig
GetBamServerConfigResponse. local_return
field for _returnprotected BamServerConfig
SaveBamServerConfig. localBamServerConfig
field for BamServerConfigMethods in org.wso2.carbon.mediator.bam.config.stub.axis2.types that return BamServerConfig Modifier and Type Method Description BamServerConfig
GetBamServerConfigResponse. get_return()
Auto generated getter methodBamServerConfig
SaveBamServerConfig. getBamServerConfig()
Auto generated getter methodMethods in org.wso2.carbon.mediator.bam.config.stub.axis2.types with parameters of type BamServerConfig Modifier and Type Method Description void
GetBamServerConfigResponse. set_return(BamServerConfig param)
Auto generated setter methodvoid
SaveBamServerConfig. setBamServerConfig(BamServerConfig param)
Auto generated setter method -
Uses of BamServerConfig in org.wso2.carbon.mediator.bam.config.xsd
Methods in org.wso2.carbon.mediator.bam.config.xsd that return BamServerConfig Modifier and Type Method Description static BamServerConfig
BamServerConfig.Factory. parse(XMLStreamReader reader)
static method to create the object Precondition: If this object is an element, the current or next start element starts this object and any intervening reader events are ignorable If this object is not an element, it is a complex type and the reader is at the event just after the outer start element Postcondition: If this object is an element, the reader is positioned at its end element If this object is a complex type, the reader is positioned at the end element of its outer element
-