|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.deegree_impl.services.capabilities.HTTP_Impl
The HTTP-Protocol, which extends the super-interface Protocol.java. It defines the GetOnlineResource and the getPostOnlineResource methods.
-----------------------------------------------------
Field Summary | |
private java.util.ArrayList |
getOnlineResource
|
private java.util.ArrayList |
postOnlineResource
|
Constructor Summary | |
HTTP_Impl()
default constructor |
|
HTTP_Impl(java.net.URL[] getOnlineResource,
java.net.URL[] postOnlineResource)
constructor initializing the class with get and post URL |
Method Summary | |
void |
addGetOnlineResource(java.net.URL getOnlineResource)
adds a get-online resource to the HTTP protocol class |
void |
addPostOnlineResource(java.net.URL postOnlineResource)
adds a post-online resource to the HTTP protocol class |
java.lang.String |
exportAsXML()
Returns an XML representation of this object. |
java.net.URL[] |
getGetOnlineResources()
returns URL prefix for get HTTP request method. |
java.net.URL[] |
getPostOnlineResources()
returns URL prefix for post HTTP request method. |
void |
setGetOnlineResources(java.net.URL[] getOnlineResource)
sets URL prefix for get HTTP request method. |
void |
setPostOnlineResources(java.net.URL[] postOnlineResource)
sets URL prefix for post HTTP request method. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private java.util.ArrayList getOnlineResource
private java.util.ArrayList postOnlineResource
Constructor Detail |
public HTTP_Impl()
public HTTP_Impl(java.net.URL[] getOnlineResource, java.net.URL[] postOnlineResource)
Method Detail |
public java.net.URL[] getGetOnlineResources()
getGetOnlineResources
in interface HTTP
public void addGetOnlineResource(java.net.URL getOnlineResource)
addGetOnlineResource
in interface HTTP
public void setGetOnlineResources(java.net.URL[] getOnlineResource)
public java.net.URL[] getPostOnlineResources()
getPostOnlineResources
in interface HTTP
public void setPostOnlineResources(java.net.URL[] postOnlineResource)
public void addPostOnlineResource(java.net.URL postOnlineResource)
addPostOnlineResource
in interface HTTP
public java.lang.String exportAsXML()
exportAsXML
in interface Marshallable
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |