public class WSDLEndpoint extends AbstractEndpoint
anonymous, artifactContainerName, CHILDREN_JSON_ATT, errorHandler, fileName, initialized, isClusteringEnabled, log, NAME_JSON_ATT, trace, TYPE_JSON_ATT
Constructor and Description |
---|
WSDLEndpoint() |
Modifier and Type | Method and Description |
---|---|
protected void |
createJsonRepresentation() |
java.lang.String |
getPortName() |
java.lang.String |
getServiceName() |
org.apache.axiom.om.OMElement |
getWsdlDoc() |
java.lang.String |
getWsdlURI() |
void |
onFault(MessageContext synCtx)
On a fault, propagate to parent if any, or call into the fault handler
|
void |
onSuccess()
The SynapseCallback Receiver notifies an endpoint, if a message was successfully processed
to give it a chance to clear up or reset its state to active
|
void |
send(MessageContext synCtx)
Sends the message context according to an endpoint specific behavior.
|
void |
setPortName(java.lang.String portName) |
void |
setServiceName(java.lang.String serviceName) |
void |
setWsdlDoc(org.apache.axiom.om.OMElement wsdlDoc) |
void |
setWsdlURI(java.lang.String wsdlURI) |
addProperties, addProperty, destroy, evaluateProperties, executeEpTypeSpecificFunctions, getArtifactContainerName, getChildren, getCommentsList, getContext, getDefinition, getDescription, getEndpointChildrenAsJson, getErrorHandler, getFileName, getIsEdited, getJsonRepresentation, getMetricsMBean, getName, getParentEndpoint, getProperties, getProperty, getReportingName, handleException, handleException, handleException, informFailure, init, isAnonymous, isInitialized, isLeafEndpoint, isRetry, isSuspendFault, isTimeout, isTraceOn, isTraceOrDebugOn, logOnChildEndpointFail, logSetter, onChildEndpointFail, prepareForEndpointStatistics, readyToSend, removeProperty, setAdvancedProperties, setAnonymous, setArtifactContainerName, setChildren, setCommentsList, setComponentStatisticsId, setContentAware, setDefinition, setDescription, setEnableMBeanStats, setErrorHandler, setErrorOnMessage, setFileName, setForceBuildMC, setIsEdited, setName, setParentEndpoint, toString, traceOrDebug
executeExtendedSynapseHandlerOnFault, getStackTrace, handleFault, handleFault
public void onFault(MessageContext synCtx)
AbstractEndpoint
onFault
in class AbstractEndpoint
synCtx
- the message at handpublic void onSuccess()
AbstractEndpoint
onSuccess
in interface Endpoint
onSuccess
in class AbstractEndpoint
protected void createJsonRepresentation()
createJsonRepresentation
in class AbstractEndpoint
public void send(MessageContext synCtx)
Endpoint
send
in interface Endpoint
send
in class AbstractEndpoint
synCtx
- MessageContext to be sent.public java.lang.String getWsdlURI()
public void setWsdlURI(java.lang.String wsdlURI)
public org.apache.axiom.om.OMElement getWsdlDoc()
public void setWsdlDoc(org.apache.axiom.om.OMElement wsdlDoc)
public java.lang.String getServiceName()
public void setServiceName(java.lang.String serviceName)
public java.lang.String getPortName()
public void setPortName(java.lang.String portName)
Copyright © 2005-2022 Apache Software Foundation. All Rights Reserved.