public class JMSOldConfigHolder extends Object
| Constructor and Description |
|---|
JMSOldConfigHolder() |
| Modifier and Type | Method and Description |
|---|---|
protected JMSConfiguration |
configureEndpoint(boolean isConduit,
JMSEndpoint endpoint) |
JMSConfiguration |
createJMSConfigurationFromEndpointInfo(org.apache.cxf.Bus bus,
org.apache.cxf.service.model.EndpointInfo endpointInfo,
org.apache.cxf.ws.addressing.EndpointReferenceType target,
boolean isConduit) |
AddressType |
getAddress() |
ClientConfig |
getClientConfig() |
protected JMSEndpoint |
getExtensorsAndConfig(org.apache.cxf.Bus bus,
org.apache.cxf.service.model.EndpointInfo endpointInfo,
org.apache.cxf.ws.addressing.EndpointReferenceType target,
boolean isConduit)
Get the extensors from the wsdl and/or configuration that will
then be used to configure the JMSConfiguration object
|
static Properties |
getInitialContextEnv(JMSEndpoint endpoint) |
JMSConfiguration |
getJmsConfig() |
ClientBehaviorPolicyType |
getRuntimePolicy() |
ServerBehaviorPolicyType |
getServerBehavior() |
ServerConfig |
getServerConfig() |
SessionPoolType |
getSessionPool() |
<T> T |
getWSDLExtensor(org.apache.cxf.service.model.EndpointInfo ei,
Class<T> cls) |
void |
setAddress(AddressType ad) |
void |
setClientConfig(ClientConfig clientConfig) |
void |
setJmsConfig(JMSConfiguration jmsConfig) |
void |
setRuntimePolicy(ClientBehaviorPolicyType runtimePolicy) |
void |
setServerBehavior(ServerBehaviorPolicyType serverBehavior) |
void |
setServerConfig(ServerConfig serverConfig) |
void |
setSessionPool(SessionPoolType sessionPool) |
public void setAddress(AddressType ad)
public AddressType getAddress()
public ClientConfig getClientConfig()
public void setClientConfig(ClientConfig clientConfig)
public ClientBehaviorPolicyType getRuntimePolicy()
public void setRuntimePolicy(ClientBehaviorPolicyType runtimePolicy)
public SessionPoolType getSessionPool()
public void setSessionPool(SessionPoolType sessionPool)
public JMSConfiguration getJmsConfig()
public void setJmsConfig(JMSConfiguration jmsConfig)
public ServerConfig getServerConfig()
public void setServerConfig(ServerConfig serverConfig)
public ServerBehaviorPolicyType getServerBehavior()
public void setServerBehavior(ServerBehaviorPolicyType serverBehavior)
protected JMSEndpoint getExtensorsAndConfig(org.apache.cxf.Bus bus, org.apache.cxf.service.model.EndpointInfo endpointInfo, org.apache.cxf.ws.addressing.EndpointReferenceType target, boolean isConduit) throws IOException
target - IOExceptionpublic JMSConfiguration createJMSConfigurationFromEndpointInfo(org.apache.cxf.Bus bus, org.apache.cxf.service.model.EndpointInfo endpointInfo, org.apache.cxf.ws.addressing.EndpointReferenceType target, boolean isConduit) throws IOException
bus - endpointInfo - isConduit - IOExceptionprotected JMSConfiguration configureEndpoint(boolean isConduit, JMSEndpoint endpoint)
public <T> T getWSDLExtensor(org.apache.cxf.service.model.EndpointInfo ei,
Class<T> cls)
public static Properties getInitialContextEnv(JMSEndpoint endpoint)
Apache CXF