org.apache.ws.jaxme.impl

Class JMUnmarshallerImpl

public class JMUnmarshallerImpl extends JMControllerImpl implements JMUnmarshaller

JaxMe's Unmarshaller implementation.
Method Summary
UnmarshallerHandlergetUnmarshallerHandler()
booleanisValidating()
voidsetValidating(boolean pValidating)
Objectunmarshal(URL pURL)
Objectunmarshal(File pFile)
Objectunmarshal(InputStream pStream)
Objectunmarshal(InputSource pSource)
Objectunmarshal(Node pNode)
Objectunmarshal(Source pSource)

Method Detail

getUnmarshallerHandler

public UnmarshallerHandler getUnmarshallerHandler()

isValidating

public boolean isValidating()

setValidating

public void setValidating(boolean pValidating)

unmarshal

public Object unmarshal(URL pURL)

unmarshal

public Object unmarshal(File pFile)

unmarshal

public Object unmarshal(InputStream pStream)

unmarshal

public Object unmarshal(InputSource pSource)

unmarshal

public Object unmarshal(Node pNode)

unmarshal

public Object unmarshal(Source pSource)