com.sap.aii.proxy.xiruntime.core

Interface AbstractTypeRemote

All Superinterfaces:
Remote

public interface AbstractTypeRemote
extends Remote

Remote interface of all generated type classes. This interface declares methods for accessing as well as rendering and parsing the instance data of derived type classes.

Copyright (c) 2004 SAP AG

See Also:
AbstractType

Method Summary
 DataSet dataSet()
           
 Descriptor descriptor()
           
 void fromXml(InputStream xmlStream)
           
 void fromXml(String xmlDocument)
           
 GenerationInfo generationInfo()
           
 QName getWsdlName()
           
 String toXml(String tagName, String namespace)
           
 void toXml(String tagName, String namespace, OutputStream xmlStream)
           
 String toXml2()
           
 

Method Detail

dataSet

DataSet dataSet()
                throws RemoteException
Throws:
RemoteException

descriptor

Descriptor descriptor()
                      throws RemoteException
Throws:
RemoteException

generationInfo

GenerationInfo generationInfo()
                              throws RemoteException
Throws:
RemoteException

fromXml

void fromXml(String xmlDocument)
             throws RemoteException
Throws:
RemoteException

fromXml

void fromXml(InputStream xmlStream)
             throws RemoteException
Throws:
RemoteException

toXml

String toXml(String tagName,
             String namespace)
             throws RemoteException
Throws:
RemoteException

toXml

void toXml(String tagName,
           String namespace,
           OutputStream xmlStream)
           throws IOException,
                  RemoteException
Throws:
IOException
RemoteException

toXml2

String toXml2()
              throws RemoteException
Throws:
RemoteException

getWsdlName

QName getWsdlName()
                  throws RemoteException
Throws:
RemoteException
Access Rights

This class can be accessed from:


SC DC Public Part ACH
[sap.com] SAP_XIAF [sap.com] com.sap.aii.proxy.svc.facade api BC-XI


Copyright 2011 SAP AG Complete Copyright Notice