org.jboss.wsf.spi.deployment
Interface JMSEndpoint
- All Superinterfaces:
- Endpoint, Extensible
public interface JMSEndpoint extends Endpoint
To represent the jms transport endpoint- Author:
- Jim Ma
Field Summary
Fields inherited from interface org.jboss.wsf.spi.deployment.Endpoint
SEPID_DOMAIN, SEPID_DOMAIN_ENDPOINT, SEPID_PROPERTY_CONTEXT, SEPID_PROPERTY_ENDPOINT
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description String
getReplyDestination()
URI
getRequestURI()
String
getTargetDestination()
void
setReplyDestination(String replyTo)
void
setRequestURI(URI uri)
void
setTargetDestination(String dest)
Methods inherited from interface org.jboss.wsf.spi.deployment.Endpoint
getAddress, getEndpointConfig, getEndpointMetrics, getInstanceProvider, getInvocationHandler, getLifecycleHandler, getName, getRecordProcessors, getRequestHandler, getSecurityDomainContext, getService, getShortName, getState, getTargetBeanClass, getTargetBeanName, getType, processRecord, setAddress, setEndpointConfig, setEndpointMetrics, setInstanceProvider, setInvocationHandler, setLifecycleHandler, setName, setRecordProcessors, setRequestHandler, setSecurityDomainContext, setService, setShortName, setState, setTargetBeanName, setType
Methods inherited from interface org.jboss.wsf.spi.deployment.Extensible
addAttachment, getAttachment, getAttachments, getProperties, getProperty, removeAttachment, removeProperty, setProperties, setProperty
Copyright © 2020 JBoss, by Red Hat. All rights reserved.