JBoss Metadata Common 7.0.1.Final

org.jboss.metadata.javaee.spec
Class PortComponent

java.lang.Object
  extended by org.jboss.metadata.javaee.support.IdMetaDataImpl
      extended by org.jboss.metadata.javaee.spec.PortComponent
All Implemented Interfaces:
Serializable, Cloneable, IdMetaData

public class PortComponent
extends IdMetaDataImpl

The webservice port-component information.

Version:
$Revision: 80371 $
Author:
Scott.Stark@jboss.org
See Also:
Serialized Form

Constructor Summary
PortComponent()
           
 
Method Summary
 String getAuthMethod()
           
 String getPortComponentName()
           
 String getPortComponentURI()
           
 boolean getSecureWSDLAccess()
           
 String getTransportGuarantee()
           
 String getURLPattern()
           
 void setAuthMethod(String authMethod)
           
 void setPortComponentName(String portComponentName)
           
 void setPortComponentURI(String portComponentURI)
           
 void setSecureWSDLAccess(boolean secureWSDLAccess)
           
 void setTransportGuarantee(String transportGuarantee)
           
 
Methods inherited from class org.jboss.metadata.javaee.support.IdMetaDataImpl
clone, equals, getId, hashCode, setId
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortComponent

public PortComponent()
Method Detail

getPortComponentName

public String getPortComponentName()

setPortComponentName

public void setPortComponentName(String portComponentName)

getPortComponentURI

public String getPortComponentURI()

setPortComponentURI

public void setPortComponentURI(String portComponentURI)

getURLPattern

public String getURLPattern()

getAuthMethod

public String getAuthMethod()

setAuthMethod

public void setAuthMethod(String authMethod)

getTransportGuarantee

public String getTransportGuarantee()

setTransportGuarantee

public void setTransportGuarantee(String transportGuarantee)

getSecureWSDLAccess

public boolean getSecureWSDLAccess()

setSecureWSDLAccess

public void setSecureWSDLAccess(boolean secureWSDLAccess)

JBoss Metadata Common 7.0.1.Final

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.