getEPackages(String) method

Use the getEPackages method to return the schema package from the given namespace URI in byte array form.

Purpose

The byte array form can be converted to EPackage form. The EPackage provides the vehicle for describing the schema of the virtual member manager data graph. The namespace URI of the virtual member manager built-in schema is http://www.ibm.com/websphere/wim.

Because byte array can be serialized, this method can be used by remote clients to retrieve the virtual member manager schema packages from the virtual member manager service and register them in the local JVM.

Parameters

nsURI
The namespace URI of the schema. If nsURI is null, all schemas are returned, including the virtual member manager built-in schema and custom schemas.

Returns

The byte array form of the schema packages.

Exceptions

  • WIMException:
  • RemoteException:

Signature

public byte[] getEPackages(String nsURI) throws WIMException, RemoteException

Icon that indicates the type of topic Reference topic

Terms and conditions for documentation | Feedback


Timestamp icon Last updated: March 30, 2016 13:35
http://www14.software.ibm.com/webapp/wsbroker/redirect?version=cord&product=vmm&topic=getepackages
File name: getepackages.html