Java Doc for RMEndpoint.java in » Web-Services-apache-cxf-2.0.1 » ws-rm » org » apache » cxf » ws » rm » Java Source Code / Java DocumentationJava Source Code and Java Documentation
Java Source Code / Java Documentation
1.
6.0 JDK Core
2.
6.0 JDK Modules
3.
6.0 JDK Modules com.sun
4.
6.0 JDK Modules com.sun.java
5.
6.0 JDK Modules sun
6.
6.0 JDK Platform
7.
Ajax
8.
Apache Harmony Java SE
9.
Aspect oriented
10.
Authentication Authorization
11.
Blogger System
12.
Build
13.
Byte Code
14.
Cache
15.
Chart
16.
Chat
17.
Code Analyzer
18.
Collaboration
19.
Content Management System
20.
Database Client
21.
Database DBMS
22.
Database JDBC Connection Pool
23.
Database ORM
24.
Development
25.
EJB Server geronimo
26.
EJB Server GlassFish
27.
EJB Server JBoss 4.2.1
28.
EJB Server resin 3.1.5
29.
ERP CRM Financial
30.
ESB
31.
Forum
32.
GIS
33.
Graphic Library
34.
Groupware
35.
HTML Parser
36.
IDE
37.
IDE Eclipse
38.
IDE Netbeans
39.
Installer
40.
Internationalization Localization
41.
Inversion of Control
42.
Issue Tracking
43.
J2EE
44.
JBoss
45.
JMS
46.
JMX
47.
Library
48.
Mail Clients
49.
Net
50.
Parser
51.
PDF
52.
Portal
53.
Profiler
54.
Project Management
55.
Report
56.
RSS RDF
57.
Rule Engine
58.
Science
59.
Scripting
60.
Search Engine
61.
Security
62.
Sevlet Container
63.
Source Control
64.
Swing Library
65.
Template Engine
66.
Test Coverage
67.
Testing
68.
UML
69.
Web Crawler
70.
Web Framework
71.
Web Mail
72.
Web Server
73.
Web Services
74.
Web Services apache cxf 2.0.1
75.
Web Services AXIS2
76.
Wiki Engine
77.
Workflow Engines
78.
XML
79.
XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation
»
Web Services apache cxf 2.0.1
»
ws rm
»
org.apache.cxf.ws.rm
Source Cross Reference
Class Diagram
Java Document (Java Doc)
java.lang
.Object
org.apache.cxf.ws.rm
.RMEndpoint
RMEndpoint
public
class RMEndpoint
(Code)
Inner Class :class EffectivePolicyImpl implements EffectivePolicy
Constructor Summary
public
RMEndpoint
(
RMManager
m, Endpoint ae)
Method Summary
void
buildAckRequestedOperationInfo
(InterfaceInfo ii)
void
buildBindingInfo
(ServiceInfo si)
void
buildCreateSequenceOperationInfo
(InterfaceInfo ii)
void
buildInterfaceInfo
(ServiceInfo si)
void
buildLastMessageOperationInfo
(InterfaceInfo ii)
void
buildOperationInfo
(InterfaceInfo ii)
void
buildSequenceAckOperationInfo
(InterfaceInfo ii)
void
buildTerminateSequenceOperationInfo
(InterfaceInfo ii)
void
createEndpoint
()
void
createService
()
public
Endpoint
getApplicationEndpoint
()
public
BindingInfo
getBindingInfo
()
public
Conduit
getConduit
()
public
Destination
getDestination
()
public
Endpoint
getEndpoint
()
public
long
getLastApplicationMessage
()
public
long
getLastControlMessage
()
public
RMManager
getManager
()
public
Proxy
getProxy
()
org.apache.cxf.ws.addressing.EndpointReferenceType
getReplyTo
()
Returns the replyTo address of the first application request, i.e.
public
Servant
getServant
()
public
Service
getService
()
public
Source
getSource
()
Object
getUsingAddressing
(EndpointInfo endpointInfo)
Object
getUsingAddressing
(
List
<ExtensibilityElement> exts)
void
initialise
(Conduit c, org.apache.cxf.ws.addressing.EndpointReferenceType r)
public
void
receivedApplicationMessage
()
Indicates that an application message has been received.
public
void
receivedControlMessage
()
Indicates that an RM protocol message has been received.
void
setAplicationEndpoint
(Endpoint ae)
public
void
setDestination
(
Destination
destination)
void
setManager
(
RMManager
m)
void
setPolicies
()
public
void
setSource
(
Source
source)
void
shutdown
()
Constructor Detail
RMEndpoint
public
RMEndpoint(
RMManager
m, Endpoint ae)
(Code)
Method Detail
buildAckRequestedOperationInfo
void buildAckRequestedOperationInfo(InterfaceInfo ii)
(Code)
buildBindingInfo
void buildBindingInfo(ServiceInfo si)
(Code)
buildCreateSequenceOperationInfo
void buildCreateSequenceOperationInfo(InterfaceInfo ii)
(Code)
buildInterfaceInfo
void buildInterfaceInfo(ServiceInfo si)
(Code)
buildLastMessageOperationInfo
void buildLastMessageOperationInfo(InterfaceInfo ii)
(Code)
buildOperationInfo
void buildOperationInfo(InterfaceInfo ii)
(Code)
buildSequenceAckOperationInfo
void buildSequenceAckOperationInfo(InterfaceInfo ii)
(Code)
buildTerminateSequenceOperationInfo
void buildTerminateSequenceOperationInfo(InterfaceInfo ii)
(Code)
createEndpoint
void createEndpoint()
(Code)
createService
void createService()
(Code)
getApplicationEndpoint
public
Endpoint getApplicationEndpoint()
(Code)
Returns the application endpoint.
getBindingInfo
public
BindingInfo getBindingInfo()
(Code)
Returns the RM protocol binding info.
getConduit
public
Conduit getConduit()
(Code)
Returns the conduit.
getDestination
public
Destination
getDestination()
(Code)
Returns the destination.
getEndpoint
public
Endpoint getEndpoint()
(Code)
Returns the RM protocol endpoint.
getLastApplicationMessage
public
long getLastApplicationMessage()
(Code)
The time when last application message was received.
getLastControlMessage
public
long getLastControlMessage()
(Code)
The time when last RM protocol message was received.
getManager
public
RMManager
getManager()
(Code)
Returns the bus.
getProxy
public
Proxy
getProxy()
(Code)
Returns the proxy.
getReplyTo
org.apache.cxf.ws.addressing.EndpointReferenceType getReplyTo()
(Code)
Returns the replyTo address of the first application request, i.e. the target address to which to send CreateSequence, CreateSequenceResponse and TerminateSequence messages originating from the from the server. the replyTo address
getServant
public
Servant
getServant()
(Code)
Returns the servant.
getService
public
Service getService()
(Code)
Returns the RM protocol service.
getSource
public
Source
getSource()
(Code)
Returns the source.
getUsingAddressing
Object
getUsingAddressing(EndpointInfo endpointInfo)
(Code)
getUsingAddressing
Object
getUsingAddressing(
List
<ExtensibilityElement> exts)
(Code)
initialise
void initialise(Conduit c, org.apache.cxf.ws.addressing.EndpointReferenceType r)
(Code)
receivedApplicationMessage
public
void receivedApplicationMessage()
(Code)
Indicates that an application message has been received.
receivedControlMessage
public
void receivedControlMessage()
(Code)
Indicates that an RM protocol message has been received.
setAplicationEndpoint
void setAplicationEndpoint(Endpoint ae)
(Code)
setDestination
public
void setDestination(
Destination
destination)
(Code)
Parameters:
destination - The destination to set.
setManager
void setManager(
RMManager
m)
(Code)
setPolicies
void setPolicies()
(Code)
setSource
public
void setSource(
Source
source)
(Code)
Parameters:
source - The source to set.
shutdown
void shutdown()
(Code)
Methods inherited from
java.lang.Object
native
protected
Object
clone() throws
CloneNotSupportedException
(Code)
(Java Doc)
public
boolean equals(
Object
obj)
(Code)
(Java Doc)
protected
void finalize() throws
Throwable
(Code)
(Java Doc)
final native
public
Class
> getClass()
(Code)
(Java Doc)
native
public
int hashCode()
(Code)
(Java Doc)
final native
public
void notify()
(Code)
(Java Doc)
final native
public
void notifyAll()
(Code)
(Java Doc)
public
String
toString()
(Code)
(Java Doc)
final native
public
void wait(long timeout) throws
InterruptedException
(Code)
(Java Doc)
final
public
void wait(long timeout, int nanos) throws
InterruptedException
(Code)
(Java Doc)
final
public
void wait() throws
InterruptedException
(Code)
(Java Doc)
www.java2java.com
|
Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.