Uses of Class
org.wso2.carbon.cloud.gateway.agent.stub.types.carbon.CGServerBean
-
Packages that use CGServerBean Package Description org.wso2.carbon.cloud.gateway.agent.stub org.wso2.carbon.cloud.gateway.agent.stub.types.carbon org.wso2.carbon.cloud.gateway.agent.stub.types.synapse -
-
Uses of CGServerBean in org.wso2.carbon.cloud.gateway.agent.stub
Methods in org.wso2.carbon.cloud.gateway.agent.stub that return CGServerBean Modifier and Type Method Description CGServerBeanCGAgentAdminService. getCGServer(String csgServerName43)Auto generated method signatureCGServerBeanCGAgentAdminServiceStub. getCGServer(String csgServerName90)Auto generated method signatureCGServerBean[]CGAgentAdminService. getCGServerList()Auto generated method signatureCGServerBean[]CGAgentAdminServiceStub. getCGServerList()Auto generated method signatureMethods in org.wso2.carbon.cloud.gateway.agent.stub with parameters of type CGServerBean Modifier and Type Method Description voidCGAgentAdminService. addCGServer(CGServerBean csgServer33)Auto generated method signature for Asynchronous InvocationsvoidCGAgentAdminServiceStub. addCGServer(CGServerBean csgServer80)Auto generated method signaturevoidCGAgentAdminServiceCallbackHandler. receiveResultgetCGServer(CGServerBean result)auto generated Axis2 call back method for getCGServer method override this method for handling normal response from getCGServer operationvoidCGAgentAdminServiceCallbackHandler. receiveResultgetCGServerList(CGServerBean[] result)auto generated Axis2 call back method for getCGServerList method override this method for handling normal response from getCGServerList operationvoidCGAgentAdminService. updateCGServer(CGServerBean csgServer54)Auto generated method signature for Asynchronous InvocationsvoidCGAgentAdminServiceStub. updateCGServer(CGServerBean csgServer101)Auto generated method signature -
Uses of CGServerBean in org.wso2.carbon.cloud.gateway.agent.stub.types.carbon
Methods in org.wso2.carbon.cloud.gateway.agent.stub.types.carbon that return CGServerBean Modifier and Type Method Description static CGServerBeanCGServerBean.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 -
Uses of CGServerBean in org.wso2.carbon.cloud.gateway.agent.stub.types.synapse
Fields in org.wso2.carbon.cloud.gateway.agent.stub.types.synapse declared as CGServerBean Modifier and Type Field Description protected CGServerBean[]GetCGServerListResponse. local_returnfield for _return This was an Array!protected CGServerBeanGetCGServerResponse. local_returnfield for _returnprotected CGServerBeanAddCGServer. localCsgServerfield for CsgServerprotected CGServerBeanUpdateCGServer. localCsgServerfield for CsgServerMethods in org.wso2.carbon.cloud.gateway.agent.stub.types.synapse that return CGServerBean Modifier and Type Method Description CGServerBean[]GetCGServerListResponse. get_return()Auto generated getter methodCGServerBeanGetCGServerResponse. get_return()Auto generated getter methodCGServerBeanAddCGServer. getCsgServer()Auto generated getter methodCGServerBeanUpdateCGServer. getCsgServer()Auto generated getter methodMethods in org.wso2.carbon.cloud.gateway.agent.stub.types.synapse with parameters of type CGServerBean Modifier and Type Method Description voidGetCGServerListResponse. add_return(CGServerBean param)Auto generated add method for the array for conveniencevoidGetCGServerListResponse. set_return(CGServerBean[] param)Auto generated setter methodvoidGetCGServerResponse. set_return(CGServerBean param)Auto generated setter methodvoidAddCGServer. setCsgServer(CGServerBean param)Auto generated setter methodvoidUpdateCGServer. setCsgServer(CGServerBean param)Auto generated setter methodprotected voidGetCGServerListResponse. validate_return(CGServerBean[] param)validate the array for _return
-