|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.hack23.cia.service.external.common.impl.AbstractXmlAgentImpl
public abstract class AbstractXmlAgentImpl
The Class AbstractXmlAgentImpl.
Constructor Summary | |
---|---|
AbstractXmlAgentImpl()
Instantiates a new abstract xml agent impl. |
Method Summary | |
---|---|
protected String |
retriveContent(String accessUrl)
Retrive content. |
Source |
setNameSpaceOnXmlStream(InputStream in,
String nameSpace)
Sets the name space on xml stream. |
protected Object |
unmarshallXml(org.springframework.oxm.Unmarshaller unmarshaller,
String accessUrl)
Unmarshall xml. |
protected Object |
unmarshallXml(org.springframework.oxm.Unmarshaller unmarshaller,
String accessUrl,
String nameSpace,
String replace,
String with)
Unmarshall xml. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AbstractXmlAgentImpl()
Method Detail |
---|
protected String retriveContent(String accessUrl) throws Exception
accessUrl
- the access url
Exception
- the exceptionpublic Source setNameSpaceOnXmlStream(InputStream in, String nameSpace) throws Exception
in
- the innameSpace
- the name space
Exception
- the exceptionprotected Object unmarshallXml(org.springframework.oxm.Unmarshaller unmarshaller, String accessUrl) throws Exception
unmarshaller
- the unmarshalleraccessUrl
- the access url
Exception
- the exceptionprotected Object unmarshallXml(org.springframework.oxm.Unmarshaller unmarshaller, String accessUrl, String nameSpace, String replace, String with) throws Exception
unmarshaller
- the unmarshalleraccessUrl
- the access urlnameSpace
- the name spacereplace
- the replacewith
- the with
Exception
- the exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |