Package | Description |
---|---|
org.wso2.carbon.inbound.stub | |
org.wso2.carbon.inbound.stub.types.axis2 | |
org.wso2.carbon.inbound.stub.types.carbon |
Modifier and Type | Method and Description |
---|---|
void |
InboundAdmin.addInboundEndpoint(String name27,
String sequence28,
String onError29,
String protocol30,
String classImpl31,
String suspend32,
ParameterDTO[] lParameterDTOs33)
Auto generated method signature for Asynchronous Invocations
|
void |
InboundAdminStub.addInboundEndpoint(String name70,
String sequence71,
String onError72,
String protocol73,
String classImpl74,
String suspend75,
ParameterDTO[] lParameterDTOs76)
Auto generated method signature
|
void |
InboundAdmin.updateInboundEndpoint(String name47,
String sequence48,
String onError49,
String protocol50,
String classImpl51,
String suspend52,
ParameterDTO[] lParameterDTOs53)
Auto generated method signature for Asynchronous Invocations
|
void |
InboundAdminStub.updateInboundEndpoint(String name90,
String sequence91,
String onError92,
String protocol93,
String classImpl94,
String suspend95,
ParameterDTO[] lParameterDTOs96)
Auto generated method signature
|
Modifier and Type | Field and Description |
---|---|
protected ParameterDTO[] |
UpdateInboundEndpoint.localLParameterDTOs
field for LParameterDTOs
This was an Array!
|
protected ParameterDTO[] |
AddInboundEndpoint.localLParameterDTOs
field for LParameterDTOs
This was an Array!
|
Modifier and Type | Method and Description |
---|---|
ParameterDTO[] |
UpdateInboundEndpoint.getLParameterDTOs()
Auto generated getter method
|
ParameterDTO[] |
AddInboundEndpoint.getLParameterDTOs()
Auto generated getter method
|
Modifier and Type | Method and Description |
---|---|
void |
UpdateInboundEndpoint.addLParameterDTOs(ParameterDTO param)
Auto generated add method for the array for convenience
|
void |
AddInboundEndpoint.addLParameterDTOs(ParameterDTO param)
Auto generated add method for the array for convenience
|
void |
UpdateInboundEndpoint.setLParameterDTOs(ParameterDTO[] param)
Auto generated setter method
|
void |
AddInboundEndpoint.setLParameterDTOs(ParameterDTO[] param)
Auto generated setter method
|
protected void |
UpdateInboundEndpoint.validateLParameterDTOs(ParameterDTO[] param)
validate the array for LParameterDTOs
|
protected void |
AddInboundEndpoint.validateLParameterDTOs(ParameterDTO[] param)
validate the array for LParameterDTOs
|
Modifier and Type | Field and Description |
---|---|
protected ParameterDTO[] |
InboundEndpointDTO.localParameters
field for Parameters
This was an Array!
|
Modifier and Type | Method and Description |
---|---|
ParameterDTO[] |
InboundEndpointDTO.getParameters()
Auto generated getter method
|
static 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 element
|
Modifier and Type | Method and Description |
---|---|
void |
InboundEndpointDTO.addParameters(ParameterDTO param)
Auto generated add method for the array for convenience
|
void |
InboundEndpointDTO.setParameters(ParameterDTO[] param)
Auto generated setter method
|
protected void |
InboundEndpointDTO.validateParameters(ParameterDTO[] param)
validate the array for Parameters
|
Copyright © 2017 WSO2. All rights reserved.