org.ow2.util.ee.metadata.ws.api.xml.struct
Interface IPortComponent


public interface IPortComponent

The IPortComponent is the view of the element in the webservices.xml.

Author:
Guillaume Sauthier

Method Summary
 IHandlerChains getHandlerChains()
           
 String getName()
           
 IWebserviceDescription getParent()
           
 String getProtocolBinding()
           
 String getServiceEndpointInterface()
           
 IServiceImplBean getServiceImplBean()
           
 QName getWsdlPort()
           
 QName getWsdlService()
           
 boolean isMTOMEnabled()
           
 

Method Detail

getName

String getName()
Returns:
the port-component-name value

getWsdlService

QName getWsdlService()
Returns:
the wsdl-service value (as a QName)

getWsdlPort

QName getWsdlPort()
Returns:
the wsdl-port value (as a QName)

isMTOMEnabled

boolean isMTOMEnabled()
Returns:
the enable-mtom value.

getProtocolBinding

String getProtocolBinding()
Returns:
the protocol-binding value.

getServiceEndpointInterface

String getServiceEndpointInterface()
Returns:
the service-endpoint-interface value.

getServiceImplBean

IServiceImplBean getServiceImplBean()
Returns:
the service-impl-bean content.

getParent

IWebserviceDescription getParent()
Returns:
the webservice-description element, parent of the port-component

getHandlerChains

IHandlerChains getHandlerChains()
Returns:
the handler-chains element.


Copyright © 2007-2012 OW2 Consortium. All Rights Reserved.