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 CGServerBean
CGAgentAdminService. getCGServer(String csgServerName43)
Auto generated method signatureCGServerBean
CGAgentAdminServiceStub. 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 void
CGAgentAdminService. addCGServer(CGServerBean csgServer33)
Auto generated method signature for Asynchronous Invocationsvoid
CGAgentAdminServiceStub. addCGServer(CGServerBean csgServer80)
Auto generated method signaturevoid
CGAgentAdminServiceCallbackHandler. receiveResultgetCGServer(CGServerBean result)
auto generated Axis2 call back method for getCGServer method override this method for handling normal response from getCGServer operationvoid
CGAgentAdminServiceCallbackHandler. receiveResultgetCGServerList(CGServerBean[] result)
auto generated Axis2 call back method for getCGServerList method override this method for handling normal response from getCGServerList operationvoid
CGAgentAdminService. updateCGServer(CGServerBean csgServer54)
Auto generated method signature for Asynchronous Invocationsvoid
CGAgentAdminServiceStub. 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 CGServerBean
CGServerBean.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_return
field for _return This was an Array!protected CGServerBean
GetCGServerResponse. local_return
field for _returnprotected CGServerBean
AddCGServer. localCsgServer
field for CsgServerprotected CGServerBean
UpdateCGServer. localCsgServer
field 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 methodCGServerBean
GetCGServerResponse. get_return()
Auto generated getter methodCGServerBean
AddCGServer. getCsgServer()
Auto generated getter methodCGServerBean
UpdateCGServer. 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 void
GetCGServerListResponse. add_return(CGServerBean param)
Auto generated add method for the array for conveniencevoid
GetCGServerListResponse. set_return(CGServerBean[] param)
Auto generated setter methodvoid
GetCGServerResponse. set_return(CGServerBean param)
Auto generated setter methodvoid
AddCGServer. setCsgServer(CGServerBean param)
Auto generated setter methodvoid
UpdateCGServer. setCsgServer(CGServerBean param)
Auto generated setter methodprotected void
GetCGServerListResponse. validate_return(CGServerBean[] param)
validate the array for _return
-