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

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/unmarshaller/
H A DUnmarshallerImpl.java101 private AttachmentUnmarshaller attachmentUnmarshaller; field in class:UnmarshallerImpl
148 if(attachmentUnmarshaller!=null && attachmentUnmarshaller.isXOPPackage())
149 unmarshaller = new MTOMDecorator(this,unmarshaller,attachmentUnmarshaller);
467 return attachmentUnmarshaller;
472 this.attachmentUnmarshaller = au;

Completed in 30 milliseconds