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

/openjdk9/jaxws/src/java.xml.ws/share/classes/com/sun/xml/internal/ws/client/sei/
H A DResponseBuilder.java331 abstract Object mapAttachment(Attachment att, Object[] args) throws JAXBException; method in class:ResponseBuilder.AttachmentBuilder
340 Object mapAttachment(Attachment att, Object[] args) { method in class:ResponseBuilder.DataHandlerBuilder
351 Object mapAttachment(Attachment att, Object[] args) { method in class:ResponseBuilder.StringBuilder
370 Object mapAttachment(Attachment att, Object[] args) { method in class:ResponseBuilder.ByteArrayBuilder
381 Object mapAttachment(Attachment att, Object[] args) { method in class:ResponseBuilder.SourceBuilder
392 Object mapAttachment(Attachment att, Object[] args) { method in class:ResponseBuilder.ImageBuilder
419 Object mapAttachment(Attachment att, Object[] args) { method in class:ResponseBuilder.InputStreamBuilder
430 Object mapAttachment(Attachment att, Object[] args) throws JAXBException { method in class:ResponseBuilder.JAXBBuilder
/openjdk9/jaxws/src/java.xml.ws/share/classes/com/sun/xml/internal/ws/server/sei/
H A DEndpointArgumentsBuilder.java317 abstract void mapAttachment(Attachment att, Object[] args) throws JAXBException; method in class:EndpointArgumentsBuilder.AttachmentBuilder
325 void mapAttachment(Attachment att, Object[] args) { method in class:EndpointArgumentsBuilder.DataHandlerBuilder
335 void mapAttachment(Attachment att, Object[] args) { method in class:EndpointArgumentsBuilder.ByteArrayBuilder
345 void mapAttachment(Attachment att, Object[] args) { method in class:EndpointArgumentsBuilder.SourceBuilder
355 void mapAttachment(Attachment att, Object[] args) { method in class:EndpointArgumentsBuilder.ImageBuilder
381 void mapAttachment(Attachment att, Object[] args) { method in class:EndpointArgumentsBuilder.InputStreamBuilder
391 void mapAttachment(Attachment att, Object[] args) throws JAXBException { method in class:EndpointArgumentsBuilder.JAXBBuilder
402 void mapAttachment(Attachment att, Object[] args) { method in class:EndpointArgumentsBuilder.StringBuilder

Completed in 101 milliseconds