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
| Methods inherited from interface org.jboss.wsf.spi.deployment.Endpoint |
getAddress, getEndpointMetrics, getInstanceProvider, getInvocationHandler, getLifecycleHandler, getName, getRecordProcessors, getRequestHandler, getSecurityDomainContext, getService, getShortName, getState, getTargetBeanClass, getTargetBeanName, getType, processRecord, setAddress, setEndpointMetrics, setInstanceProvider, setInvocationHandler, setLifecycleHandler, setName, setRecordProcessors, setRequestHandler, setSecurityDomainContext, setService, setShortName, setState, setTargetBeanName, setType |
setTargetDestination
void setTargetDestination(String dest)
getTargetDestination
String getTargetDestination()
setReplyDestination
void setReplyDestination(String replyTo)
getReplyDestination
String getReplyDestination()
setRequestURI
void setRequestURI(URI uri)
getRequestURI
URI getRequestURI()
Copyright © 2012 JBoss, by Red Hat. All Rights Reserved.