|
Jetty example source code file (webserver-xmbean.xml)
The Jetty webserver-xmbean.xml source code
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE mbean PUBLIC
"-//JBoss//DTD JBOSS XMBEAN 1.2//EN"
"http://www.jboss.org/j2ee/dtd/jboss_xmbean_1_2.dtd">
<!--
xmbean descriptor generated by 'twiddle'
on Thu Nov 16 16:03:27 CET 2006
for 'jboss.web:service=WebServer'
-->
<mbean>
<description>Jetty Web Server for webapp deployment
<descriptors>
<interceptors>
<!-- comment out DynamicInterceptor to disable dynamic addition of interceptors -->
<interceptor code="org.jboss.mx.interceptor.DynamicInterceptor"/>
</interceptors>
</descriptors>
<class>org.jboss.jetty.JettyService
<constructor>
<description>MBean Constructor.
<name>org.jboss.jetty.JettyService
</constructor>
<attribute access='read-write' getMethod='getSupportJSR77' setMethod='setSupportJSR77'>
<description>MBean Attribute.
<name>SupportJSR77
<type>boolean
</attribute>
<attribute access='read-write' getMethod='getWebDefaultResource' setMethod='setWebDefaultResource'>
<description>MBean Attribute.
<name>WebDefaultResource
<type>java.lang.String
</attribute>
<attribute access='read-write' getMethod='getJava2ClassLoadingCompliance' setMethod='setJava2ClassLoadingCompliance'>
<description>MBean Attribute.
<name>Java2ClassLoadingCompliance
<type>boolean
</attribute>
<attribute access='read-write' getMethod='getAcceptNonWarDirs' setMethod='setAcceptNonWarDirs'>
<description>MBean Attribute.
<name>AcceptNonWarDirs
<type>boolean
</attribute>
<attribute access='read-write' getMethod='getSubjectAttributeName' setMethod='setSubjectAttributeName'>
<description>MBean Attribute.
<name>SubjectAttributeName
<type>java.lang.String
</attribute>
<attribute access="read-write" getMethod="getDefaultSecurityDomain" setMethod="setDefaultSecurityDomain">
<name>DefaultSecurityDomain
<type>java.lang.String
</attribute>
<attribute access='read-write' getMethod='getUnpackWars' setMethod='setUnpackWars'>
<description>MBean Attribute.
<name>UnpackWars
<type>boolean
</attribute>
<attribute access='read-write' getMethod='getConfig' setMethod='setConfig'>
<description>MBean Attribute.
<name>Config
<type>org.w3c.dom.Element
</attribute>
<attribute access='read-write' getMethod='getLenientEjbLink' setMethod='setLenientEjbLink'>
<description>MBean Attribute.
<name>LenientEjbLink
<type>boolean
</attribute>
<attribute access='read-write' getMethod='getDefaultSecurityDomain' setMethod='setDefaultSecurityDomain'>
<description>MBean Attribute.
<name>DefaultSecurityDomain
<type>java.lang.String
</attribute>
<attribute access='write-only' setMethod='setConfigurationElement'>
<description>MBean Attribute.
<name>ConfigurationElement
<type>org.w3c.dom.Element
</attribute>
<attribute access='read-write' getMethod='getEnhancedSuffixes' setMethod='setEnhancedSuffixes'>
<description>MBean Attribute.
<name>EnhancedSuffixes
<type>[Ljava.lang.String;
</attribute>
&deployerAttributes;
&defaultAttributes;
&deployerOperations;
&defaultOperations;
&interceptable;
</mbean>
Other Jetty examples (source code examples)Here is a short list of links related to this Jetty webserver-xmbean.xml source code file: |
| ... this post is sponsored by my books ... | |
#1 New Release! |
FP Best Seller |
Copyright 1998-2024 Alvin Alexander, alvinalexander.com
All Rights Reserved.
A percentage of advertising revenue from
pages under the /java/jwarehouse
URI on this website is
paid back to open source projects.