|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Spml2Exception in org.openspml.v2.client |
Methods in org.openspml.v2.client that throw Spml2Exception | |
Response |
Spml2Client.send(Request req)
Send an XmlObject as the body of a SOAP request. |
java.lang.String |
Spml2Client.sendRequest(Request req)
Take an object and return the entire SOAP response as xml. |
java.lang.String |
Spml2Client.send(java.lang.String xml)
Send xml as a payload and return the entire SOAPResponse. |
java.lang.String |
Spml2Client.SOAPClientAdapter.send(java.net.URL url,
java.lang.String action,
java.lang.String xml)
|
Constructors in org.openspml.v2.client that throw Spml2Exception | |
Spml2Client(java.lang.String url)
|
|
Spml2Client(java.lang.String url,
java.lang.String username,
java.lang.String pwd)
|
Uses of Spml2Exception in org.openspml.v2.msg |
Methods in org.openspml.v2.msg that throw Spml2Exception | |
java.lang.String |
OpenContentElement.toXML(int indent)
Convert this object to an XML string. |
java.lang.String |
OpenContentElement.toXML()
Would usually call toXml(int) with 0 indent. |
java.lang.String |
Marshallable.toXML(XMLMarshaller m)
Visitor pattern - dispatch this type to the visitor (m) please. |
void |
XMLMarshaller.setIndent(int indent)
Indent the XML by this amount. |
java.lang.String |
XMLMarshaller.marshall(Marshallable object)
Marshall with a 0 indent. |
java.lang.String |
OCEtoMarshallableAdapter.toXML()
|
java.lang.String |
OCEtoMarshallableAdapter.toXML(int indent)
|
OpenContentElement |
OCEtoMarshallableAdapter.fromXML(java.lang.Object xmlRep)
|
java.lang.String |
OCEtoXMLStringAdapter.toXML(int indent)
|
java.lang.String |
OCEtoXMLStringAdapter.toXML()
|
OpenContentElement |
OCEtoXMLStringAdapter.fromXML(java.lang.Object xmlRep)
|
Constructors in org.openspml.v2.msg that throw Spml2Exception | |
OCEtoMarshallableAdapter(Marshallable m)
|
|
OCEtoXMLStringAdapter(java.lang.String xml)
|
Uses of Spml2Exception in org.openspml.v2.msg.spml |
Methods in org.openspml.v2.msg.spml that throw Spml2Exception | |
java.lang.String |
Selection.toXML(XMLMarshaller m)
|
java.lang.String |
Response.toXML(XMLMarshaller m)
|
java.lang.String |
Request.toXML(XMLMarshaller m)
|
Uses of Spml2Exception in org.openspml.v2.msg.spmlsearch |
Methods in org.openspml.v2.msg.spmlsearch that throw Spml2Exception | |
java.lang.String |
ResultsIterator.toXML(XMLMarshaller m)
|
java.lang.String |
SearchQuery.toXML(XMLMarshaller m)
|
Uses of Spml2Exception in org.openspml.v2.msg.spmlupdates |
Methods in org.openspml.v2.msg.spmlupdates that throw Spml2Exception | |
java.lang.String |
ResultsIterator.toXML(XMLMarshaller m)
|
Uses of Spml2Exception in org.openspml.v2.profiles.dsml |
Subclasses of Spml2Exception in org.openspml.v2.profiles.dsml | |
class |
DSMLProfileException
Just a class to separate the exception types... |
Uses of Spml2Exception in org.openspml.v2.profiles.spmldsml |
Methods in org.openspml.v2.profiles.spmldsml that throw Spml2Exception | |
java.lang.String |
Schema.toXML(XMLMarshaller m)
|
Marshallable |
DSMLMarshallableCreator.createMarshallable(java.lang.String nameAndPrefix,
java.lang.String uri)
|
Uses of Spml2Exception in org.openspml.v2.provider |
Methods in org.openspml.v2.provider that throw Spml2Exception | |
Response |
SPMLExecutor.execute(Request request)
|
void |
SPMLMarshaller.init(java.util.Map config)
Called during initialization. |
Request |
SPMLMarshaller.unmarshallRequest(java.lang.String message)
Process a request. |
java.lang.String |
SPMLMarshaller.marshallResponse(Response responseType)
|
Uses of Spml2Exception in org.openspml.v2.transport |
Methods in org.openspml.v2.transport that throw Spml2Exception | |
protected java.lang.String |
SPMLViaSoapDispatcher.unwrapRequest(java.lang.String message)
Pull out the Soap body |
Uses of Spml2Exception in org.openspml.v2.util |
Subclasses of Spml2Exception in org.openspml.v2.util | |
class |
Spml2ExceptionWithResponse
Spml2Client.send() throws this because some clients will want to look at the contents of the Response in the exception handler. |
Methods in org.openspml.v2.util that throw Spml2Exception | |
void |
SimpleSPMLMarshaller.init(java.util.Map map)
|
Request |
SimpleSPMLMarshaller.unmarshallRequest(java.lang.String s)
|
java.lang.String |
SimpleSPMLMarshaller.marshallResponse(Response response)
|
Uses of Spml2Exception in org.openspml.v2.util.xml |
Subclasses of Spml2Exception in org.openspml.v2.util.xml | |
class |
UnknownSpml2TypeException
|
Methods in org.openspml.v2.util.xml that throw Spml2Exception | |
static java.lang.String |
XmlUtil.serializeNode(org.w3c.dom.Node node)
This is not part of DOM - so we provide a helper method; this one assumes xerces. |
static java.lang.String |
XmlUtil.getSoapBodyContents(java.lang.String message)
|
java.lang.String |
BasicOCEAndMarshallable.toXML(int indent)
|
java.lang.String |
BasicOCEAndMarshallable.toXML()
|
OpenContentElement |
BasicOCEAndMarshallable.fromXML(java.lang.Object xmlRep)
We know how to handle Strings that are passed in. |
protected Marshallable |
ReflectiveDOMXMLUnmarshaller.createAndPopulateMarshallable(java.lang.String typeName,
org.w3c.dom.Element el)
|
OpenContentElement |
ObjectFactory.unmarshallOpenContentElement(java.lang.Object obj)
XMLUnmarshaller implementations need to to handle OpenContentElements. |
Marshallable |
ObjectFactory.MarshallableCreator.createMarshallable(java.lang.String nameAndPrefix,
java.lang.String uri)
|
OpenContentElement |
ObjectFactory.OCEUnmarshaller.unmarshall(java.lang.Object obj)
Unmarshall the obj, or return null if you do not handle objects of this type. |
java.lang.String |
BasicMarshallable.toXML(XMLMarshaller m)
|
protected java.lang.String |
ReflectiveXMLMarshaller.marshall(java.lang.String elementName,
Marshallable obj)
|
protected java.lang.String |
ReflectiveXMLMarshaller.marshall(java.lang.String elementName,
Marshallable m,
int indent)
|
protected void |
ReflectiveXMLMarshaller.default_marshall(MarshallableElement e,
java.lang.String elName)
|
protected java.lang.String |
ReflectiveXMLMarshaller.marshall(Selection s,
java.lang.String element)
|
void |
ReflectiveXMLMarshaller.setIndent(int indent)
|
java.lang.String |
ReflectiveXMLMarshaller.marshall(Marshallable m)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |