com.sun.grizzly.http.webxml.schema
Class PortComponentRef

java.lang.Object
  extended by com.sun.grizzly.http.webxml.schema.PortComponentRef

public class PortComponentRef
extends Object


Field Summary
 boolean enableMtom
           
 String portComponentLink
           
 String serviceEndpointInterface
           
 
Constructor Summary
PortComponentRef()
           
 
Method Summary
 boolean getEnableMtom()
           
 String getPortComponentLink()
           
 String getServiceEndpointInterface()
           
 void setEnableMtom(boolean enableMtom)
           
 void setPortComponentLink(String portComponentLink)
           
 void setServiceEndpointInterface(String serviceEndpointInterface)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

serviceEndpointInterface

public String serviceEndpointInterface

enableMtom

public boolean enableMtom

portComponentLink

public String portComponentLink
Constructor Detail

PortComponentRef

public PortComponentRef()
Method Detail

getServiceEndpointInterface

public String getServiceEndpointInterface()

setServiceEndpointInterface

public void setServiceEndpointInterface(String serviceEndpointInterface)

getEnableMtom

public boolean getEnableMtom()

setEnableMtom

public void setEnableMtom(boolean enableMtom)

getPortComponentLink

public String getPortComponentLink()

setPortComponentLink

public void setPortComponentLink(String portComponentLink)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2012 Oracle Corporation. All Rights Reserved.