public interface Service extends WSDLComponent
Modifier and Type | Method and Description |
---|---|
Endpoint |
getEndpoint(NCName name)
Returns the Endpoint with the specified local name from the {endpoints}
property of this Service.
|
Endpoint[] |
getEndpoints()
Represents the {endpoints} property of the Service component.
|
Interface |
getInterface()
Represents the {interface} property of the Service component.
|
QName |
getName()
Returns the qualified name representing the {name} property of this Service.
|
ServiceElement |
toElement()
Returns a WSDLElement that represents the element information item from the WSDL 2.0
infoset that maps to this WSDLComponent.
|
equals, getComponentExtensionContext, getFragmentIdentifier, isEquivalentTo, setComponentExtensionContext, toString
getExtensionProperties, getExtensionProperties, getExtensionProperty
QName getName()
Interface getInterface()
Endpoint[] getEndpoints()
Endpoint getEndpoint(NCName name)
name
- the local name of the EndpointServiceElement toElement()
Copyright © 2005-2013 Apache Software Foundation. All Rights Reserved.