Searched defs:wrapUp (Results 1 - 9 of 9) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/reader/dtd/
H A DModelGroup.java125 Term wrapUp() { method in class:ModelGroup
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/property/
H A DProperty.java129 void wrapUp(); method in interface:Property
H A DArrayElementProperty.java71 * Set by the constructor and reset in the {@link #wrapUp()} method.
75 * Set by the constructor and reset in the {@link #wrapUp()} method.
111 public void wrapUp() { method in class:ArrayElementProperty
112 super.wrapUp();
H A DPropertyImpl.java77 public void wrapUp() {/*noop*/} method in class:PropertyImpl
H A DSingleElementNodeProperty.java103 public void wrapUp() { method in class:SingleElementNodeProperty
104 super.wrapUp();
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/
H A DClassBeanInfoImpl.java250 public void wrapUp() { method in class:ClassBeanInfoImpl
252 p.wrapUp();
254 super.wrapUp();
H A DElementBeanInfoImpl.java175 public void wrapUp() {
341 public void wrapUp() { method in class:ElementBeanInfoImpl
342 super.wrapUp();
343 property.wrapUp();
H A DJaxBeanInfo.java412 public void wrapUp() {} method in class:JaxBeanInfo
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/reader/xmlschema/bindinfo/
H A DBIProperty.java295 CValuePropertyInfo prop = wrapUp(new CValuePropertyInfo(name, source, getCustomizations(source), source.getLocator(), tu, typeName), source);
320 return wrapUp(new CAttributePropertyInfo(name,use,getCustomizations(use),use.getLocator(),
348 CElementPropertyInfo prop = wrapUp(
407 CReferencePropertyInfo prop = wrapUp(
457 private <T extends CPropertyInfo> T wrapUp(T prop, XSComponent source) { method in class:BIProperty

Completed in 49 milliseconds