org.glassfish.admin.amx.intf.config
Interface WebServiceEndpoint

All Superinterfaces:
AMX_SPI, AMXConfigProxy, AMXProxy, AttributeResolver, ConfigElement, NamedConfigElement

Deprecated.

@Deprecated
public interface WebServiceEndpoint
extends NamedConfigElement


Method Summary
 String getJbiEnabled()
          Deprecated.  
 String getMaxHistorySize()
          Deprecated.  
 String getMonitoring()
          Deprecated.  
 String getName()
          Deprecated.  
 Map<String,RegistryLocation> getRegistryLocation()
          Deprecated.  
 Map<String,TransformationRule> getTransformationRule()
          Deprecated. Get the transformation rules (not in any specific order) defined for this end point.
 List<TransformationRule> getTransformationRuleConfigList()
          Deprecated. Get the transformation rules (in the same order as in domain.xml) defined for this end point.
 void setJbiEnabled(String param1)
          Deprecated.  
 void setMaxHistorySize(String param1)
          Deprecated.  
 void setMonitoring(String param1)
          Deprecated.  
 void setName(String param1)
          Deprecated.  
 
Methods inherited from interface org.glassfish.admin.amx.config.AMXConfigProxy
createChild, createChildren, getDefaultValues, getDefaultValues, removeChild, removeChild, setAttributesTransactionally
 
Methods inherited from interface org.glassfish.admin.amx.core.AMXProxy
as, attributeNames, attributesMap, attributesMap, child, child, childrenMap, childrenMap, childrenMaps, childrenSet, extra, invokeOp, invokeOp, java, nameProp, objectName, parent, parentPath, path, type, valid
 
Methods inherited from interface org.glassfish.admin.amx.core.AMX_SPI
getChildren, getParent
 
Methods inherited from interface org.glassfish.admin.amx.config.AttributeResolver
resolveAttribute, resolveAttributes, resolveAttributeValue, resolveBoolean, resolveLong
 

Method Detail

getName

String getName()
Deprecated. 
Specified by:
getName in interface AMX_SPI
Specified by:
getName in interface NamedConfigElement

setName

void setName(String param1)
Deprecated. 

getMaxHistorySize

String getMaxHistorySize()
Deprecated. 

setMaxHistorySize

void setMaxHistorySize(String param1)
Deprecated. 

getRegistryLocation

Map<String,RegistryLocation> getRegistryLocation()
Deprecated. 

getMonitoring

String getMonitoring()
Deprecated. 

setMonitoring

void setMonitoring(String param1)
Deprecated. 

getJbiEnabled

String getJbiEnabled()
Deprecated. 

setJbiEnabled

void setJbiEnabled(String param1)
Deprecated. 

getTransformationRule

Map<String,TransformationRule> getTransformationRule()
Deprecated. 
Get the transformation rules (not in any specific order) defined for this end point.

Returns:
Map of transformation rules added to web service.

getTransformationRuleConfigList

List<TransformationRule> getTransformationRuleConfigList()
Deprecated. 
Get the transformation rules (in the same order as in domain.xml) defined for this end point.

Returns:
Map of transformation rules added to web service.


Copyright © 2012 GlassFish Community. All Rights Reserved.