public class HTTP extends Object implements Serializable
| Constructor and Description |
|---|
HTTP() |
| Modifier and Type | Method and Description |
|---|---|
void |
addHTTPItem(HTTPItem vHTTPItem)
Method addHTTPItem
|
void |
addHTTPItem(int index,
HTTPItem vHTTPItem)
Method addHTTPItem
|
void |
clearHTTPItem()
Method clearHTTPItem
|
Enumeration |
enumerateHTTPItem()
Method enumerateHTTPItem
|
HTTPItem[] |
getHTTPItem()
Method getHTTPItem
|
HTTPItem |
getHTTPItem(int index)
Method getHTTPItem
|
int |
getHTTPItemCount()
Method getHTTPItemCount
|
boolean |
isValid()
Method isValid
|
void |
marshal(ContentHandler handler)
Method marshal
|
void |
marshal(Writer out)
Method marshal
|
boolean |
removeHTTPItem(HTTPItem vHTTPItem)
Method removeHTTPItem
|
void |
setHTTPItem(HTTPItem[] HTTPItemArray)
Method setHTTPItem
|
void |
setHTTPItem(int index,
HTTPItem vHTTPItem)
Method setHTTPItem
|
static HTTP |
unmarshal(Reader reader)
Method unmarshal
|
void |
validate()
Method validate
|
public void addHTTPItem(HTTPItem vHTTPItem) throws IndexOutOfBoundsException
vHTTPItem - IndexOutOfBoundsExceptionpublic void addHTTPItem(int index,
HTTPItem vHTTPItem)
throws IndexOutOfBoundsException
index - vHTTPItem - IndexOutOfBoundsExceptionpublic void clearHTTPItem()
public Enumeration enumerateHTTPItem()
public HTTPItem getHTTPItem(int index) throws IndexOutOfBoundsException
index - IndexOutOfBoundsExceptionpublic HTTPItem[] getHTTPItem()
public int getHTTPItemCount()
public boolean isValid()
public void marshal(Writer out) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
out - org.exolab.castor.xml.MarshalExceptionorg.exolab.castor.xml.ValidationExceptionpublic void marshal(ContentHandler handler) throws IOException, org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
handler - IOExceptionorg.exolab.castor.xml.MarshalExceptionorg.exolab.castor.xml.ValidationExceptionpublic boolean removeHTTPItem(HTTPItem vHTTPItem)
vHTTPItem - public void setHTTPItem(int index,
HTTPItem vHTTPItem)
throws IndexOutOfBoundsException
index - vHTTPItem - IndexOutOfBoundsExceptionpublic void setHTTPItem(HTTPItem[] HTTPItemArray)
HTTPItemArray - public static HTTP unmarshal(Reader reader) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
reader - org.exolab.castor.xml.MarshalExceptionorg.exolab.castor.xml.ValidationExceptionpublic void validate()
throws org.exolab.castor.xml.ValidationException
org.exolab.castor.xml.ValidationExceptionCopyright © 2021 B3Partners B.V.. All rights reserved.