com.ibm.wsspi.sibx.mediation.wsrr.client.jaxrpc

Class WSDLPort

  1. java.lang.Object
  2. extended bycom.ibm.wsspi.sibx.mediation.wsrr.client.jaxrpc.BaseObject
  3. extended bycom.ibm.wsspi.sibx.mediation.wsrr.client.jaxrpc.LogicalObject
  4. extended bycom.ibm.wsspi.sibx.mediation.wsrr.client.jaxrpc.WSDLPort

  1. public class WSDLPort
  2. extends LogicalObject
Represents a WSDLPort WSRR object

Constructor Summary

Constructor and Description
WSDLPort()

Method Summary

Modifier and Type Method and Description
  1. java.lang.String
getBinding()
  1. SOAPAddress
getSOAPAddress()
  1. void
setBinding(java.lang.String binding)
  1. void
setSOAPAddress(SOAPAddress SOAPAddress)
Methods inherited from class com.ibm.wsspi.sibx.mediation.wsrr.client.jaxrpc.LogicalObject
getDocument, getExtensions, getExtensions, setDocument, setExtensions, setExtensions
Methods inherited from class com.ibm.wsspi.sibx.mediation.wsrr.client.jaxrpc.BaseObject
getBsrURI, getClassificationURIs, getClassificationURIs, getCreationTimestamp, getDescription, getLastModified, getLastModifiedBy, getName, getNamespace, getOwner, getUserDefinedProperties, getUserDefinedProperties, getUserDefinedRelationships, getUserDefinedRelationships, getVersion, setBsrURI, setClassificationURIs, setClassificationURIs, setCreationTimestamp, setDescription, setLastModified, setLastModifiedBy, setName, setNamespace, setOwner, setUserDefinedProperties, setUserDefinedProperties, setUserDefinedRelationships, setUserDefinedRelationships, setVersion
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Constructor Detail

WSDLPort

  1. public WSDLPort()

Method Detail

getBinding

  1. public java.lang.String getBinding( )

setBinding

  1. public void setBinding(java.lang.String binding)

getSOAPAddress

  1. public SOAPAddress getSOAPAddress( )

setSOAPAddress

  1. public void setSOAPAddress(SOAPAddress SOAPAddress)