Skip navigation links

Java API Reference for Oracle Infrastructure Web Services
11
Release 1 (11.1.1)

E10654-02


oracle.webservices.model.http
Interface HttpPort


public interface HttpPort

Implementing classes store the information required to model SOAP specific port information.


Field Summary
static QName EXTENSION_TYPE
          The extension type name of this extension.

 

Method Summary
 String getAddressUrl()
          Returns the HTTP endpoint address URL for this port.
 void setAddressUrl(String url)
          Sets the HTTP endpoint address URL for this port.

 

Field Detail

EXTENSION_TYPE

static final QName EXTENSION_TYPE
The extension type name of this extension.

Method Detail

getAddressUrl

String getAddressUrl()
Returns the HTTP endpoint address URL for this port.
Returns:
The HTTP endpoint address URL for this port.

setAddressUrl

void setAddressUrl(String url)
Sets the HTTP endpoint address URL for this port.
Parameters:
url - The HTTP endpoint address URL for this port.

Skip navigation links

Copyright © 2006, 2009 Oracle. All Rights Reserved.