Cisco Cisco Prime IP Express 8.3 Technische Referenzen

Seite von 1286
toScpList
public static com.cisco.cnr.sdk.ScpList toScpList(java.lang.Object inObject,
                                                  com.cisco.cnr.sdk.ScpAttrType  inAttrType)
                                           throws java.lang.Exception
Convert an XML Java web services instance to an ScpObj.
Parameters:
inObject
 - java class to convert
Returns:
an ScpObj that corresponds to the input object
Throws:
java.lang.Exception
toScpObj
public static com.cisco.cnr.sdk.ScpObj toScpObj(java.lang.Object inObject)
                                         throws java.lang.Exception
Convert an XML Java web services instance to an ScpObj.
Parameters:
inObject
 - java class to convert
Returns:
an ScpObj that corresponds to the input object
Throws:
java.lang.Exception
toJava
public static java.lang.Object toJava(com.cisco.cnr.sdk.ScpList inScpList)
                               throws java.lang.Exception
Converts an ScpList to an XML Java Array object.
Parameters:
inScpList
 - ScpList instance to convert
Returns:
a Java class instance that corresponds to the input
Throws:
java.lang.Exception
scpToJava
public static java.lang.Object scpToJava(com.cisco.cnr.sdk.ScpList inScpList)
                                  throws java.lang.Exception
Converts an ScpList to an XML Java array object without wrapping the result in a JAXBElement
Parameters:
inScpList
 - the original ScpList object to convert
Returns: