Uses of Class
com.sun.xml.rpc.processor.modeler.j2ee.xml.string
-
Packages that use string Package Description com.sun.xml.rpc.processor.modeler.j2ee.xml -
-
Uses of string in com.sun.xml.rpc.processor.modeler.j2ee.xml
Subclasses of string in com.sun.xml.rpc.processor.modeler.j2ee.xml Modifier and Type Class Description classdisplayNameTypeThis class represents the complex typeclassejbLinkTypeThis class represents the complex typeclassejbRefNameTypeThis class represents the complex typeclassejbRefTypeTypeThis class represents the complex typeclassenvEntryTypeValuesTypeThis class represents the complex typeclassfullyQualifiedClassTypeThis class represents the complex typeclassgenericBooleanTypeThis class represents the complex typeclasshomeTypeThis class represents the complex typeclassjavaIdentifierTypeThis class represents the complex typeclassjavaTypeTypeThis class represents the complex typeclassjndiNameTypeThis class represents the complex typeclasslocalHomeTypeThis class represents the complex typeclasslocalTypeThis class represents the complex typeclassmessageDestinationLinkTypeThis class represents the complex typeclassmessageDestinationTypeTypeThis class represents the complex typeclassmessageDestinationUsageTypeThis class represents the complex typeclassparameterModeTypeThis class represents the complex typeclasspathTypeThis class represents the complex typeclassqnameScopeTypeThis class represents the complex typeclassremoteTypeThis class represents the complex typeclassresAuthTypeThis class represents the complex typeclassresSharingScopeTypeThis class represents the complex typeclassurlPatternTypeThis class represents the complex typeclasswarPathTypeThis class represents the complex typeclasswsdlMessagePartNameTypeThis class represents the complex typeMethods in com.sun.xml.rpc.processor.modeler.j2ee.xml that return string Modifier and Type Method Description stringjavaWsdlMappingFactory. createstring(String elementName)Create the Java bean string for the elementstringjavaXmlTypeMappingType. getAnonymousTypeQname()stringconstructorParameterOrderType. getElementName(int index)stringserviceEndpointMethodMappingType. getJavaMethodName()stringportMappingType. getJavaPortName()stringvariableMappingType. getJavaVariableName()stringmessageDestinationType. getMessageDestinationName()stringparamValueType. getParamName()stringportMappingType. getPortName()stringserviceEndpointMethodMappingType. getWsdlOperation()stringvariableMappingType. getXmlAttributeName()stringvariableMappingType. getXmlElementName()Methods in com.sun.xml.rpc.processor.modeler.j2ee.xml with parameters of type string Modifier and Type Method Description voidjavaXmlTypeMappingType. setAnonymousTypeQname(string anonymousTypeQname)voidconstructorParameterOrderType. setElementName(int index, string elementName)voidserviceEndpointMethodMappingType. setJavaMethodName(string javaMethodName)voidportMappingType. setJavaPortName(string javaPortName)voidvariableMappingType. setJavaVariableName(string javaVariableName)voidmessageDestinationType. setMessageDestinationName(string messageDestinationName)voidparamValueType. setParamName(string paramName)voidportMappingType. setPortName(string portName)voidserviceEndpointMethodMappingType. setWsdlOperation(string wsdlOperation)voidvariableMappingType. setXmlAttributeName(string xmlAttributeName)voidvariableMappingType. setXmlElementName(string xmlElementName)
-