public class JmsSoapConsumerEndpoint extends JmsConsumerEndpoint
LISTENER_TYPE_DEFAULT, LISTENER_TYPE_SIMPLE, TRANSACTED_JMS, TRANSACTED_NONE, TRANSACTED_XAPROP_JMS_CONTEXTloggerdefinition, description, endpoint, interfaceName, service, serviceUnit| Constructor and Description |
|---|
JmsSoapConsumerEndpoint() |
JmsSoapConsumerEndpoint(DefaultComponent component,
javax.jbi.servicedesc.ServiceEndpoint endpoint) |
JmsSoapConsumerEndpoint(ServiceUnit serviceUnit,
javax.xml.namespace.QName service,
java.lang.String endpoint) |
| Modifier and Type | Method and Description |
|---|---|
Policy[] |
getPolicies() |
org.springframework.core.io.Resource |
getWsdl() |
boolean |
isUseJbiWrapper() |
boolean |
isValidateWsdl() |
void |
setPolicies(Policy[] policies)
Specifies an array of interceptors used to process SOAP messages.
|
void |
setUseJbiWrapper(boolean useJbiWrapper)
Specifies if the endpoint expects SOAP messages to be wrapped in the JBI
wrapper.
|
void |
setValidateWsdl(boolean validateWsdl)
Specifies if the WSDL is checked WSI-BP compliance.
|
void |
setWsdl(org.springframework.core.io.Resource wsdl)
Specifies the WSDL document describing the service's interface.
|
void |
validate() |
activate, createListenerContainer, deactivate, getCacheLevel, getClientId, getConcurrentConsumers, getDestination, getDestinationName, getDurableSubscriptionName, getExceptionListener, getIdleTaskExecutionLimit, getListenerType, getLocationURI, getMaxConcurrentConsumers, getMaxMessagesPerTask, getMessageSelector, getReceiveTimeout, getRecoveryInterval, getSessionAcknowledgeMode, getTransacted, isPubSubNoLocal, isSubscriptionDurable, setCacheLevel, setClientId, setConcurrentConsumers, setDestination, setDestinationName, setDurableSubscriptionName, setExceptionListener, setIdleTaskExecutionLimit, setListenerType, setMaxConcurrentConsumers, setMaxMessagesPerTask, setMessageSelector, setPubSubNoLocal, setReceiveTimeout, setRecoveryInterval, setSessionAcknowledgeMode, setSubscriptionDurable, setTransacted, start, stopgetConnectionFactory, getDestinationChooser, getDestinationResolver, getMarshaler, getReplyDeliveryMode, getReplyDestination, getReplyDestination, getReplyDestinationName, getReplyPriority, getReplyProperties, getReplyTimeToLive, getStore, getStoreFactory, getUseMessageIdInResponse, handleException, isJms102, isPubSubDomain, isReplyExplicitQosEnabled, isStateless, isSynchronous, onMessage, process, processExchange, send, sendError, setConnectionFactory, setCorrelationId, setDestinationChooser, setDestinationResolver, setJms102, setMarshaler, setPubSubDomain, setReplyDeliveryMode, setReplyDestination, setReplyDestinationName, setReplyExplicitQosEnabled, setReplyPriority, setReplyProperties, setReplyTimeToLive, setStateless, setStore, setStoreFactory, setSynchronous, setUseMessageIdInResponse, treatExceptionAsFaultconfigureExchangeTarget, getRole, getTargetEndpoint, getTargetInterface, getTargetOperation, getTargetService, getTargetUri, setTargetEndpoint, setTargetInterface, setTargetOperation, setTargetService, setTargetUridone, fail, getChannel, getContext, getExchangeFactory, send, sendSyncgetDefinition, getDescription, getEndpoint, getInterfaceName, getKey, getService, getServiceUnit, isExchangeOkay, prepareExchange, setDefinition, setDescription, setEndpoint, setInterfaceName, setService, setServiceUnit, toStringpublic JmsSoapConsumerEndpoint()
public JmsSoapConsumerEndpoint(DefaultComponent component, javax.jbi.servicedesc.ServiceEndpoint endpoint)
public JmsSoapConsumerEndpoint(ServiceUnit serviceUnit, javax.xml.namespace.QName service, java.lang.String endpoint)
public org.springframework.core.io.Resource getWsdl()
public void setWsdl(org.springframework.core.io.Resource wsdl)
wsdl - a Resource containing the WSDLpublic boolean isValidateWsdl()
public void setValidateWsdl(boolean validateWsdl)
true.validateWsdl - the WSDL is validated?public boolean isUseJbiWrapper()
public void setUseJbiWrapper(boolean useJbiWrapper)
true.useJbiWrapper - the endpoint expects the JBI wrapper?public Policy[] getPolicies()
public void setPolicies(Policy[] policies)
policies - the array of interceptorspublic void validate()
throws javax.jbi.management.DeploymentException
validate in interface Endpointvalidate in class JmsConsumerEndpointjavax.jbi.management.DeploymentExceptionCopyright © 2005-2014 FuseSource. All Rights Reserved.