class: URLWrapper

public class: URLWrapper
Author: Johannes Mueller (initial creation)
Project: Phase: 1.0; Status: Proposed; Version: $Revision: 1951 $ $LastChangedDate: 2009-05-07 10:; Complexity: 1
Dates: Created: 16.07.2009 15:14:30; Modified: 16.07.2009 15:14:30;
Flags: Active: false; IsRoot: false; IsLeaf: false;
Extension Points:
UUID: {7DA510E6-7759-4572-89AB-927FEE47E39C}
This class is used by the XML transforming classes to wrap a String containing a URL String. The reason for this is that JiBX cannot be bound directly to an java.net.URL.
 

Goto: Custom Properties, Fields, Methods

Appears in: wrappers

Custom Properties
 
URLWrapper Attributes
Attribute Details
private String
  urlString
Notes: The wrapped URL string.
 
URLWrapper Methods
Operation Details
public
getUrlString():String
Sequential
Notes: Unwraps the URL string.
@return The url String
public
setUrlString(
   String urlString):void
Sequential
Notes: Wraps a URL string.