public interface WebServiceMBean extends ConfigurationMBean
Encapsulates information about a Web Service configuration.
DEFAULT_EMPTY_BYTE_ARRAY| Modifier and Type | Method and Description | 
|---|---|
| String | getCallbackQueue()For use only with the JAX-RPC stack. | 
| String | getCallbackQueueMDBRunAsPrincipalName()For use only with the JAX-RPC stack. | 
| String | getJmsConnectionFactory()For use only with the JAX-RPC stack. | 
| String | getMessagingQueue()For use only with the JAX-RPC stack. | 
| String | getMessagingQueueMDBRunAsPrincipalName()For use only with the JAX-RPC stack. | 
| WebServiceBufferingMBean | getWebServiceBuffering()Get buffering config for this server. | 
| WebServicePersistenceMBean | getWebServicePersistence()Get persistence config for this server. | 
| WebServiceReliabilityMBean | getWebServiceReliability()Get reliability config for this server. | 
| void | setCallbackQueue(String queue)For use only with the JAX-RPC stack. | 
| void | setCallbackQueueMDBRunAsPrincipalName(String queue)For use only with the JAX-RPC stack. | 
| void | setJmsConnectionFactory(String factory)For use only with the JAX-RPC stack. | 
| void | setMessagingQueue(String queue)For use only with the JAX-RPC stack. | 
| void | setMessagingQueueMDBRunAsPrincipalName(String queue)For use only with the JAX-RPC stack. | 
freezeCurrentValue, getId, getInheritedProperties, getName, getNotes, isDynamicallyCreated, isInherited, isSet, restoreDefaultValue, setComments, setDefaultedMBean, setName, setNotes, setPersistenceEnabled, unSetgetMBeanInfo, getObjectName, getParent, getType, isCachingDisabled, isRegistered, setParentgetAttribute, getAttributes, invoke, setAttribute, setAttributespostDeregister, postRegister, preDeregister, preRegisteraddNotificationListener, getNotificationInfo, removeNotificationListeneraddPropertyChangeListener, createChildCopyIncludingObsolete, getParentBean, isEditable, removePropertyChangeListenervoid setJmsConnectionFactory(String factory)
For use only with the JAX-RPC stack. For JAX-WS, use WebServiceBufferingMBean instead.
Set the default JMS connection factory
factory - jms connection factoryString getJmsConnectionFactory()
For use only with the JAX-RPC stack. For JAX-WS, use WebServiceBufferingMBean instead.
void setMessagingQueue(String queue)
For use only with the JAX-RPC stack. For JAX-WS, use WebServiceBufferingMBean instead.
Specify queue for JMS transport, buffering and reliable messaging.
String getMessagingQueue()
For use only with the JAX-RPC stack. For JAX-WS, use WebServiceBufferingMBean instead.
void setMessagingQueueMDBRunAsPrincipalName(String queue)
For use only with the JAX-RPC stack. For JAX-WS, use WebServiceBufferingMBean instead.
Specify MDB run-as principal name for MDBs referencing queue for JMS transport, buffering and reliable messaging.
String getMessagingQueueMDBRunAsPrincipalName()
For use only with the JAX-RPC stack. For JAX-WS, use WebServiceBufferingMBean instead.
void setCallbackQueue(String queue)
For use only with the JAX-RPC stack. For JAX-WS, use WebServiceBufferingMBean instead.
Specify callback queue for JMS transport.
String getCallbackQueue()
For use only with the JAX-RPC stack. For JAX-WS, use WebServiceBufferingMBean instead.
void setCallbackQueueMDBRunAsPrincipalName(String queue)
For use only with the JAX-RPC stack. For JAX-WS, use WebServiceBufferingMBean instead.
Specify MDB run-as principal name for MDBs referencing callback queue for JMS transport.
String getCallbackQueueMDBRunAsPrincipalName()
For use only with the JAX-RPC stack. For JAX-WS, use WebServiceBufferingMBean instead.
WebServicePersistenceMBean getWebServicePersistence()
Get persistence config for this server.
NOTE: Not used by the JAX-RPC stack.
WebServiceBufferingMBean getWebServiceBuffering()
Get buffering config for this server.
NOTE: Not used by the JAX-RPC stack.
WebServiceReliabilityMBean getWebServiceReliability()
Get reliability config for this server.
NOTE: Not used by the JAX-RPC stack.