Uses of Class
org.wso2.carbon.inbound.stub.types.carbon.ParameterDTO
-
Packages that use ParameterDTO Package Description org.wso2.carbon.inbound.stub org.wso2.carbon.inbound.stub.types.axis2 org.wso2.carbon.inbound.stub.types.carbon -
-
Uses of ParameterDTO in org.wso2.carbon.inbound.stub
Methods in org.wso2.carbon.inbound.stub with parameters of type ParameterDTO Modifier and Type Method Description void
InboundAdmin. addInboundEndpoint(String name27, String sequence28, String onError29, String protocol30, String classImpl31, String suspend32, ParameterDTO[] lParameterDTOs33)
Auto generated method signature for Asynchronous Invocationsvoid
InboundAdminStub. addInboundEndpoint(String name70, String sequence71, String onError72, String protocol73, String classImpl74, String suspend75, ParameterDTO[] lParameterDTOs76)
Auto generated method signaturevoid
InboundAdmin. updateInboundEndpoint(String name47, String sequence48, String onError49, String protocol50, String classImpl51, String suspend52, ParameterDTO[] lParameterDTOs53)
Auto generated method signature for Asynchronous Invocationsvoid
InboundAdminStub. updateInboundEndpoint(String name90, String sequence91, String onError92, String protocol93, String classImpl94, String suspend95, ParameterDTO[] lParameterDTOs96)
Auto generated method signature -
Uses of ParameterDTO in org.wso2.carbon.inbound.stub.types.axis2
Fields in org.wso2.carbon.inbound.stub.types.axis2 declared as ParameterDTO Modifier and Type Field Description protected ParameterDTO[]
AddInboundEndpoint. localLParameterDTOs
field for LParameterDTOs This was an Array!protected ParameterDTO[]
UpdateInboundEndpoint. localLParameterDTOs
field for LParameterDTOs This was an Array!Methods in org.wso2.carbon.inbound.stub.types.axis2 that return ParameterDTO Modifier and Type Method Description ParameterDTO[]
AddInboundEndpoint. getLParameterDTOs()
Auto generated getter methodParameterDTO[]
UpdateInboundEndpoint. getLParameterDTOs()
Auto generated getter methodMethods in org.wso2.carbon.inbound.stub.types.axis2 with parameters of type ParameterDTO Modifier and Type Method Description void
AddInboundEndpoint. addLParameterDTOs(ParameterDTO param)
Auto generated add method for the array for conveniencevoid
UpdateInboundEndpoint. addLParameterDTOs(ParameterDTO param)
Auto generated add method for the array for conveniencevoid
AddInboundEndpoint. setLParameterDTOs(ParameterDTO[] param)
Auto generated setter methodvoid
UpdateInboundEndpoint. setLParameterDTOs(ParameterDTO[] param)
Auto generated setter methodprotected void
AddInboundEndpoint. validateLParameterDTOs(ParameterDTO[] param)
validate the array for LParameterDTOsprotected void
UpdateInboundEndpoint. validateLParameterDTOs(ParameterDTO[] param)
validate the array for LParameterDTOs -
Uses of ParameterDTO in org.wso2.carbon.inbound.stub.types.carbon
Fields in org.wso2.carbon.inbound.stub.types.carbon declared as ParameterDTO Modifier and Type Field Description protected ParameterDTO[]
InboundEndpointDTO. localParameters
field for Parameters This was an Array!Methods in org.wso2.carbon.inbound.stub.types.carbon that return ParameterDTO Modifier and Type Method Description ParameterDTO[]
InboundEndpointDTO. getParameters()
Auto generated getter methodstatic ParameterDTO
ParameterDTO.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 elementMethods in org.wso2.carbon.inbound.stub.types.carbon with parameters of type ParameterDTO Modifier and Type Method Description void
InboundEndpointDTO. addParameters(ParameterDTO param)
Auto generated add method for the array for conveniencevoid
InboundEndpointDTO. setParameters(ParameterDTO[] param)
Auto generated setter methodprotected void
InboundEndpointDTO. validateParameters(ParameterDTO[] param)
validate the array for Parameters
-