Searched refs:w3cjc (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/javax/xml/ws/wsaddressing/
H A DW3CEndpointReference.java72 private final static JAXBContext w3cjc = getW3CJaxbContext(); field in class:W3CEndpointReference
92 W3CEndpointReference epr = w3cjc.createUnmarshaller().unmarshal(source,W3CEndpointReference.class).getValue();
110 Marshaller marshaller = w3cjc.createMarshaller();

Completed in 95 milliseconds