Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.1.3)

Part Number E41849-02

weblogic.management.configuration
Interface WebServiceMBean

All Superinterfaces:
ConfigurationMBean, DescriptorBean, DynamicMBean, MBeanRegistration, NotificationBroadcaster, SettableBean, WebLogicMBean

public interface WebServiceMBean
extends ConfigurationMBean

Encapsulates information about a Web Service configuration.


Field Summary
 
Fields inherited from interface weblogic.management.configuration.ConfigurationMBean
DEFAULT_EMPTY_BYTE_ARRAY
 
Method Summary
 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.
 
Methods inherited from interface weblogic.management.configuration.ConfigurationMBean
freezeCurrentValue, getId, getInheritedProperties, getName, getNotes, isDynamicallyCreated, isInherited, isSet, restoreDefaultValue, setComments, setDefaultedMBean, setName, setNotes, setPersistenceEnabled, unSet
 
Methods inherited from interface weblogic.management.WebLogicMBean
getMBeanInfo, getObjectName, getParent, getType, isCachingDisabled, isRegistered, setParent
 
Methods inherited from interface javax.management.DynamicMBean
getAttribute, getAttributes, invoke, setAttribute, setAttributes
 
Methods inherited from interface javax.management.MBeanRegistration
postDeregister, postRegister, preDeregister, preRegister
 
Methods inherited from interface javax.management.NotificationBroadcaster
addNotificationListener, getNotificationInfo, removeNotificationListener
 
Methods inherited from interface weblogic.descriptor.DescriptorBean
addPropertyChangeListener, createChildCopyIncludingObsolete, getParentBean, isEditable, removePropertyChangeListener
 

Method Detail

setJmsConnectionFactory

void setJmsConnectionFactory(String factory)
For use only with the JAX-RPC stack. For JAX-WS, use WebServiceBufferingMBean instead.

Set the default JMS connection factory

Parameters:
factory - jms connection factory

getJmsConnectionFactory

String getJmsConnectionFactory()
For use only with the JAX-RPC stack. For JAX-WS, use WebServiceBufferingMBean instead.

Default Value:
"weblogic.jms.XAConnectionFactory"

setMessagingQueue

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.


getMessagingQueue

String getMessagingQueue()
For use only with the JAX-RPC stack. For JAX-WS, use WebServiceBufferingMBean instead.

Default Value:
"weblogic.wsee.DefaultQueue"

setMessagingQueueMDBRunAsPrincipalName

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.


getMessagingQueueMDBRunAsPrincipalName

String getMessagingQueueMDBRunAsPrincipalName()
For use only with the JAX-RPC stack. For JAX-WS, use WebServiceBufferingMBean instead.


setCallbackQueue

void setCallbackQueue(String queue)
For use only with the JAX-RPC stack. For JAX-WS, use WebServiceBufferingMBean instead.

Specify callback queue for JMS transport.


getCallbackQueue

String getCallbackQueue()
For use only with the JAX-RPC stack. For JAX-WS, use WebServiceBufferingMBean instead.

Default Value:
"weblogic.wsee.DefaultCallbackQueue"

setCallbackQueueMDBRunAsPrincipalName

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.


getCallbackQueueMDBRunAsPrincipalName

String getCallbackQueueMDBRunAsPrincipalName()
For use only with the JAX-RPC stack. For JAX-WS, use WebServiceBufferingMBean instead.


getWebServicePersistence

WebServicePersistenceMBean getWebServicePersistence()
Get persistence config for this server.

NOTE: Not used by the JAX-RPC stack.


getWebServiceBuffering

WebServiceBufferingMBean getWebServiceBuffering()
Get buffering config for this server.

NOTE: Not used by the JAX-RPC stack.


getWebServiceReliability

WebServiceReliabilityMBean getWebServiceReliability()
Get reliability config for this server.

NOTE: Not used by the JAX-RPC stack.


Copyright 1996, 2014, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.

Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.1.3)

Part Number E41849-02