Uses of Class
com.sun.xml.rpc.processor.modeler.j2ee.xml.emptyType
-
Packages that use emptyType Package Description com.sun.xml.rpc.processor.modeler.j2ee.xml -
-
Uses of emptyType in com.sun.xml.rpc.processor.modeler.j2ee.xml
Methods in com.sun.xml.rpc.processor.modeler.j2ee.xml that return emptyType Modifier and Type Method Description emptyTypejavaWsdlMappingFactory. createemptyType(String elementName)Create the Java bean emptyType for the elementemptyTypevariableMappingType. getDataMember()emptyTypewsdlMessageMappingType. getSoapHeader()emptyTypeserviceEndpointMethodMappingType. getWrappedElement()emptyTypevariableMappingType. getXmlWildcard()Methods in com.sun.xml.rpc.processor.modeler.j2ee.xml with parameters of type emptyType Modifier and Type Method Description voidvariableMappingType. setDataMember(emptyType dataMember)voidwsdlMessageMappingType. setSoapHeader(emptyType soapHeader)voidserviceEndpointMethodMappingType. setWrappedElement(emptyType wrappedElement)voidvariableMappingType. setXmlWildcard(emptyType xmlWildcard)
-