com.bea.p13n.property.webservice
Interface PropertySetWebService
- public interface PropertySetWebService
- extends javax.ejb.EJBObject
A WLS RPC-style WebService entry-point EJB for retrieving
PropertySet xml.
Method Summary
|
java.lang.String[] |
getPropertySetNames(java.lang.String type)
Get all the property sets of a certain type. |
java.lang.String |
getPropertySetXml(java.lang.String type,
java.lang.String name)
Get the XML representation of the given property set. |
Methods inherited from interface javax.ejb.EJBObject |
getEJBHome,
getHandle,
getPrimaryKey,
isIdentical,
remove |
getPropertySetNames
public java.lang.String[] getPropertySetNames(java.lang.String type)
throws java.rmi.RemoteException,
javax.ejb.EJBException
- Get all the property sets of a certain type.
getPropertySetXml
public java.lang.String getPropertySetXml(java.lang.String type,
java.lang.String name)
throws java.rmi.RemoteException,
javax.ejb.EJBException
- Get the XML representation of the given property set.
Copyright © 2002 BEA Systems, Inc. All Rights Reserved