|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.ebmwebsourcing.wsstar.wsnb.services.impl.util.Wsnb4ServUtils
public abstract class Wsnb4ServUtils
| Constructor Summary | |
|---|---|
Wsnb4ServUtils()
|
|
| Method Summary | |
|---|---|
static org.w3c.dom.Document |
convertFromFiletoDocument(java.io.File file)
convert xml File loaded as File Java object to Document Java object |
static org.w3c.dom.Element |
createPropertyAsElement(javax.xml.namespace.QName propertyQName,
java.lang.String propertyValue)
Create a Element representation of a given resource property
(See "WS-ResourceProperties" specification and related implementation) |
static org.w3c.dom.Element |
createSimpleReasonElement(java.lang.String reasonAsString)
|
static org.w3c.dom.Element |
createSubscriptionIdAsReferenceParamElt(java.lang.String uuid)
Format the subscription's Id as a WS-Addressing ReferenceParameters element |
static java.lang.String |
getSubscriptionIdFromReferenceParams(com.ebmwebsourcing.wsstar.addressing.datatypes.api.abstraction.ReferenceParametersType refParams)
Format the subscription's Id as a WS-Addressing ReferenceParameters element |
static com.ebmwebsourcing.wsstar.basenotification.datatypes.api.abstraction.WsnbReader |
getWsnbReader()
|
static com.ebmwebsourcing.wsstar.basenotification.datatypes.api.abstraction.WsnbWriter |
getWsnbWriter()
|
static com.ebmwebsourcing.wsstar.resourcelifetime.datatypes.api.abstraction.WsrfrlReader |
getWsrfrlReader()
|
static com.ebmwebsourcing.wsstar.resourcelifetime.datatypes.api.abstraction.WsrfrlWriter |
getWsrfrlWriter()
|
static com.ebmwebsourcing.wsstar.resourceproperties.datatypes.api.abstraction.WsrfrpReader |
getWsrfrpReader()
|
static com.ebmwebsourcing.wsstar.resourceproperties.datatypes.api.abstraction.WsrfrpWriter |
getWsrfrpWriter()
|
static com.ebmwebsourcing.wsstar.topics.datatypes.api.abstraction.WstopReader |
getWstopReader()
|
static com.ebmwebsourcing.wsstar.topics.datatypes.api.abstraction.WstopWriter |
getWstopWriter()
|
static void |
initModelFactories(com.ebmwebsourcing.wsstar.addressing.datatypes.api.implementor.WsaModelFactory wsaModFact,
com.ebmwebsourcing.wsstar.basefaults.datatypes.api.implementor.WsrfbfModelFactory wsrfbfModFact,
com.ebmwebsourcing.wsstar.resource.datatypes.api.implementor.WsrfrModelFactory wsrfrModFact,
com.ebmwebsourcing.wsstar.resourcelifetime.datatypes.api.implementor.WsrfrlModelFactory wsrfrlModFact,
com.ebmwebsourcing.wsstar.resourceproperties.datatypes.api.implementor.WsrfrpModelFactory wsrfrpModFact,
com.ebmwebsourcing.wsstar.topics.datatypes.api.implementor.WstopModelFactory wstopModFact,
com.ebmwebsourcing.wsstar.basenotification.datatypes.api.implementor.WsnbModelFactory wsnbModFact)
/! |
static java.lang.String |
prettyPrint(org.w3c.dom.Document xmlDocument)
parse the xml Document and return it pretty-printed (with correct indentations, etc..). |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Wsnb4ServUtils()
| Method Detail |
|---|
public static com.ebmwebsourcing.wsstar.basenotification.datatypes.api.abstraction.WsnbReader getWsnbReader()
throws com.ebmwebsourcing.wsstar.basenotification.datatypes.api.utils.WsnbException
com.ebmwebsourcing.wsstar.basenotification.datatypes.api.utils.WsnbException
public static com.ebmwebsourcing.wsstar.topics.datatypes.api.abstraction.WstopReader getWstopReader()
throws com.ebmwebsourcing.wsstar.topics.datatypes.api.utils.WstopException
com.ebmwebsourcing.wsstar.topics.datatypes.api.utils.WstopException
public static com.ebmwebsourcing.wsstar.resourcelifetime.datatypes.api.abstraction.WsrfrlReader getWsrfrlReader()
throws com.ebmwebsourcing.wsstar.resourcelifetime.datatypes.api.utils.WsrfrlException
com.ebmwebsourcing.wsstar.resourcelifetime.datatypes.api.utils.WsrfrlException
public static com.ebmwebsourcing.wsstar.resourceproperties.datatypes.api.abstraction.WsrfrpReader getWsrfrpReader()
throws com.ebmwebsourcing.wsstar.resourceproperties.datatypes.api.utils.WsrfrpException
com.ebmwebsourcing.wsstar.resourceproperties.datatypes.api.utils.WsrfrpException
public static com.ebmwebsourcing.wsstar.basenotification.datatypes.api.abstraction.WsnbWriter getWsnbWriter()
throws com.ebmwebsourcing.wsstar.basenotification.datatypes.api.utils.WsnbException
com.ebmwebsourcing.wsstar.basenotification.datatypes.api.utils.WsnbException
public static com.ebmwebsourcing.wsstar.topics.datatypes.api.abstraction.WstopWriter getWstopWriter()
throws com.ebmwebsourcing.wsstar.topics.datatypes.api.utils.WstopException
com.ebmwebsourcing.wsstar.topics.datatypes.api.utils.WstopException
public static com.ebmwebsourcing.wsstar.resourcelifetime.datatypes.api.abstraction.WsrfrlWriter getWsrfrlWriter()
throws com.ebmwebsourcing.wsstar.resourcelifetime.datatypes.api.utils.WsrfrlException
com.ebmwebsourcing.wsstar.resourcelifetime.datatypes.api.utils.WsrfrlException
public static com.ebmwebsourcing.wsstar.resourceproperties.datatypes.api.abstraction.WsrfrpWriter getWsrfrpWriter()
throws com.ebmwebsourcing.wsstar.resourceproperties.datatypes.api.utils.WsrfrpException
com.ebmwebsourcing.wsstar.resourceproperties.datatypes.api.utils.WsrfrpException
public static void initModelFactories(com.ebmwebsourcing.wsstar.addressing.datatypes.api.implementor.WsaModelFactory wsaModFact,
com.ebmwebsourcing.wsstar.basefaults.datatypes.api.implementor.WsrfbfModelFactory wsrfbfModFact,
com.ebmwebsourcing.wsstar.resource.datatypes.api.implementor.WsrfrModelFactory wsrfrModFact,
com.ebmwebsourcing.wsstar.resourcelifetime.datatypes.api.implementor.WsrfrlModelFactory wsrfrlModFact,
com.ebmwebsourcing.wsstar.resourceproperties.datatypes.api.implementor.WsrfrpModelFactory wsrfrpModFact,
com.ebmwebsourcing.wsstar.topics.datatypes.api.implementor.WstopModelFactory wstopModFact,
com.ebmwebsourcing.wsstar.basenotification.datatypes.api.implementor.WsnbModelFactory wsnbModFact)
wsaModFact - wsrfbfModFact - wsrfrModFact - wsrfrlModFact - wsrfrpModFact - TODOwstopModFact - wsnbModFact - wsnbrModFact -
public static org.w3c.dom.Document convertFromFiletoDocument(java.io.File file)
throws com.ebmwebsourcing.wsstar.basenotification.datatypes.api.utils.WsnbException
File Java object to Document Java object
file - Java object to convert
com.ebmwebsourcing.wsstar.basenotification.datatypes.api.utils.WsnbException
public static org.w3c.dom.Element createSubscriptionIdAsReferenceParamElt(java.lang.String uuid)
throws com.ebmwebsourcing.wsstar.addressing.datatypes.api.utils.WsaException
uuid -
com.ebmwebsourcing.wsstar.addressing.datatypes.api.utils.WsaException
public static java.lang.String getSubscriptionIdFromReferenceParams(com.ebmwebsourcing.wsstar.addressing.datatypes.api.abstraction.ReferenceParametersType refParams)
throws com.ebmwebsourcing.wsstar.addressing.datatypes.api.utils.WsaException
uuid -
com.ebmwebsourcing.wsstar.addressing.datatypes.api.utils.WsaException
public static org.w3c.dom.Element createPropertyAsElement(javax.xml.namespace.QName propertyQName,
java.lang.String propertyValue)
Element representation of a given resource property
(See "WS-ResourceProperties" specification and related implementation)
propertyQName - propertyValue -
public static org.w3c.dom.Element createSimpleReasonElement(java.lang.String reasonAsString)
public static java.lang.String prettyPrint(org.w3c.dom.Document xmlDocument)
xmlDocument - the xml document to pretty print. Must be non null
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||