ConfigurationMBean
, DescriptorBean
, javax.management.DynamicMBean
, javax.management.MBeanRegistration
, javax.management.NotificationBroadcaster
, SettableBean
, WebLogicMBean
public interface WebServiceMBean extends ConfigurationMBean
Encapsulates information about a Web Service configuration.
DEFAULT_EMPTY_BYTE_ARRAY
Modifier and Type | Method | Description |
---|---|---|
java.lang.String |
getCallbackQueue() |
For use only with the JAX-RPC stack.
|
java.lang.String |
getCallbackQueueMDBRunAsPrincipalName() |
For use only with the JAX-RPC stack.
|
java.lang.String |
getJmsConnectionFactory() |
For use only with the JAX-RPC stack.
|
java.lang.String |
getMessagingQueue() |
For use only with the JAX-RPC stack.
|
java.lang.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.
|
WebServiceResiliencyMBean |
getWebServiceResiliency() |
Get Resiliency config for this server.
|
void |
setCallbackQueue(java.lang.String queue) |
For use only with the JAX-RPC stack.
|
void |
setCallbackQueueMDBRunAsPrincipalName(java.lang.String queue) |
For use only with the JAX-RPC stack.
|
void |
setJmsConnectionFactory(java.lang.String factory) |
For use only with the JAX-RPC stack.
|
void |
setMessagingQueue(java.lang.String queue) |
For use only with the JAX-RPC stack.
|
void |
setMessagingQueueMDBRunAsPrincipalName(java.lang.String queue) |
For use only with the JAX-RPC stack.
|
freezeCurrentValue, getId, getInheritedProperties, getName, getNotes, isDynamicallyCreated, isInherited, isSet, restoreDefaultValue, setComments, setDefaultedMBean, setName, setNotes, setPersistenceEnabled, unSet
addPropertyChangeListener, createChildCopyIncludingObsolete, getParentBean, isEditable, removePropertyChangeListener
getAttribute, getAttributes, invoke, setAttribute, setAttributes
postDeregister, postRegister, preDeregister, preRegister
addNotificationListener, getNotificationInfo, removeNotificationListener
getMBeanInfo, getObjectName, getParent, getType, isCachingDisabled, isRegistered, setParent
void setJmsConnectionFactory(java.lang.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 factoryjava.lang.String getJmsConnectionFactory()
For use only with the JAX-RPC stack. For JAX-WS, use WebServiceBufferingMBean instead.
void setMessagingQueue(java.lang.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.
java.lang.String getMessagingQueue()
For use only with the JAX-RPC stack. For JAX-WS, use WebServiceBufferingMBean instead.
void setMessagingQueueMDBRunAsPrincipalName(java.lang.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.
java.lang.String getMessagingQueueMDBRunAsPrincipalName()
For use only with the JAX-RPC stack. For JAX-WS, use WebServiceBufferingMBean instead.
void setCallbackQueue(java.lang.String queue)
For use only with the JAX-RPC stack. For JAX-WS, use WebServiceBufferingMBean instead.
Specify callback queue for JMS transport.
java.lang.String getCallbackQueue()
For use only with the JAX-RPC stack. For JAX-WS, use WebServiceBufferingMBean instead.
void setCallbackQueueMDBRunAsPrincipalName(java.lang.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.
java.lang.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.
WebServiceResiliencyMBean getWebServiceResiliency()
Get Resiliency config for this server.