Definizione alla linea 25 del file JAXBMarshallerWrapper.java.
Membri pubblici | |
String | marshall (Object marshallable) throws JAXBMarshallerWrapperMarshallException |
Marshall di un XML Bindato con JAXB. | |
Object | unmarshall (String xmlString) throws JAXBMarshallerWrapperUnmarshallException |
Unmarshall di una Stringa in un XML JAXB Object. | |
Object | unmarshall (URL url) throws JAXBMarshallerWrapperUnmarshallException |
Unmarshall di un URL che si riferisce ad un XML in un XML JAXB Object. | |
Object | unmarshall (File file) throws JAXBMarshallerWrapperUnmarshallException |
Unmarshall di un File XML in un XML JAXB Object. | |
Object | unmarshall (InputStream inputStream) throws JAXBMarshallerWrapperUnmarshallException |
Unmarshall di un InputStream XML in un XML JAXB Object. | |
Object | unmarshall (Source source) throws JAXBMarshallerWrapperUnmarshallException |
void | setFormattedMarshalling (boolean value) throws JAXBMarshallerWrapperMarshallException |
Attiva/Disattiva il Marshalling "formattato", cioe' con Indentazione dell'XML. | |
boolean | isFormattedMarshalling () |
Verifica se e' attivo il Marshalling formattato. |
|
Verifica se e' attivo il Marshalling formattato.
Implementato in org.jaebi.server.service.xml.JAXBMarshallerWrapperImpl. |
|
Marshall di un XML Bindato con JAXB. Mashallare significa, in sostanza, "trasformare in Stringa", serializzando quindi l'Oggetto XML in una "forma" piu' comune e trasportabile.
Implementato in org.jaebi.server.service.xml.JAXBMarshallerWrapperImpl. Referenziato da org.jaebi.server.service.ServiceMediatorImpl.executeServiceToString(), org.jaebi.test.server.xml.MainTestJAXBXresponse.main(), org.jaebi.test.server.xml.MainTestJAXBXrequest.main(), org.jaebi.test.server.service.MainTestServicePackage.main(), org.jaebi.test.server.service.MainTestServiceMediatorImpl.main(), e org.jaebi.server.service.XRequestCommand.toString(). |
|
Attiva/Disattiva il Marshalling "formattato", cioe' con Indentazione dell'XML.
Implementato in org.jaebi.server.service.xml.JAXBMarshallerWrapperImpl. Referenziato da org.jaebi.test.server.xml.MainTestJAXBXresponse.main(), org.jaebi.test.server.xml.MainTestJAXBXrequest.main(), org.jaebi.test.server.service.MainTestServicePackage.main(), org.jaebi.test.server.service.MainTestServiceMediatorImpl.main(), e org.jaebi.server.service.XRequestCommand.toString(). |
|
Implementato in org.jaebi.server.service.xml.JAXBMarshallerWrapperImpl. |
|
Unmarshall di un InputStream XML in un XML JAXB Object. Converte in una struttura di oggetti JAXB un InputStream contenente XML.
Implementato in org.jaebi.server.service.xml.JAXBMarshallerWrapperImpl. |
|
Unmarshall di un File XML in un XML JAXB Object. Converte in una struttura di oggetti JAXB un File contenente XML.
Implementato in org.jaebi.server.service.xml.JAXBMarshallerWrapperImpl. |
|
Unmarshall di un URL che si riferisce ad un XML in un XML JAXB Object. Converte in una struttura di oggetti JAXB un URL contenente XML.
Implementato in org.jaebi.server.service.xml.JAXBMarshallerWrapperImpl. |
|
Unmarshall di una Stringa in un XML JAXB Object. Converte in una struttura di oggetti JAXB una Stringa contenente XML.
Implementato in org.jaebi.server.service.xml.JAXBMarshallerWrapperImpl. Referenziato da org.jaebi.server.service.ServiceMediatorImpl.executeService(), org.jaebi.test.server.xml.MainTestJAXBXresponse.main(), org.jaebi.test.server.xml.MainTestJAXBXrequest.main(), org.jaebi.test.server.service.MainTestServicePackage.main(), e org.jaebi.test.server.service.MainTestServiceMediatorImpl.main(). |